• AndyW
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Dataloader times out occasionally when connecting to Salesforce. I am using the .jar file directly from a UNIX command line.

Is there a parameter I can feed it to increase the timeout value from 5000 ms? Here is the error I get every so often connecting to Salesforce:


2005-11-29 10:58:28,924 INFO [main] controller.LoaderController initConfig (LoaderController.java:297) - The log has been initialized
2005-11-29 10:58:28,966 INFO [main] LoaderEngineRunner main (LoaderEngineRunner.java:72) - Initializing engine
2005-11-29 10:58:28,968 INFO [main] LoaderEngineRunner main (LoaderEngineRunner.java:79) - Loading parameters
2005-11-29 10:58:28,970 INFO [main] LoaderEngineRunner main (LoaderEngineRunner.java:90) - Logging in to salesforce.com
2005-11-29 10:58:39,852 WARN [main] httpclient.HttpConnection open (HttpConnection.java:731) - The host test.salesforce.com:443 (or proxy null:-1) did not accept the connection within timeout of 5000 milliseconds
2005-11-29 10:58:39,864 ERROR [main] client.PartnerClient connect (PartnerClient.java:142) - ; nested exception is:
org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException
2005-11-29 10:58:39,866 ERROR [main] LoaderEngineRunner main (LoaderEngineRunner.java:120) - ; nested exception is:
org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException
  • November 29, 2005
  • Like
  • 0