-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Start #19
Comments
Hi, First, make sure that configuration file (/etc/thehive/application.conf) is present and contains, at least "play.crypto.secret" item. Otherwise, execute the command describe in 4.2. Configuration of install guide. Second, service port is 9000/tcp. After starting TheHive, open http://127.0.0.1:9000/ in your browser. Regards, Thomas |
Will try this - thanks! |
So I had to make the /etc/thehive/application.conf file and put the "play.crypto.secret" in the file. Ran the command again and received the following: root@Master-Hive-Controller-Bot:~/thehive# bin/thehive -Dconfig.file=/etc/thehive/application.conf |
Your configuration file is not valid. Commands you've executes create a good initial configuration file.
|
Ok - I copy / paste that command and received no errors. This site can’t be reached localhost refused to connect. |
so I added Listen 9000 to ports.conf and restarted apache. i can now at least get to the default apache page from localhost over port 9000. |
TheHive doesn't require apache ! |
yea - i can't find the log file. or any log file for that matter. did a search *.log and nothing returned. |
Hello, To be honest, we are a bit lost where it has failed in the installation process. For the moment we do not know if you faced a bug or a problem in our installation guide. We understood that you planned to install and run TheHive from binaries. During the installation process, take copies/screenshots of problems you encounter and please open a thread in the forum. Please, join some details about, your OS, the JRE (Oracle or OpenJDK), if ElasticSearch is installed, configured and started properly (and which version), and the more important, the step in the process that fails. Also tell us in which directory do you choose to install TheHive (the install guide suggest it to be We also understood that you want to run MISP on the same machine. We suggest you to get one sofware work at a time. Thank you. |
Yup - that's pretty much what I'm going to do. Will keep you posted. Going to slice each platform up into its own vm. Thanks for being available for sure. |
I'm sure this is an easy fix. Sorry, I'm not super familiar with linux.
Ran all steps to install from binary. Trying to run this locally from a linux laptop.
Ran command:
bin/thehive -Dconfig.file=/etc/thehive/application.conf
Recieved this:
Also, when I go to local host I get the apache default page.
EDIT THIS TITLE BEFORE POSTING. Use this template for bug reports. If you'd like to request a feature, please be as descriptive as possible and delete the template except the first section (Request Type)
Request Type
(select Bug or Feature Request and remove this part)
Bug / Feature Request
Work Environment
Problem Description
Describe the problem/bug as clearly as possible.
Steps to Reproduce
Possible Solutions
(keep this section if you have suggestions on how to solve the problem. Otherwise delete it)
Complementary information
(add anything that can help identifying the problem such as logs, screenshots, configuration dumps etc.)
The text was updated successfully, but these errors were encountered: