-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Difficulties with WebSphere && DB2400 datasource
PostPosted: Fri Apr 16, 2004 8:27 am 
Newbie

Joined: Sun Jan 18, 2004 9:52 am
Posts: 11
Hi,

I am using Hibernate 2.1.2 deployed under WebSphere 5.1 on an iSeries (AS/400) machine. The following warnings are being issues every time I close the session -

[16/04/04 12:18:21:936 BST] 9081a556 JDBCException W net.sf.hibernate.util.JDBCExceptionReporter SQL Warning: 0, SQLState: 01H30
[16/04/04 12:18:22:007 BST] 9081a556 JDBCException W net.sf.hibernate.util.JDBCExceptionReporter The active transaction was committed.

Looking at previous posts, this appears as thoguh it could be related to the fact that webSphere automatically returns the connection to the pool after the transaction is committed, and hibernate tryies to get SQL Warnings after this. This was posted in JIRA as HB337, but look slike it was fixed a while ago.

I am guessing that this message is hibernate reporting that it has trapped this condition - is this the case? Has anyone found a way of stopping WebSphere from doing this?

Cheers,

Colin


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 25, 2005 9:10 am 
Beginner
Beginner

Joined: Sun Dec 28, 2003 3:29 pm
Posts: 22
Location: Massachusetts USA
Just wondering if this problem was ever resolved. I'm getting the same log messages. -- Peter


Top
 Profile  
 
 Post subject: Same problem
PostPosted: Tue Jan 17, 2006 9:35 am 
Newbie

Joined: Fri Apr 16, 2004 8:49 am
Posts: 3
Hey, i get the same messages, using hibernate 2.1.7c on websphere.

[1/16/06 13:58:10:502 CET] 2d3a8d7c JDBCException W net.sf.hibernate.util.JDBCExceptionReporter SQL Warning: 0, SQLState: 01H30
[1/16/06 13:58:10:560 CET] 2d3a8d7c JDBCException W net.sf.hibernate.util.JDBCExceptionReporter The active transaction was committed.

Anyone found out the reason for this?

Thanks


Top
 Profile  
 
 Post subject: websphere iseries db2 JDBCException SQLState: 01H30
PostPosted: Tue Jan 10, 2012 9:25 am 
Newbie

Joined: Tue Jan 10, 2012 7:38 am
Posts: 1
to suppress message
JDBCException W net.sf.hibernate.util.JDBCExceptionReporter logWarnings
SQL Warning: 0, SQLState: 01H30


In server.xml:

net.sf.hibernate.util.JDBCExceptionReporter=severe

<services xmi:type="traceservice:TraceService" xmi:id="TraceService_1173184185401" enable="true" startupTraceSpecification="*=info:net.sf.hibernate.util.JDBCExceptionReporter=severe" traceOutputType="SPECIFIED_FILE" traceFormat="BASIC">
<traceLog xmi:id="TraceLog_1173184185401" fileName="${SERVER_LOG_ROOT}/trace.log" rolloverSize="20" maxNumberOfBackupFiles="1"/>


Herman Vierendeels


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.