• 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

STATE_TRAN_WRAPPER_INUSE error

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While running my application on WAS i get the following message on the server log:
[12/6/05 18:58:54:000 EST] 58d4151c SharedPool I J2CA0086W: Shareable connection MCWrapper id 5484d53e Managed connection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@4ddb153e State:STATE_TRAN_WRAPPER_INUSE
from resource jdbc/sqlserver_elmo_prod_bpr was used within a local transaction containment boundary.

Although this does not break the application but i have a feeling that this is hampering the performance.We are connecting to multiple databases and i also checked that the connections are being released properly.
What is the reason for this message and what is the solution for the same?
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this link out it might help
http://www-1.ibm.com/support/docview.wss?uid=swg21175155
 
reply
    Bookmark Topic Watch Topic
  • New Topic