From: Ricardo B. <pk...@di...> - 2002-12-05 19:28:57
|
Hi, Lofi and everibody: We're migrating openuss from an Linux Red Hat over Intel Architecture to Linux Suse over Sparc architecture, for this purpose we found a JDK1.3 implementation of Java called Java Blackdown, http://www.blackdown.org/java-linux.html It seems to work OK with HypersonicSQL, but we had to change some parameters in jonas.sh and enhydra.sh where: ************************************************** $JDK_HOME/bin/java -Xint -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,address=13999,suspend=n -Dinstall.root=$JONAS_ROOT -Djava.security.policy=$JONAS_ROOT/config/java.policy org.objectweb.jonas.server.Server *************************************************** we've changed to *************************************************** $JDK_HOME/bin/java -Dinstall.root=$JONAS_ROOT -Djava.security.policy=$JONAS_ROOT/config/java.policy org.objectweb.jonas.server.Server **************************************************** We've done this because we got an error from the Java virtual machine when we tried to execute the scripts. We've found in the documentation that the -Xoptions are non standar options that could be replaced in future implementations of the VM, also we've found that:All the -X options are unstable. As noted in the OPTIONS section, some of the "standard" options are obsolete. Are this options very important for the correct behavior of OpenUSS? If they are, What changes must we need to do to correct all the possible problems? Thank's a lot Best Regards. |