Happy to see the forum is still going strong after so many years (used it a lot probably more than 10 years ago).
I have upgraded the Statserver to version 8.1.000.38, installed the java extensions and configured the options to point to the new java path. I first used jre 1.7, but looking at the documentation found out that it will only work with version 1.4 or 1.5 (and also saw the same in this thread: http://www.sggu.com/smf/index.php?topic=5167.0) . So I have downloaded jre-1_5_0_14 (for linux) and installed it on the server. When starting up the Statserver I get the error Failed to initialize Java host environment.
Within the documentation it says you can use either libjava.so, libjvm.so, libjvm.a, or libjvm.sl. I configured the libjava.so with the right path but I get the following error:
[code]2013-07-05 15:12:04> Init: java-extension-loading-timeout option is set to 20.
2013-07-05 15:12:04> Init: java-extensions-dir option is set to '/appl/genesys/gcti/McStatSrv_8.1.000.38/java/ext' .
2013-07-05 15:12:04> Init: java-libraries-dir option is set to '/appl/genesys/gcti/McStatSrv_8.1.000.38/java/lib' .
2013-07-05 15:12:04> Init: Initializing ITC socket ...
2013-07-05 15:12:04> Init: ITC socket is initialized on port 21000, socket 8
2013-07-05 15:12:04> Init: Error: could not load JVM shared library from path '/appl/genesys/gcti/jre1.5.0_13/lib/amd64/libjava.so'.
2013-07-05 15:12:04> Init: Error description: libjvm.so: cannot open shared object file: No such file or directory
2013-07-05T15:12:04.749 Std 10012 Failed to initialize Java host environment
2013-07-05 15:12:04> Init: Error: Java host environment initialization failed
[/code]
Trying libjava.so results in a crash of the statserver with logging not even showing the initialisation of the java environment. I have tried different 1.5 versions, all with the same result.
Now the documentation mentions that jvm-option needs to be configured (which doesn't seem to be have done previously), but it is unclear to me which values should be specified there.
Can anyone help me solve this issue?