We are getting below error when we are trying to deploy a big sized project...
java.rmi.RemoteException: Transaction Rolledback.; nested exception is:
weblogic.transaction.internal.TimedOutException: Transaction timed out after 31 seconds
BEA1-0008E6152505E3D671F2
02.03.2011 17:49:47 org.slf4j.impl.JCLLoggerAdapter warn
WARNUNG: SQL Error: 0, SQLState: null
02.03.2011 17:49:47 org.slf4j.impl.JCLLoggerAdapter error
SCHWERWIEGEND: Transaction BEA1-4A71BECD62DEC28D2525 not active anymore. tx status = Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 34 seconds
BEA1-4A71BECD62DEC28D2525]
02.03.2011 17:49:47 com.chordiant.dm.is.core.HibernateManager executeTx
SCHWERWIEGEND: org.hibernate.exception.GenericJDBCException: Cannot open connection
javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection
Please let me know how can we solve this as this is effecting our production environment.
We have tried increasing the number of connection in weblogic but it was of no help!
Any help will be greatly appreciated.
Thanks in advance,
Aashu