Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-29532: Java call terminated by uncaught Java exception: java.net.NoRouteToHostException

Jim DeelyMay 27 2016 — edited May 27 2016

I have an Oracle DB connected to a Messaging Server (RabbitMQ). The DB polls the messaging server every 1 minute and very periodically I get the error message above. Can anyone suggest why this is happening? If I look at the Class Hierarchy for  NoRouteToHostException java.lang.Object   extended by java.lang.Throwable       extended by java.lang.Exception           extended by java.io.IOException               extended by java.net.SocketException                   extended by java.net.NoRouteToHostException Is there any code that I can write under the NoRouteToHostException Class which will identify the node on the network within the socket connection that is causing the error?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2016
Added on May 27 2016
2 comments
2,094 views