• 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

MySql/JBoss/Java CPU 100% after a while

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This is the warning/error I'm getting every time the mysql process maxes out my server's CPU. I've searched and can't any answers to this problem. Granted, I am slightly unfamiliar with the inner workings of MySQL. Thanks for any help!

P.S. It's running on Linux under the default WebMin settings.

2004-11-17 20:11:21,405 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl [FormatId=257, GlobalId=www.mywebaddress.com//122303, BranchQual=] timed out. status=STATUS_ACTIVE
 
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your transaction is taking too long to complete...
Maybe there is a deadlock (on the beans or on the database)... Verify the LockMonitor to see the contention on the beans...
CAUTION: On some versions there is a bug, when a transaction time out the connection IS NOT returned to the pool... Just use the 3.2.6 version...

Bye
 
Our first order of business must be this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic