Sunday 8 September 2013

Thread "server.startup : 0" may be hung

Thread "server.startup : 0" may be hung

I have a web application using springframework(version 2.5.6), openJPA(JPA
implementation) and atomikos(JTA implementation). The application WAR file
was created by maven and had the WEB-INF/lib folder which included all the
libraries. The application will be deployed in IBM Websphere Application
Sever 6.1. There was no issue until I removed the lib folder in the WAR
package and replaced it with the shared library(which includes all the
libraries in the lib folder in the WAR). The issue is that the application
server took more than 10 minutes(normal case should be less then 2
minutes) to get started. The issue is intermittent. The following logs
were from the application server's SystemOut.log:
[7/12/13 22:16:05:433 EDT] 00000025 DefaultListab I
org.springframework.beans.factory.support.DefaultListableBeanFactory
preInstantiateSingletons Pre-instantiating singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@238a238a:
defining beans
[org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,...LOTS
OF beans...ommited]; root of factory hierarchy
[7/12/13 22:26:51:956 EDT] 0000000d ThreadMonitor W WSVR0605W: Thread
"server.startup : 0" (00000025) has been active for 656419 milliseconds
and may be hung. There is/are 1 thread(s) in total in the server that may
be hung.
[7/12/13 22:29:30:194 EDT] 00000025 JtaTransactio I
org.springframework.transaction.jta.JtaTransactionManager
checkUserTransactionAndTransactionManager Using JTA UserTransaction:
com.atomikos.icatch.jta.UserTransactionImp@5a345a34
[7/12/13 22:29:30:206 EDT] 00000025 JtaTransactio I
org.springframework.transaction.jta.JtaTransactionManager
checkUserTransactionAndTransactionManager Using JTA TransactionManager:
com.atomikos.icatch.jta.UserTransactionManager@21e221e2
Anyone has any idea?
Appreciate your help!
Chris

No comments:

Post a Comment