vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, my client runs on Linux and the database server (I think is db2-7.x) itself is running on AIX. As far as I know there is an alias thus JDBC 'knows' that the real database is running on AIX. Everything works fine but after sometime my application gets a permanent error and it cannot continue running. I use the JDBC driver: COM.ibm.db2.jdbc.app.DB2Driver Error message: [IBM][CLI Driver][DB2/6000] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "10.51.8.113". Communication function detecting the error: "send". Protocol specific error code(s): "104", "*", "0". SQLSTATE=08001 [HttpProcessor[8180][3]] Any ideas how to solve the problem? Zsolt |
| ||||
| Assuming the database is still up (can you re-connect to it?) this could be caused by the app being forced...you may want to look at the server to see if the governor is running, or if someone is explicitly forcing you off. Zsolt Koppany wrote: > Hi, > > my client runs on Linux and the database server (I think is db2-7.x) itself > is running on AIX. As far as I know there is an alias thus JDBC 'knows' that > the real database is running on AIX. > > Everything works fine but after sometime my application gets a permanent > error and it cannot continue running. > > I use the JDBC driver: COM.ibm.db2.jdbc.app.DB2Driver > > Error message: > > [IBM][CLI Driver][DB2/6000] SQL30081N A communication error has been > detected. Communication protocol being used: "TCP/IP". Communication API > being used: "SOCKETS". Location where the error was detected: > "10.51.8.113". Communication function detecting the error: "send". > Protocol specific error code(s): "104", "*", "0". SQLSTATE=08001 > [HttpProcessor[8180][3]] > > Any ideas how to solve the problem? > > Zsolt > > |