EBI-predocs / research-software

:computer: Instructions, tips and issue tracker for the software on the EBI computing cluster
6 stars 2 forks source link

Java VM does not exist #71

Closed lafita closed 6 years ago

lafita commented 6 years ago

When I run java in /nfs/software/software/prefix/usr/bin/java I get the following error:

* Home for VM '' does not exist: 
* Invalid System VM: 

If I run the java in /usr/bin/java it works fine, so it is not due to some environmental variables or java configuration.

I also tried unsuccessfully googling the error, because the message is printed by the script /nfs/software/software/prefix/usr/bin/java itself, which does some complex operations with the VM path.

Did anyone else notice this? Any ideas how to solve it?

mattjeffryes commented 6 years ago

I didn't install Java properly when we rebuilt the prefix installation. Please try now.

lafita commented 6 years ago

It works fine now, thanks Matt!