• 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

weblogic.transaction.internal.TimedOutException

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try increasing the transaction timeout value.
 
catch it before it slithers away! Oh wait, it's 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