You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running nomad on Amazon Linux AMI ami-52978200 (Amazon Linux AMI 2015.09.0 x86_64 HVM GP2)
removed java-1.7.0 and installed java-1.8.0
# yum remove java-1.7.0
# yum install java-1.8.0
Got the following error when running java job
[ERR] client: failed to complete task 'stats' for alloc '60c23451-078e-92bf-baee-e44b8543523a': 1 error(s) occurred:
* Wait failed on pid 6905: exit status 1
# cat stats.stderr
Error: dl failure on line 893
Error: failed /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.51-1.b16.6.amzn1.x86_64/jre/lib/amd64/server/libjvm.so, because libstdc++.so.6: cannot open shared object file: No such file or directory
[ERR] client: failed to start task 'stats' for alloc '348bc36a-29ab-7c2c-0005-350d8b1be0a9': failed to start source: Failed to execute user command: Error starting user command: fork/exec /usr/bin/java: no such file or directory
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
java driver fails to run jar when chroot
Running nomad on Amazon Linux
AMI ami-52978200 (Amazon Linux AMI 2015.09.0 x86_64 HVM GP2)
removed java-1.7.0 and installed java-1.8.0
Got the following error when running java job
Java location is
When Oracle jdk is installed
Java location is
The text was updated successfully, but these errors were encountered: