Message by Enrico Sain:
Hi again,
luckily, the situation is improving!
I simply changed inside the jython_JVM_1_6 file (/ThirdPart/Jython/jython-2.1 folder) the original line
“${JYTHON_HOME}/…/…/JVM/Linux-I386/jre/bin/java” -showversion -Xmx3500m -Dpython.home="${JYTHON_HOME}" -classpath “${JYTHON_HOME}/jython.jar:$CLASSPATH” “org.python.util.jython” “$@”
with this one
“java” -Xmx3500m -Dpython.home="${JYTHON_HOME}" -classpath “${JYTHON_HOME}/jython.jar:$CLASSPATH” “org.python.util.jython” “$@”
Now the SPIS GUI opens but I still get the following error messages in the terminal:
/home/enrico/SPIS/Spis3_7RC09/SpisUI/…/ThirdPart/Cassandra-2.2/thirdpart/vtk5/
/home/enrico/SPIS/Spis3_7RC09/SpisUI/…/ThirdPart/Cassandra-2.2/
[: 13: ==: unexpected operator
system= posix
OS name= Linux
user= enrico
tmp files directory= /tmp/enricospistmp1240231944/
Please wait…
Tasks loading…Error in JavaLib: Impossible to load vtkCommonJava
Error in JavaLib: Impossible to load vtkRenderingJava
Error in JavaLib: Impossible to load vtkRenderingJava
Error in JavaLib: Impossible to load vtkIOJava
Error in JavaLib: Impossible to load vtkFilteringJava
Error in JavaLib: Impossible to load vtkGraphicsJava
Error in JavaLib: Impossible to load vtkHybridJava
Error in JavaLib: Impossible to load vtkParallelJava
Error in JavaLib: Impossible to load vtkWidgetsJava
…
Building of the dependence tree…
Building of the tasks manager…
Building of the graphical user interface…
…/SpisUI/AuxLibs/Lib/GUI/resource/SpisMenu.xml
…/SpisUI/AuxLibs/Lib/GUI/resource/SpisToolBar.xml
I read in a previous post that this issue may be related to the fact that “JVM cannot load the native layer of VTK”. How can I go on?
Thanks for your patience!
Enrico