Search code examples
javaglassfishglassfish-3

Glassfish crash(stop) with no debugging information


I am runnning a glassfish 3.0.1, the server start up normally, but when i execute some webservice method the server crash(shutdown) without log or debug information. The files server.log no have exception and jvm.log eihter. have i other log for debug error in glassfish?


Solution

  • I solve the problem increasing the -Xss memory in the virtual machine options. -Xss256k to -Xss512k enter image description here