Bus Error Servoy 5.0.1

I am getting a bus error on os x server in servoy 5.0.1.
It is happening 2-3 times each week now and seems a random occurrence.

./servoy_server.sh./servoy_server.sh: line 8:   443 Bus error               java -Djava.awt.headless=true -Xmx256m -Xms64m -XX:MaxPermSize=128m -classpath .:lib/ohj-jewt.jar:lib/MRJAdapter.jar:lib/compat141.jar:lib/commons-codec.jar:lib/commons-httpclient.jar:lib/activation.jar:lib/antlr.jar:lib/commons-collections.jar:lib/commons-dbcp.jar:lib/commons-fileupload-1.2.1.jar:lib/commons-io-1.4.jar:lib/commons-logging.jar:lib/commons-pool.jar:lib/dom4j.jar:lib/help.jar:lib/jabsorb.jar:lib/hibernate3.jar:lib/j2db.jar:lib/j2dbdev.jar:lib/jdbc2_0-stdext.jar:lib/jmx.jar:lib/jndi.jar:lib/js.jar:lib/jta.jar:lib/BrowserLauncher2.jar:lib/jug.jar:lib/log4j.jar:lib/mail.jar:lib/ohj-jewt.jar:lib/oracle_ice.jar:lib/server-bootstrap.jar:lib/servlet-api.jar:lib/wicket-extentions.jar:lib/wicket.jar:lib/wicket-calendar.jar:lib/slf4j-api.jar:lib/slf4j-log4j.jar:lib/joda-time.jar:lib/rmitnl.jar:lib/networktnl.jar com.servoy.j2db.server.ApplicationServer "$@" >> server.log 2>> server.log

JDK Information
java.vm.name=Java HotSpotâ„¢ Server VM
java.version=1.5.0_22
java.vm.info=mixed mode
java.vm.vendor=Apple Inc.

Operating System Information
os.name=Mac OS X
os.version=10.5.8
os.arch=i386

Is anyone else experiencing this on an os X server, my 3.5.10 is running on the same server and has never fallen over.

How do i go about diagnosing the problem?

Thanks

David

Just quit again with a segmentation fault.

./servoy_server.sh: line 8: 22626 Segmentation fault      java -Djava.awt.headless=true -Xmx256m -Xms64m -XX:MaxPermSize=128m -classpath .:lib/ohj-jewt.jar:lib/MRJAdapter.jar:lib/compat141.jar:lib/commons-codec.jar:lib/commons-httpclient.jar:lib/activation.jar:lib/antlr.jar:lib/commons-collections.jar:lib/commons-dbcp.jar:lib/commons-fileupload-1.2.1.jar:lib/commons-io-1.4.jar:lib/commons-logging.jar:lib/commons-pool.jar:lib/dom4j.jar:lib/help.jar:lib/jabsorb.jar:lib/hibernate3.jar:lib/j2db.jar:lib/j2dbdev.jar:lib/jdbc2_0-stdext.jar:lib/jmx.jar:lib/jndi.jar:lib/js.jar:lib/jta.jar:lib/BrowserLauncher2.jar:lib/jug.jar:lib/log4j.jar:lib/mail.jar:lib/ohj-jewt.jar:lib/oracle_ice.jar:lib/server-bootstrap.jar:lib/servlet-api.jar:lib/wicket-extentions.jar:lib/wicket.jar:lib/wicket-calendar.jar:lib/slf4j-api.jar:lib/slf4j-log4j.jar:lib/joda-time.jar:lib/rmitnl.jar:lib/networktnl.jar com.servoy.j2db.server.ApplicationServer "$@" >> server.log 2>> server.log

3.5.10 is still running fine

There is 10g of inactive memory and 13g of space on the hard drive. I really do not have a clue how to start diagnosing where the issue could be.

David

those are hard vm crashes as it seems
You could try to update your java to the latest java 6 version?

Johan,

getting a little over my head, but looking at the Os X server it is running both 3.5.10 in 32 bit java 1.5

it only seems to have java 6 as a 64 bit option.

Is it possible to run 5.0.1 in java 6 and leave 3.5.10 in its current version of java. Is this done in the .servoy_server.sh file?

Or should i just change my java preference to java 6 and restart both services. My only worry is i remember seeing some OS X and java 64 bit issues before with Servoy 3.5 certainly, or have these all been fixed?

David

64 bit vm on the server shouldnt be a problem at all (also not in the past)

OK,

i will give it a go tonight!