• anthony.raj
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi all,
 
I am writing a Java program that will fetch the records from SFDC and insert them to Oracle database tables.My program is fetching records in batches of 250 each and then processing them.But at times i get an error message as:

Error occured; nested exception is:

      java.net.ConnectException: Connection timed out: connect

Error occured:java.net.ConnectException: Connection timed out: connect

AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode:

 faultString: java.net.ConnectException: Connection timed out: connect

 faultActor:

 faultNode:

 faultDetail:

      {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection timed out: connect

      at java.net.PlainSocketImpl.socketConnect(Native Method)

      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)

      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)

      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)

      at java.net.Socket.connect(Socket.java:452)

 

 

Please help me to find a solution for this problem

 

 
 
 
Thanks & Regards,
VN
  • January 02, 2008
  • Like
  • 0