Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDBC Access to 8i : connexion error after a first successfull try

313573Jul 25 2002
A Java servlet ( on hp-ux11,jdk 122,tomcat4,jdbc driver classes12.zip)
was correctly configured (driver type,server,port,dbname,user,password)
to access a Oracle 817 database.
The first time it was executed it return the waited result.
But the second time and all other executions return the message :

Error
java.sql.SQLException: Exception d'E/S: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135294976)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))

Start/stop Tomcat do not solve the problem.
Installation of the same configuration on another server (Linux 6.0,jdk122,Tomcat4)
return the same error at the first execution!

What can i do ?
Many thanks for answers.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2002
Added on Jul 25 2002
1 comment
526 views