Skip to content
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

Problem Start Cortex on Ubuntu 16.04 #35

Closed
re-bob opened this issue Jun 13, 2017 · 0 comments
Closed

Problem Start Cortex on Ubuntu 16.04 #35

re-bob opened this issue Jun 13, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@re-bob
Copy link

re-bob commented Jun 13, 2017

Request Type

Bug

Work Environment

Question Answer
OS version (server) Debian, Ubuntu
Cortex version / git hash 1.1.2
Package Type deb

Problem Description

After install Cortex package (deb) the service (Cortex) does not start and show a stack java error

Steps to Reproduce

  1. Install a new Ubuntu 16.04.02 Server and update to Ultimate kernel
  2. As a Guide install cortex by .deb
  3. Start Cortex (systemctl start cortex)
     

Possible Solutions

After install cortex 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 cortex

Complementary information

The problem is that on Ubuntu 16.04 the cortex package installs openjdk-9 by default but cortex works with openjdk 8.

Thanks to Nabil Adouani for fix the problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants