SQLException: Io exception
SQLException: Io exception
(OP)
I'm getting the following error when I try to connect from the web server to an oracle 8i database on a separate server.
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Error connecting to Oracle Server (jdbc:oracle:thin:@nti25mto.parsippa.basf-corp.com:1521:gfcstd)
Other web applications which are currently running on the same web server are not having this problem even though they perform the same type of connection to an oracle db.
Any help would be greatly appreciated
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Error connecting to Oracle Server (jdbc:oracle:thin:@nti25mto.parsippa.basf-corp.com:1521:gfcstd)
Other web applications which are currently running on the same web server are not having this problem even though they perform the same type of connection to an oracle db.
Any help would be greatly appreciated
RE: SQLException: Io exception
Are you very sure that they are the same? Are the other applications in Java too? Did you forget to load the driver? If they are the same and you didn't forget to load the driver then something is really wrong... perhaps you would like to put your codes too?
Regards,
Leon
If you need additional help, you can email to me at zaoliang@hotmail.com I don't guaranty that I will be able to solve your problems but I will try my best :)