We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
After install Cortex package (deb) the service (Cortex) does not start and show a stack java error
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
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 :)
The text was updated successfully, but these errors were encountered:
#35 Change Debian package dependencies to select OpenJDK-8 explicitly
566b794
To-om
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
After install Cortex package (deb) the service (Cortex) does not start and show a stack java error
Steps to Reproduce
Possible Solutions
After install cortex run this command:
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 :)
The text was updated successfully, but these errors were encountered: