aspose file tools
The moose likes Servlets and the fly likes JDBC Connection Exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "JDBC Connection Exception" Watch "JDBC Connection Exception" New topic
Author

JDBC Connection Exception

A Sam
Greenhorn

Joined: Aug 21, 2001
Posts: 13
When I use the following to close the connection:
Conn.close();
I am getting this error message after the servlet program is up and running for a couple of days:
Broken pipe or No more data to be read from socket.
Please help
Thanks
-Sam
Mahesh Rana
Ranch Hand

Joined: Sep 05, 2001
Posts: 139
Are you using oracle ?


SCJP2
A Sam
Greenhorn

Joined: Aug 21, 2001
Posts: 13
Database: Oracle
Serlvets runnig on system-A acesses oracle database in system-B.
This problem occurs only after two or three days. There is no oracls shutdown during the process.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JDBC Connection Exception
 
Similar Threads
Is HTTP connectionless or connection oriented
Head First OOAD
HTTP Connection less or Connection based?
H2 database consule lockings
Jboss connection pool not releasing the connection from pool