• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

TransactionRolledBack

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
Please tell me why the error
weblogic.jms.common.TransactionRolledBackException.
and how to fix this problem. I using Weblogic 8.1 SP4 and oracle 8.1.7 for windows.
I run my program the error print:
Caused by: weblogic.jms.common.TransactionRolledBackException:
at weblogic.jms.backend.BEConsumer.expireTimeout(BEConsumer.java:1794)
at weblogic.jms.backend.BEXATranEntryBlockingConsumer.startRollback(BEXATranEntryBlockingConsumer.java:82)
at weblogic.jms.backend.BEXATranEntry.execute(BEXATranEntry.java:125)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
Thank for help me
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can you give a few lines in your code BEConsumer.java surrounding line number 1794 where the exception actually occures?

Regards,
Meera.
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might have a very long running process that is causing a timeout.
Try to handle it in smaller slices.

I have seen a similar issue being addressed here:
http://edocs.bea.com/wls/docs81/notes/resolved_sp01.html
Look for CR105337


Originally posted by Kia Phia Ben:
Hi all
Please tell me why the error
weblogic.jms.common.TransactionRolledBackException.
and how to fix this problem. I using Weblogic 8.1 SP4 and oracle 8.1.7 for windows.
I run my program the error print:
Caused by: weblogic.jms.common.TransactionRolledBackException:
at weblogic.jms.backend.BEConsumer.expireTimeout(BEConsumer.java:1794)
at weblogic.jms.backend.BEXATranEntryBlockingConsumer.startRollback(BEXATranEntryBlockingConsumer.java:82)
at weblogic.jms.backend.BEXATranEntry.execute(BEXATranEntry.java:125)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
Thank for help me


[ January 30, 2007: Message edited by: Sumitro Palit ]
 
Always! Wait. Never. Shut up. Look at this tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic