JDBC Access to 8i : connexion error after a first successfull try
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.