Good Afternoon, I am running into a strange problem when using tomcat to connect to a database via jdbc. The following error pops up:
Warning: the connection to the db failed with the following error (code 17002): Io exception: JVM_recv in socket input stream read (code=10004). This only seems to happen when using tomcat. I have not been able to replicate the problem when using orion or resin. The database logs show that tomcat is making the initial connection. However, sometime between when the initial connection is made and when tomcat uses the connection there is an error. There is nothing in logs to indicate that there is a problem. If I have the application establish a new connection to the db it usually continues on without a problem. My setup is tomcat 4.04 / apache 2.0.39 on Windows 2000 Server. I have tried using both mod_jk and mod_webapp as the connector and have gotten the same results. The database is oracle 8.1.7 also on Windows 2000 Server. Finally we are using jdk 1.4. Any ideas? Thanks Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
