• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

oracle error 17008 - reason?

 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

Our Application got into strange state today where every
display or edit user via the GUI failed with oracle error 17008.

There's nothing wrong with the database, situation resolved by restarting of the application.

error received at the app GUI :
ElementException_PreparedStatementCallback; uncategorized SQLException
for SQL
state [null]; error code [17008]; Closed Connection; nested exception
is java.sql.SQLException: Closed Connection [ELEMENT: 5020CSC-A][TYPE:
SN]
Our applicatin running using JBoss 3.2.4 and databas version is Oracle 9.

Any idea why this oracle error 17008 occurred.

regards
Sreenivas
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well it just looks like the JDBC Connections got closed somehow. by restarting you recreated those connections.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic