• 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

weblogic 10.3.3 throwing java.sql.SQLException: Closed Statement: next exception

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi techies,

I was using weblogic 10.0 and my code was working fine. The moment I shifted to weblogic 10.3.3 (i.e. 11gR1) I got my first problem in terms of sql exception. I am getting a resultset and then closing the opened database connection. The moment I tried to use the resuset I got the exception

java.sql.SQLException: Closed Statement: next

The same code was working fine with earlier version of weblogic. I am using jdk1.4.2 in code. The only change was done to upgrade weblogic to 10.3.3.

Can any one throw light on the solution of this problem. It will really be apprecaited.

Thanks in advance

Vivek.
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure what you mean by

I am using jdk1.4.2 in code.



Looks like the server must be run on jdk 6,
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/notes/new.html#wp1090981

 
No prison can hold Chairface Chippendale. And on a totally different topic ... my stuff:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic