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
kviswanadhakviswanadha 

Force.com IDE for Eclipse is not working after updating to Winter 12 - Connection Timeouts

Hello,

I am not able to save my components or refresh my components from Server via Eclipse IDE for Force.com after I updated to Winter 12. I always get Connection Timeout exception. 

 

java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(Unknown Source)
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
	at sun.net.NetworkClient.doConnect(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
	at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at com.sforce.ws.transport.JdkHttpTransport.connectRaw(JdkHttpTransport.java:133)
	at com.sforce.ws.transport.JdkHttpTransport.connectLocal(JdkHttpTransport.java:97)
	at com.sforce.ws.transport.JdkHttpTransport.connectLocal(JdkHttpTransport.java:92)
	at com.sforce.ws.transport.JdkHttpTransport.connect(JdkHttpTransport.java:88)
	at com.sforce.ws.transport.SoapConnection.send(SoapConnection.java:94)
	at com.sforce.soap.metadata.MetadataConnection.describeMetadata(MetadataConnection.java:345)
	at com.salesforce.ide.core.remote.MetadataStubExt.describeMetadata(MetadataStubExt.java:303)
	at com.salesforce.ide.core.remote.MetadataStubExt.describeMetadata(MetadataStubExt.java:311)
	at com.salesforce.ide.core.remote.MetadataStubExt$$FastClassByCGLIB$$9404e285.invoke(<generated>)
	at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
	at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:77)
	at com.salesforce.ide.core.internal.aspects.MetadataOperationsRetryAspect.metadataOperationsRetry(MetadataOperationsRetryAspect.java:22)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:627)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:616)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:64)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
	at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
	at com.salesforce.ide.core.remote.MetadataStubExt$$EnhancerByCGLIB$$c1ac1f9d.describeMetadata(<generated>)
	at com.salesforce.ide.core.services.MetadataService.getDescribeMetadata(MetadataService.java:54)
	at com.salesforce.ide.core.services.PackageDeployService.adjustDeployOptions(PackageDeployService.java:300)
	at com.salesforce.ide.core.services.PackageDeployService.deployWork(PackageDeployService.java:264)
	at com.salesforce.ide.core.services.PackageDeployService.deploy(PackageDeployService.java:144)
	at com.salesforce.ide.core.services.PackageDeployService.deploy(PackageDeployService.java:127)
	at com.salesforce.ide.core.services.PackageDeployService.deploy(PackageDeployService.java:111)
	at com.salesforce.ide.ui.actions.SaveToServerActionController.deploy(SaveToServerActionController.java:132)
	at com.salesforce.ide.ui.actions.SaveToServerActionController.saveResourcesToServer(SaveToServerActionController.java:114)
	at com.salesforce.ide.ui.actions.SaveToServerAction$1.execute(SaveToServerAction.java:63)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

 Please let me know if anyone has the similar problem.

 

i am running WIndows 7 professional, Eclipse Indigo R1 and have latest Force.com IDE plugin available.

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Thomas DvornikThomas Dvornik

We uploaded a patch. Please update your IDE. If your using the plug-in, eclipse may cache the version. If you don't see 23.0.1, goto Install New Software -> Available Software Sites -> Force.com -> Reload.

All Answers

SomeshSomesh

Which instance are you connecting to?

FYI. we don't support eclipse indigo. Can you please download the latest installer from http://wiki.developerforce.com/index.php/Force.com_IDE_Installation and install that and try.

Thanks.

kviswanadhakviswanadha

I am connecting to na9.

 

ok. Now I uninstalled the Eclipse Indigo and came back to Helios and installed the Force.com IDE Plugin. I am still gettiing connection timeout error. I did configure my proxy to make sure its not the issue. 

 

I am able to connect to Salesforce - I have verified in the User Login History to make sure if I am atleast able to go thourgh the proxy and yes. I am able to.  but its failing fetching Force.com Components. - Connection Timeout

 



 

!ENTRY com.salesforce.ide.core 4 0 2011-10-29 06:55:11.749
!MESSAGE ERROR [2011-10-29 06:55:11,748] (MetadataOperationsRetryAspect.java:metadataOperationsRetry:24) - ForceRemoteException occurred while attempting to perform a metadata operation


!ENTRY com.salesforce.ide.core 2 0 2011-10-29 06:55:11.751
!MESSAGE  WARN [2011-10-29 06:55:11,750] (BaseRetryAspect.java:isExceptionRetryable:199) - General evaluation deemed exception not retry-able:
 SocketTimeoutException: connect timed out


!ENTRY com.salesforce.ide.core 4 0 2011-10-29 06:55:11.752
!MESSAGE ERROR [2011-10-29 06:55:11,752] (PackageRetrieveService.java:retrieveWork:1065) - Unable to retrieve components: SocketTimeoutException: connect timed out


!ENTRY com.salesforce.ide.core 4 0 2011-10-29 07:00:01.853
!MESSAGE ERROR [2011-10-29 07:00:01,851] (ProjectUpdateOperation.java:execute:126) - Unable to fetch components from Salesforce.

!STACK 0
com.salesforce.ide.core.project.ForceProjectException: Unable to fetch components
	at com.salesforce.ide.core.internal.utils.DialogUtils.presentFetchExceptionDialog(DialogUtils.java:158)
	at com.salesforce.ide.ui.wizards.project.ProjectCreateOperation.fetchComponents(ProjectCreateOperation.java:201)
	at com.salesforce.ide.ui.wizards.project.ProjectCreateOperation.fetchComponents(ProjectCreateOperation.java:171)
	at com.salesforce.ide.ui.properties.ProjectUpdateOperation.execute(ProjectUpdateOperation.java:123)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
	at com.salesforce.ide.ui.properties.ProjectUpdateOperation.update(ProjectUpdateOperation.java:59)
	at com.salesforce.ide.ui.properties.ProjectPropertyPage.updateProject(ProjectPropertyPage.java:146)
	at com.salesforce.ide.ui.properties.ProjectPropertyPage.performOk(ProjectPropertyPage.java:132)
	at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
	at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
	at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:447)
	at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at com.salesforce.ide.ui.actions.OpenProjectPropertiesAction.execute(OpenProjectPropertiesAction.java:29)
	at com.salesforce.ide.ui.actions.BaseAction.run(BaseAction.java:197)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
Caused by: com.salesforce.ide.core.services.RetrieveException: java.net.SocketTimeoutException: connect timed out
	at com.salesforce.ide.core.services.PackageRetrieveService.retrieveWork(PackageRetrieveService.java:1066)
	at com.salesforce.ide.core.services.PackageRetrieveService.retrieveWork(PackageRetrieveService.java:1006)
	at com.salesforce.ide.core.services.PackageRetrieveService.retrievePackage(PackageRetrieveService.java:319)
	at com.salesforce.ide.core.project.ProjectController.fetchComponents(ProjectController.java:621)
	at com.salesforce.ide.ui.wizards.project.ProjectCreateOperation.fetchComponents(ProjectCreateOperation.java:180)
	... 57 more
Caused by: java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(Unknown Source)
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
	at sun.net.NetworkClient.doConnect(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
	at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at com.sforce.ws.transport.JdkHttpTransport.connectRaw(JdkHttpTransport.java:133)
	at com.sforce.ws.transport.JdkHttpTransport.connectLocal(JdkHttpTransport.java:97)
	at com.sforce.ws.transport.JdkHttpTransport.connectLocal(JdkHttpTransport.java:92)
	at com.sforce.ws.transport.JdkHttpTransport.connect(JdkHttpTransport.java:88)
	at com.sforce.ws.transport.SoapConnection.send(SoapConnection.java:94)
	at com.sforce.soap.metadata.MetadataConnection.retrieve(MetadataConnection.java:152)
	at com.salesforce.ide.core.remote.MetadataStubExt.retrieve(MetadataStubExt.java:238)
	at com.salesforce.ide.core.remote.MetadataStubExt$$FastClassByCGLIB$$9404e285.invoke(<generated>)
	at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
	at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:160)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:77)
	at com.salesforce.ide.core.internal.aspects.MetadataOperationsRetryAspect.metadataOperationsRetry(MetadataOperationsRetryAspect.java:22)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:627)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:616)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:64)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
	at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
	at com.salesforce.ide.core.remote.MetadataStubExt$$EnhancerByCGLIB$$e01732dc.retrieve(<generated>)
	at com.salesforce.ide.core.services.PackageRetrieveService.retrieveWork(PackageRetrieveService.java:1049)
	... 61 more

 

BrianHBrianH

I am also having an issue with the Force.com IDE for Eclipse after updating to Winter 12.  (I am running Helios on Windows XP).  Everything seems to work for my sandboxes but I am unable to pull down the metadata for my production isntance (NA1).  I am also unable to deploy to production.

 

!STACK 0
com.salesforce.ide.core.project.ForceProjectException: Unable to fetch components
    at com.salesforce.ide.core.internal.utils.DialogUtils.presentFetchExceptionDialog(DialogUtils.java:158)
    at com.salesforce.ide.ui.wizards.project.ProjectCreateOperation.fetchComponents(ProjectCreateOperation.java:201)
    at com.salesforce.ide.ui.wizards.project.ProjectCreateOperation.fetchComponents(ProjectCreateOperation.java:171)
    at com.salesforce.ide.ui.wizards.project.ProjectCreateOperation.execute(ProjectCreateOperation.java:105)
    at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
    at com.salesforce.ide.ui.wizards.project.ProjectCreateOperation.create(ProjectCreateOperation.java:64)
    at com.salesforce.ide.ui.wizards.project.ProjectCreateWizard.createProject(ProjectCreateWizard.java:122)
    at com.salesforce.ide.ui.wizards.project.ProjectCreateWizard.performFinish(ProjectCreateWizard.java:96)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
Caused by: com.salesforce.ide.core.services.RetrieveException: java.net.SocketTimeoutException: Connect timed out
    at com.salesforce.ide.core.services.PackageRetrieveService.retrieveWork(PackageRetrieveService.java:1066)
    at com.salesforce.ide.core.services.PackageRetrieveService.retrieveWork(PackageRetrieveService.java:1006)
    at com.salesforce.ide.core.services.PackageRetrieveService.retrieve(PackageRetrieveService.java:909)
    at com.salesforce.ide.core.project.ProjectController.fetchComponents(ProjectController.java:610)
    at com.salesforce.ide.ui.wizards.project.ProjectCreateOperation.fetchComponents(ProjectCreateOperation.java:180)
    ... 50 more
Caused by: java.net.SocketTimeoutException: Connect timed out
    at java.net.SocksSocketImpl.readSocksReply(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
    at com.sforce.ws.transport.JdkHttpTransport.connectRaw(JdkHttpTransport.java:133)
    at com.sforce.ws.transport.JdkHttpTransport.connectLocal(JdkHttpTransport.java:97)
    at com.sforce.ws.transport.JdkHttpTransport.connectLocal(JdkHttpTransport.java:92)
    at com.sforce.ws.transport.JdkHttpTransport.connect(JdkHttpTransport.java:88)
    at com.sforce.ws.transport.SoapConnection.send(SoapConnection.java:94)
    at com.sforce.soap.metadata.MetadataConnection.retrieve(MetadataConnection.java:152)
    at com.salesforce.ide.core.remote.MetadataStubExt.retrieve(MetadataStubExt.java:238)
    at com.salesforce.ide.core.remote.MetadataStubExt$$FastClassByCGLIB$$9404e285.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:160)
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:77)
    at com.salesforce.ide.core.internal.aspects.MetadataOperationsRetryAspect.metadataOperationsRetry(MetadataOperationsRetryAspect.java:22)
    at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:627)
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:616)
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:64)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
    at com.salesforce.ide.core.remote.MetadataStubExt$$EnhancerByCGLIB$$dded3ea2.retrieve(<generated>)
    at com.salesforce.ide.core.services.PackageRetrieveService.retrieveWork(PackageRetrieveService.java:1049)
    ... 54 more

 

 

kviswanadhakviswanadha

Looks like the new update to Force.com IDE V 23 is having issues. I am not sure what they are but when I reverted back my plugin to install V 20 Force.com IDE, everything worked like a champ.

 

I am not going to upgrade to 23 unless they figure out what the issue is. I opened a case with salesforce,lets wait and see what they have to say.

dcarmen66dcarmen66

I'm also having major issues since upgrading - I can't connect to anything - production or sandboxes. I'm definitely going back to version 20. Very disappointed.

Thomas DvornikThomas Dvornik

Do you still get timeouts if you refresh an individual component? i.e. Right click on 'classes,' Force.com -> Refresh from server.

 

dcarmen66, are your connection issues also caused by timeouts?

 

 

dcarmen66dcarmen66

I couldn't connect to Salesforce at all. I would get messages like "tapp0-api.salesforce.com" not available - I don't remember the exact wording. I tried installing different versions of Eclipse and even the IDE by itself and couldn't get it to work. When I moved back to version 20 everything works fine.

kviswanadhakviswanadha

The last I tried with 23.0 from behind Proxy was yesterday evening and was not able to connect - Connection Timeout Error. I reverted back to 20.0 and is working fine for me.

 

Opened a case with Salesforce on Monday, waiting for them to respond.

 

 

tmatthiesentmatthiesen

Can you post the case #?  Would like to follow up on a repro.

 

thanks,

 

t

kviswanadhakviswanadha

Here you go  - Case#06494857. Hoping they come up with some solution quickly. :)

 

Thanks

Karl.

BBeairdBBeaird

I'm having the same issue with my sandbox.  If I create a brand new force.com project, it actually pulls down the classes.  After that though, if I try and refresh or save, it immediately gives me a timeout error.  Looks like I need to downgrade.

logontokartiklogontokartik

UPDATE :

 

I got a call from the Salesforce Support and they told that IDE v 23.0 is still in its beta state. Salesforce R & D is working on the issues and there is no ETA currently available for resolving all issues.

He suggested me to revert back to older version. (guess I did it long back :smileywink:)..

 

I dont understand if its a beta version, why is it getting installed by default ??

BBeairdBBeaird
tmatthiesentmatthiesen

To be clear - this is not a BETA version.  This is the GA release.  R&D is looking at the timeout issue.

tmatthiesentmatthiesen

Issue has been identified - we are looking to push the fix either today or Monday.

Thomas DvornikThomas Dvornik

We uploaded a patch. Please update your IDE. If your using the plug-in, eclipse may cache the version. If you don't see 23.0.1, goto Install New Software -> Available Software Sites -> Force.com -> Reload.

This was selected as the best answer
crop1645crop1645

Sorry to say, but 23.0.1 still encounters timeouts if used through a proxy server (our setup at corporate here)

 

Case 06550548 filed

 

Has anyone been able to work through a proxy server with Winter 12 IDE plugin? and if so, how?

 

My proxy settings are:

 

Eclipse IDE Helios | Window | Preferences | Network Connections

 

Active provider: Manual

HTTP host=proxy.mydomain.com port = nnnn Provider=manual Auth=false

HTTPS host=<null> port=<null> Provider=manual Auth=false

SOCKS host=<null> port=<null> Provider=manual Auth=false

 

this had always worked before

mcrosbymcrosby

I've experienced the same and filed a case with support also.  Our company also uses a proxy server, and we continue to experience the time out issue using the 23.0.1 release.  Support's initial response was that it must be our proxy server causing the issue, however, I am still able to use Version 20 of the IDE without issue through the same proxy.  At this time, my case has been passed around to several support members and no resolution as of yet.

John De SantiagoJohn De Santiago

I continue to have issues as well with the Winter 12 update. I was able to get my environment to connect with a proxy by using both manual and native options. I was able to see the schema and download the code (using the default option - didn't try to select components) to create a project but I get connection errors when I attempt to save a class, run a test, perform a refresh from server, and attempt to deploy code from one environment to another.  

 

Going back to version 20 for now.

dcarmen66dcarmen66

I'm still having issues. Not exactly timeout issues, but unable to connect. I've opened a case and moved back to version 20.

mcrosbymcrosby

Unfortunately we have been stuck in the water with this issue and support has been unable to help.  Our support rep keeps saying that this is a proxy issue that needs to be addressed by my corporate network group.  Funny, though, that version 20 still works without issue. Luckily we were able to revert back to the prior release on one of our development machines.

crop1645crop1645

same here -- my support case has been referred to Tier 3 and I was asked to provide a stack trace. I too have reverted to Version 20

Thomas DvornikThomas Dvornik

The proxy issue appears to be different then the one we released a patch for. We got the traces and are looking into it. No ETA at this point.

Brad Riley (Reed Expo)Brad Riley (Reed Expo)

Is there any update or ETA for when this will be fixed.  It has stopped our entire development team from upgrading to the latest version.

mcrosbymcrosby

After speaking with Tier 3 support, I found that the ETA for an update release to resolve the issue is December 23.

seahorcesolnsseahorcesolns

I'm using the stand alone Force.com IDE v 23 and it is having major problems!  It's pretty much unusable.  SF support says they are working on a fix, but I can't wait.  Where do I get v 20 to revert back?

kviswanadhakviswanadha

Its a lot easy to use Eclipse Plugin and select on Show All Versions in the installation page and select the V 20 instead of the latest version. and install it. 

 

If you are using Force.com IDE, the updates are controller by Pulse Explorer. you can try going to Pulse Explorer and add local site, but I dont if that works.

mcrosbymcrosby
Its a lot easy to use Eclipse Plugin and select on Show All Versions in the installation page and select the V 20 instead of the latest version. and install it.

 

Thanks for this bit of advice.  I had not noticed the option "Show only the latest versions of available software" previously in Eclipse and SF support said there was no way to install a prior version during a new installation of Eclipse.  Deselecting the option allows you to install one of the prior versions.

BBeairdBBeaird

Any update on this?  Has it been fixed?  I don't really want to go through the hassle of updating to test myself if I have to immediately downgrade again.

dcarmen66dcarmen66

I had the problem initially and the latest version of the IDE seems to fix the problem. I've been using it for a couple of weeks now and have had no problem.

mcrosbymcrosby

The latest IDE for Eclipse release (23.0.2.201201091635) seems to have resolved the issue I was experiencing.  I just loaded it on a dev machine, ran a few tests of updating and adding classes, and no errors were generated.