Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQLException: Io exception

Status
Not open for further replies.

millerms

Programmer
May 10, 2001
1
US
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:eek:racle:thin:mad: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
 
Hi,

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 :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top