-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issues with load_model on HPC with singularity container #74
Comments
|
Thanks for this. The root error is |
If that can help with debugging here is what find_jars returns:
|
Update: I have been trying to build a container with Java 20 and I get the same problem. |
Hi!
I have been trying to use PyNetLogo inside a container because my university HPC does not have NetLogo 6.3 installed. I have not been able to load a model successfully so far.
I am on a Ubuntu 20.04 container and whether I use the java jvm in the NetLogo 6.3 runtime folder or I install a separate java (13/17) using apt-get install, I still get a problem when loading the model.
Here is the error message (I have attached the singularity build for reference):
I have been trying to debug it by installing different versions of Java (13/17) without success. I have tried changing the jvm path to the NetLogo folder '/opt/NetLogo/lib/runtime/lib/client/' without success. Same with setting JAVA_Home to the NetLogo runtime as opposed to the openJDK version.
When I do it on my windows computer simply setting JAVA_HOME to my NetLogo runtime folder it does work.
The text was updated successfully, but these errors were encountered: