TheHive-Project / TheHiveDocs

Documentation of TheHive
https://docs.strangebee.com/
GNU Affero General Public License v3.0
392 stars 280 forks source link

thehive failed on start Centos 07 #157

Open portalthiago opened 4 years ago

portalthiago commented 4 years ago

[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?

RtKelleher commented 4 years ago

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 commented 3 years ago

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