This is what i see in the debug logs. I have just pasted the relevant logs which show the
sequence of events.
............ Application specific messages (including the next few lines), indicates that
the system has been up for some time.
| ............ The next few log messages show some application specific errors which
probably kills and restarts the JBoss server
|
| 2008-05-14 19:52:01,594 WARN [be.tinc.bkw.core.tasks.NTPDaemonCheckSchedulableTask]
(be.tinc.bkw.core.tasks.NTPDaemonCheckSchedulableTask.perform(NTPDaemonCheckSchedulableTask.java:62))
| Connection with NTP Daemon dropped
|
| 2008-05-14 19:52:01,594 INFO [be.tinc.bkw.com.ApplicationEventSender]
(be.tinc.bkw.com.ApplicationEventSender.send(ApplicationEventSender.java:117))
| Sending Event: ERROR_MESSAGE
|
| 2008-05-14 19:52:01,594 INFO [be.tinc.bkw.com.ApplicationEventSender]
(be.tinc.bkw.com.ApplicationEventSender.send(ApplicationEventSender.java:119))
| Connection with NTP Daemon is dropped. Contact a responsible.
|
| ......................
|
| 2008-05-14 19:52:57,238 DEBUG [org.jboss.logging.Log4jService]
(org.jboss.logging.Log4jService.installSystemAdapters(Log4jService.java:411))
| Installed System.out adapter
|
| ........................ Server startup logs and finally the server startup completion
message
|
| 2008-05-14 19:53:11,395 INFO [org.apache.catalina.startup.Catalina]
(org.apache.commons.logging.impl.Log4JLogger.info(Log4JLogger.java:94))
| Server startup in 94 ms
Going by this, looks like there's some application specific error that happens at
around 2008-05-14 19:52:01,594 and some code in the application
(be.tinc.bkw.com.ApplicationEventSender) probably restarts the server. You might have to
look into what's going on in the application that has been deployed on JBoss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151109#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...