Hi.
In our project we are using Jboss and EJB 3.0.
Sometimes, the Jboss is going to shutdown without any user interaction.
In the log i can see :
[org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified
to shutdown
2007-01-07 10:48:32,033 INFO [org.jboss.system.server.Server] Runtime shutdown
hook called, forceHalt: true
2007-01-07 10:48:32,033 INFO [org.jboss.system.server.Server] JBoss SHUTDOWN:
Undeploying all packages
And from now the Jboss will be shutdown very soon. (The log is at the bottom of
the message.)
I don't know who is notify the Jboss to shutdown and i don't know how to know
this.
How can i solve this problem.
Thank You and Best Regards.
P.S. Sorry, for a cross posting.
2007-01-07 10:48:01,858 DEBUG [org.hibernate.pretty.Printer]
com.sap.xtp.resourcedirectory.dm.Machine{propagators=, ipAddress1=,
machineType=com.sap.xtp.resourcedirectory.dm.MachineType#3,
hostName=ilcypperf68, description=DB, ipAddress2=, hostingUnits=, id=2}
2007-01-07 10:48:01,858 DEBUG [org.hibernate.jdbc.ConnectionManager]
aggressively releasing JDBC connection
2007-01-07 10:48:01,858 DEBUG
[org.jboss.ejb3.entity.ManagedEntityManagerFactory] ************** closing
entity managersession **************
2007-01-07 10:48:09,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
open PreparedStatement (open PreparedStatements: 0, globally: 0)
2007-01-07 10:48:09,797 DEBUG [org.hibernate.jdbc.ConnectionManager] opening
JDBC connection
2007-01-07 10:48:09,797 DEBUG [org.hibernate.SQL] select this_.[Key] as
Key1_14_0_, this_.Value as Value14_0_ from Configuration this_ where
this_.[Key]=?
2007-01-07 10:48:09,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
open ResultSet (open ResultSets: 0, globally: 0)
2007-01-07 10:48:09,797 DEBUG [org.hibernate.loader.Loader] result row:
EntityKey[com.sap.sbs.silo.bo.Configuration#SILO.session.check.interval]
2007-01-07 10:48:09,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
close ResultSet (open ResultSets: 1, globally: 1)
2007-01-07 10:48:09,797 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
close PreparedStatement (open PreparedStatements: 1, globally: 1)
2007-01-07 10:48:09,797 DEBUG [org.hibernate.jdbc.ConnectionManager]
aggressively releasing JDBC connection
2007-01-07 10:48:09,797 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing
JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets:
0, globally: 0)]
2007-01-07 10:48:09,797 DEBUG [org.hibernate.engine.StatefulPersistenceContext]
initializing non-lazy collections
2007-01-07 10:48:09,797 DEBUG [org.hibernate.jdbc.ConnectionManager]
aggressively releasing JDBC connection
2007-01-07 10:48:19,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
open PreparedStatement (open PreparedStatements: 0, globally: 0)
2007-01-07 10:48:19,798 DEBUG [org.hibernate.jdbc.ConnectionManager] opening
JDBC connection
2007-01-07 10:48:19,798 DEBUG [org.hibernate.SQL] select this_.[Key] as
Key1_14_0_, this_.Value as Value14_0_ from Configuration this_ where
this_.[Key]=?
2007-01-07 10:48:19,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
open ResultSet (open ResultSets: 0, globally: 0)
2007-01-07 10:48:19,798 DEBUG [org.hibernate.loader.Loader] result row:
EntityKey[com.sap.sbs.silo.bo.Configuration#SILO.session.check.interval]
2007-01-07 10:48:19,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
close ResultSet (open ResultSets: 1, globally: 1)
2007-01-07 10:48:19,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
close PreparedStatement (open PreparedStatements: 1, globally: 1)
2007-01-07 10:48:19,798 DEBUG [org.hibernate.jdbc.ConnectionManager]
aggressively releasing JDBC connection
2007-01-07 10:48:19,798 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing
JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets:
0, globally: 0)]
2007-01-07 10:48:19,798 DEBUG [org.hibernate.engine.StatefulPersistenceContext]
initializing non-lazy collections
2007-01-07 10:48:19,798 DEBUG [org.hibernate.jdbc.ConnectionManager]
aggressively releasing JDBC connection
2007-01-07 10:48:29,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
open PreparedStatement (open PreparedStatements: 0, globally: 0)
2007-01-07 10:48:29,798 DEBUG [org.hibernate.jdbc.ConnectionManager] opening
JDBC connection
2007-01-07 10:48:29,798 DEBUG [org.hibernate.SQL] select this_.[Key] as
Key1_14_0_, this_.Value as Value14_0_ from Configuration this_ where
this_.[Key]=?
2007-01-07 10:48:29,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
open ResultSet (open ResultSets: 0, globally: 0)
2007-01-07 10:48:29,798 DEBUG [org.hibernate.loader.Loader] result row:
EntityKey[com.sap.sbs.silo.bo.Configuration#SILO.session.check.interval]
2007-01-07 10:48:29,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
close ResultSet (open ResultSets: 1, globally: 1)
2007-01-07 10:48:29,798 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to
close PreparedStatement (open PreparedStatements: 1, globally: 1)
2007-01-07 10:48:29,798 DEBUG [org.hibernate.jdbc.ConnectionManager]
aggressively releasing JDBC connection
2007-01-07 10:48:29,798 DEBUG [org.hibernate.jdbc.ConnectionManager] releasing
JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets:
0, globally: 0)]
2007-01-07 10:48:29,798 DEBUG [org.hibernate.engine.StatefulPersistenceContext]
initializing non-lazy collections
2007-01-07 10:48:29,798 DEBUG [org.hibernate.jdbc.ConnectionManager]
aggressively releasing JDBC connection
2007-01-07 10:48:32,033 DEBUG
[org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified
to shutdown
2007-01-07 10:48:32,033 INFO [org.jboss.system.server.Server] Runtime shutdown
hook called, forceHalt: true
2007-01-07 10:48:32,033 INFO [org.jboss.system.server.Server] JBoss SHUTDOWN:
Undeploying all packages
....
....
....
....
2007-01-07 10:48:38,658 INFO [org.jboss.system.server.Server] Shutdown complete
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998662#3998662
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998662
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user