TheHiveDocs icon indicating copy to clipboard operation
TheHiveDocs copied to clipboard

thehive failed on start Centos 07

Open portalthiago opened this issue 4 years ago • 2 comments

[info] a.c.Cluster(akka://application) - Cluster Node [akka.tcp://application:xxx.xxx.xxx.xxx

No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/cluster-usage.html#joining-to-seed-nodes

Msg: Oops, cannot start the server. Configuration error: Configuration error[ The application secret has not been set, and we are in prod mode. Your application is not secure. To set the application secret, please read http://playframework.com/documentation/latest/ApplicationSecret

Can anyone helpme pass through this?

portalthiago avatar Mar 09 '20 20:03 portalthiago

check your /etc/thehive/application.conf and ensure you have set a play.http.secret.key="XXXX"

echo play.http.secret.key="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1)" to generate a random key

RtKelleher avatar Aug 21 '20 13:08 RtKelleher

I have the same problem in Kali Llinux OS and your answer dont worker :(

check your /etc/thehive/application.conf and ensure you have set a play.http.secret.key="XXXX"

echo play.http.secret.key="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1)" to generate a random key

alexrdz0 avatar Mar 24 '21 22:03 alexrdz0