Closed
Description
Request Type
Bug
Work Environment
Question | Answer |
---|---|
OS version (server) | Debian, Ubuntu |
TheHive version / git hash | 1 |
Package Type | deb |
Problem Description
This issue is a copy of TheHive-Project/Cortex#35
After install TheHive package (deb) the service (TheHive) does not start and show a stack java error
Steps to Reproduce
- Install a new Ubuntu 16.04.02 Server and update to Ultimate kernel
- As a Guide install TheHive by .deb
- Start TheHive (systemctl start thehive)
Possible Solutions
After install TheHive run this command:
sudo apt-get remove the openjdk-9-jre-headless
sudo apt-get install open-jk-8-jre-headless
sudo apt-get install thehive
Complementary information
The problem is that on Ubuntu 16.04 the TheHive package installs openjdk-9 by default but TheHive works with openjdk 8.