Hi I am using Jboss4.0.1 and its getting shoutdown in an un expected way. Its not writing any exception to the log file as well. What i have noticed that the size of the Java process Virtual memory is 1440MB which looks bigger than usual.
The MaX Heap size is 1270MB. But it doesnt looks like a problem of Memory Leak as i still have 1200Mb free on Heap.
Definitely not a heap space issue. Because your memory usage is a small fraction of the vm size, and because your heap is less than 10% used, I would assume you have max heap == min heap.
Anyway, is there any indication in the Windows logs as to what might have happened? Is there a shutdown notification message in the JBoss server.log?
Hi Paul
Thanks for the Reply.
I have no idea where Windows logs are stored. But Jboss Server Log is not showing any indication of shutdown. Neither it shown any exceptions. I am running Jboss through run.bat and not as service. But i have already tried -Xrs.
But -Xrs didt helped. I am trying now to run it as a service. Lets see if it helps.
Perhaps the JVM is crashing. There might be a dump in the jboss_home/bin directory. Which version of the JVM are you using? Could you try another version? For AS 4.0.1 (which i really old) I don't know if you need a 1.4.2 JVM or if a 1.5 version will work.