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 > Database Server Software > Informix > java.sql.SQLException

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-25-09, 13:46
khan2009 khan2009 is offline
Registered User
 
Join Date: Jun 2009
Posts: 2
Talking java.sql.SQLException

Hi All,
Has anyone has any idea why I am getting this error?

0000008b SystemOut O WARN [WebContainer : 68] (?:?) - Error in createUserLimitTempTable Temp
table (mktsys.tmp_er_user_limit) already exists in session.
java.sql.SQLException: Temp table (mktsys.tmp_er_user_limit) already exists in session.
at com.informix.jdbc.IfxSqli.a(IfxSqli.java(Compiled Code))
at com.informix.jdbc.IfxSqli.E(IfxSqli.java(Compiled Code))
at com.informix.jdbc.IfxSqli.dispatchMsg(IfxSqli.java (Compiled Code))
at com.informix.jdbc.IfxSqli.receiveMessage(IfxSqli.j ava(Compiled Code))
at com.informix.jdbc.IfxSqli.executeCommand(IfxSqli.j ava(Compiled Code))
at com.informix.jdbc.IfxResultSet.b(IfxResultSet.java (Compiled Code))
at com.informix.jdbc.IfxStatement.c(IfxStatement.java (Compiled Code))
Reply With Quote
  #2 (permalink)  
Old 06-25-09, 17:45
Tyveleyn Tyveleyn is offline
Registered User
 
Join Date: Aug 2006
Location: The Netherlands
Posts: 248
Hi, I'm not really familiar with Java but according to the JDBC error message the object tries to create the same temp table for the second time in it's existence. My guess is the particular method is invoked once to many.

Regards
Reply With Quote
  #3 (permalink)  
Old 06-25-09, 19:11
khan2009 khan2009 is offline
Registered User
 
Join Date: Jun 2009
Posts: 2
I think, that is right, Thanks for your help.
Reply With Quote
Reply

Thread Tools
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On