Hi DBA guru,

Recently we got some errors when loading the XML using XDK into 8.1.7.4 database, the detail error as belows:


ERROR in mmi.xconn.Post.postMessage: java.io.InterruptedIOException: recv() timed out
Resource temporarily unavailable
at java.net.SocketInputStream.socketRead(SocketInputStream.java)
at java.net.SocketInputStream.read(SocketInputStream.java)
at java.io.BufferedInputStream.fill(BufferedInputStream.java)
at java.io.BufferedInputStream.read(BufferedInputStream.java)
at mmi.xconn.Post.readLine(Post:300)
at mmi.xconn.Post.sendRequest(Post:218)
at mmi.xconn.Post.sendHttp(Post:107)
at mmi.xconn.Post.postMessage(Post:542)


ORA-29532: Java call terminated by uncaught Java exception: java.lang.OutOfMemoryError
ORA-29550: Java session state cleared
ORA-29554: unhandled Java out of memory condition


The error "java.io.InterruptedIOException:" .. I believe is a bug in Oracle 8.1.7 & JDK 1.1 &1.2 --- Oracle Meta Link Note: 212884.1 ?

Both ORA-29550 & ORA-29554, Oracle did not suggest doing any thing - no action required !!! ???

Another ORA-29532, Oracle mentioned that, java code need to be modified ?

Would like to seek the expertise from Guru here, and greatly appreacited any suggestion.

Thanks,
trandt@yahoo.com