If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > Error: Abnormal end unit of work condition occurred

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-29-09, 04:14
CatchSandeepVaid CatchSandeepVaid is offline
Registered User
 
Join Date: Dec 2009
Posts: 1
Error: Abnormal end unit of work condition occurred

I using Weblogic 8.1 sp4, Db2/NT 8.2.9, JDK 1.4,JDBC in multithreaded environment
When i issue resultset.next(), sometimes (very few times that too when number of units of processing is a bit high) it give me the following error:

java.sql.SQLException: [BEA][DB2 JDBC Driver][DB2]Abnormal end unit of work condition occurred.
at weblogic.jdbc.base.BaseExceptions.createException( Ljava.lang.String;Ljava.lang.String;I)Ljava.sql.SQ LException;(Unknown Source)
at weblogic.jdbc.base.BaseExceptions.getException(I[Ljava.lang.String;Ljava.lang.String;I)Ljava.sql.SQ LException;(Unknown Source)
at weblogic.jdbc.db2.drda.DRDARequest.processSQLCA(Lw eblogic.jdbc.base.BaseWarningsV(Optimized Method)
at weblogic.jdbc.db2.drda.DRDARequest.processCodePoin t(IILweblogic.jdbc.base.BaseWarningsZ(Optimized Method)
at weblogic.jdbc.db2.drda.DRDAStatementRequest.proces sCodePoint(IILweblogic.jdbc.base.BaseWarningsZ(O ptimized Method)
at weblogic.jdbc.db2.drda.DRDAResultSetRequest.proces sCodePoint(IILweblogic.jdbc.base.BaseWarningsZ(O ptimized Method)
at weblogic.jdbc.db2.drda.DRDARequest.processReply(Lw eblogic.jdbc.base.BaseWarningsV(Optimized Method)
at weblogic.jdbc.db2.drda.DRDARequest.ensureBytes(ILw eblogic.jdbc.base.BaseWarningsV(Optimized Method)
at weblogic.jdbc.db2.drda.DRDARequest.processSQLCA(Lw eblogic.jdbc.base.BaseWarningsV(Optimized Method)
at weblogic.jdbc.db2.drda.DRDAResultSetRequest.getNex tRow(Lweblogic.jdbc.base.BaseWarningsZ(Optimized Method)
at weblogic.jdbc.db2.DB2ImplResultSet.fetchAtPosition (I)Z(Optimized Method)
at weblogic.jdbc.base.BaseImplResultSet.next()Z(Optim ized Method)
at weblogic.jdbc.base.BaseResultSet.next()Z(Optimized Method)
at weblogic.jdbc.wrapper.ResultSet_weblogic_jdbc_base _BaseResultSet.next()Z(Optimized Method)

Please let me know the solution to this problem..
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On