Ticket #148 (new task)
Getting HelloWorldJava working
Reported by: | surf09 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Development platform | Version: | |
Keywords: | Cc: |
Description
Hi there
I've been trying to get the HelloWorldJava? working but have been unsuccessful.
I execute the following:
./zoo_loader.cgi 'ServiceProvider?=&metapath=&Service=WPS&Request=Execute&Version=1.0.0&Identifier=HelloWorldJava?&DataInputs?=S=bill'
But I get the following error message back:
$/$Error occurred during initialization of VM java.lang.StackOverflowError?
at java.lang.Object.<clinit>(Object.java:41)
I ran command: ldd zoo_loader.cgi I get the following for libjvm.so:
libjvm.so => /usr/lib/libjvm.so
It's currently a symbolic link to:
/usr/lib/jvm/java-7-oracle/jre/lib/amd64/server/libjvm.so*
I've tried open-jdk 7, java-7-oracle JDK, and java-8-oracle JDK. I am still getting the same error message. I've tried following the documentation but still unsuccessful.
Any help will be appreciated.
Thanks,