• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

JBoss Unexpected Shutdown

 
Greenhorn
Posts: 11
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.

Can anyone tell me the reason behind this.
Jboss-Error.JPG
[Thumbnail for Jboss-Error.JPG]
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?

Are you running as a service? If so, have you set -Xrs? See this: http://community.jboss.org/wiki/RunJBossAsAServiceOnWindows
 
jay Singh Rana
Greenhorn
Posts: 11
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jay Singh Rana wrote:Hi Paul



That was Peter who replied
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the server.log show any shutdown messages?
 
jay Singh Rana
Greenhorn
Posts: 11
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jaikiran
No, server.log doesnt shows any error message, nor it shows and indication of shoutdown or Ctr + c.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

Also, whichversion of Windows?
 
I wish to win the lottery. I wish for a lovely piece of pie. And I wish for a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic