-
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
Error during systemctl start thehive #94
Comments
Hi ! |
Thank you for your prompt reply! Unfortunately, it doesn't work which is why i created this issue :( Thank you for your help! |
Bizarre, I had the same "error" at the beginning, with the same message from the "curl ..." command but going to thehive's url, the logs continued |
Thank you for your help conmial! I tried a "wget 127.0.0.1:9000" and I got this output:
So I think there is a problem with this index.html. Someone does know how to fix that? Thank you for your help! |
Hi, |
I also have this issue when building from source in a fresh Ubuntu 16.04 install. I'm working off the 2.9.1 release and followed the build guide to the letter - but upon starting thehive as a service, I'm met with a blank webpage. curl and wget get the same results as mathgirl26. The build guide mentions building the front-end out manually, which I have done, but there is no mention of where to put the resulting files - only a vague "ready for import into the http server" statement, which doesn't help much. It seems as though the automated build (bin/activator clean stage) does not correctly build out the front-end. Edit: in addition, my URL automatically redirects to http://localhost:9000/index.html#!/main/ (not sure if that is intended or not). |
After reading another issue I've found that my problem is related to #95 as I have that error in my browser console. After checking my version of Angular I do indeed have the 1.6.1 requirement. Utilizing the bower.json from the release/2.10.0 branch before executing bin/activatior clean stage solved my issue. |
Me too, amateur-professional. Thank you all of you for your help! |
Thank you guys for finding the cause issue. I personnaly didn't spot that the it was related to the angular version. |
Request Type
Bug / Feature Request
Work Environment
Problem Description
Hello, my log file of the service "thehive" hangs after the line :
"p.c.s.NettyServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9000"
The output of the comand "curl -v http://127.0.0.1:9000" is:
And I have any error message in ElasticSearch!
Thank you for your help!
Complementary information
Log file:
The text was updated successfully, but these errors were encountered: