-->
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: Webshere 7 with Hiberbnet on IBM db2 9.7
PostPosted: Tue Sep 15, 2009 5:34 am 
Newbie

Joined: Tue Sep 15, 2009 5:23 am
Posts: 3
[9/15/09 12:59:34:640 GMT+05:30] 00000065 AbstractBatch W org.hibernate.jdbc.AbstractBatcher closeQueryStatement exception clearing maxRows/queryTimeout
com.ibm.websphere.ce.cm.ObjectClosedException: DSRA9110E: Statement is closed.
at com.ibm.ws.rsadapter.jdbc.WSJdbcWrapper.createClosedException(WSJdbcWrapper.java:109)
at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.runtimeXIfNotClosed(WSJdbcStatement.java:1676)
at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.getMaxRows(WSJdbcStatement.java:1110)
at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:276)
at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:212)
at org.hibernate.loader.Loader.getResultSet(Loader.java:1801)
at org.hibernate.loader.Loader.doQuery(Loader.java:674)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
at org.hibernate.loader.Loader.doList(Loader.java:2220)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
at org.hibernate.loader.Loader.list(Loader.java:2099)
at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:289)
at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1695)
at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:142)
at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:152)
at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:66)


Top
 Profile  
 
 Post subject: Re: Webshere 7 with Hiberbnet on IBM db2 9.7
PostPosted: Tue Sep 15, 2009 8:12 am 
Expert
Expert

Joined: Tue May 13, 2008 3:42 pm
Posts: 919
Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
Do you know what part of your code is triggering that? Can you show it to us?

_________________
Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?"
http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials


Top
 Profile  
 
 Post subject: Re: Webshere 7 with Hiberbnet on IBM db2 9.7
PostPosted: Tue Sep 15, 2009 8:17 am 
Newbie

Joined: Tue Sep 15, 2009 5:23 am
Posts: 3
I had Code which Loads the details of customer which loads of the same.


public final Customrs getSingle(final String sUidCustomrs, String office)
{
return super.getSingle(sUidCustomrs, office);
}// EOM


protected T getSingle(Object...arrKeyParts) { return (T) m_sCache.getSingle(this, arrKeyParts) ; }

T getSingle(final CacheRegionKeyInterface<T> cacheRegionKey, final Object...arrKeyParts) ;

Regards
Manish


Top
 Profile  
 
 Post subject: Re: Webshere 7 with Hiberbnet on IBM db2 9.7
PostPosted: Wed Apr 14, 2010 3:33 pm 
Newbie

Joined: Wed Jan 16, 2008 10:42 am
Posts: 12
Do you solve the issue? If yes, would you please share what was the solution? Thanks.


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.