function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
punit.theikospunit.theikos 

Connection Timeout Exception in Partner Portal

We are experiencing this issue on one of our servers for last couple of days.
When we run the same code on local machine it works fine but running the code on servers gives this exception:

note: the application was running fine for last couple of months and the exception started coming about a week back.

Logging
into salesforce.com...

INFO | jvm 1 | 2006/01/06 15:09:13 | 71300074
[TP-Processor2] WARN org.apache.commons.httpclient.HttpConnection -
The host www.salesforce.com:443 (or
proxy null:-1) did not accept the connection within timeout of 5000
milliseconds

INFO | jvm 1 | 2006/01/06 15:09:13 | 71300076
[TP-Processor2] ERROR SforceManager -
org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException

INFO | jvm 1 | 2006/01/06 15:09:13 | 71300076
[TP-Processor2] DEBUG LoginAction - EXCEPTION CAUGHT!

INFO | jvm 1 | 2006/01/06 15:09:13 |
com.sforce.SForceException: ; nested exception is:

INFO | jvm 1 | 2006/01/06 15:09:13
| org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException


INFO | jvm 1 | 2006/01/06 15:09:13
| at
com.sforce.SforceManager.login(SforceManager.java:157)

INFO | jvm 1 | 2006/01/06 15:09:13
| at com.sforce.SforceManager.(SforceManager.java:81)


INFO | jvm 1 | 2006/01/06 15:09:13
| at
com.sforce.struts.action.LoginAction.execute(LoginAction.java:110)

INFO | jvm 1 | 2006/01/06 15:09:13
| at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)


Any help would be greatly appreciated.
Thanks,
Punit
Nikki.ax79Nikki.ax79
I'm seeing a lot of this lately also.
I have code that has worked for well over a year, and
suddenly anything that queries for more than a very small
number of records times out.
Rick.BanisterRick.Banister
Our integration product has also trapped numerous connection timeouts since the 7.0 API went live last week. There is also one customer is experiencing problems with large objects being updated in Salesforce when the packet size is 200. Cutting it to 100 solved the problem. Other than extensive retry log ic and cutting bufferSize down a little, there is not a lot you can do at the application level. Salesforce needs to fix it on their side, I believe.

By the way, our product info is at http://relationaljunction.com/salesforceintegration Perhaps it will be useful to you.
SuperfellSuperfell
If you're having issues from the Winter '06 release, please make sure you log cases for them.