Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Java, RMI, Oracle JDBC Driver Hang (KEG)

Java, RMI, Oracle JDBC Driver Hang (KEG)

From: Douglas A Kegler <tropperkeg_at_earthlink.net>
Date: Wed, 05 Jan 2000 16:59:20 -0500
Message-ID: <3873BEB7.7C21CEE0@earthlink.net>


I have a java client that connects to my java server using RMI and SSL. For SSL, I'm using the Phoas SSL library. I'm using
the Oracle JDBC Driver for Oracle 8.1.6 (classes12.zip) and I am running an
Oracle 8.1.5 database. (Oracle informed me that the driver is backward compatible.) At least once a day the server will "hang" when the client

performs a request to it. The server is running in a Command Prompt window, so
when the hang appears, I can Ctrl+C the server. After Crtl+C is hit, any backed
up messages from the client go through and get processed to the database. I'm only performing 50-100 transactions a day.

It appears to me that a JDBC call/thread is hanging on the server and once I Ctrl+C and kill the thread the program continues on. Any thoughts? Received on Wed Jan 05 2000 - 15:59:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US