For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 24 replies, 4 voices, and was last updated 20 years, 1 month ago by
venukairi.
-
AuthorPosts
-
September 22, 2005 at 11:13 am #237932
andrejuscMemberThis message has not been recovered.
September 23, 2005 at 9:48 am #237999
Scott AndersonParticipantThis message has not been recovered.
September 23, 2005 at 10:01 am #238002
andrejuscMemberThis message has not been recovered.
September 23, 2005 at 12:11 pm #238018
Scott AndersonParticipantThis message has not been recovered.
October 23, 2005 at 5:00 am #239938
andrejuscMemberI’ve tried update today again up to 4.0.2 level and get this (sometimes on other file):
!ENTRY org.eclipse.update.core 4 0 2005-10-23 12:53:41.562
!MESSAGE Unable to retrieve remote reference “http://downloads.myeclipseide.com/downloads/products/eworkbench/updates-4.0/plugins/com.genuitec.myeclipse.spring_4.0.2.jar”. [java.io.IOException]
!STACK 0
java.io.IOException
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:643)
at org.eclipse.update.internal.core.HttpResponse.getInputStream(HttpResponse.java:126)
at org.eclipse.update.core.ContentReference.getInputStream(ContentReference.java:146)
at org.eclipse.update.core.FeatureContentProvider.asLocalReference(FeatureContentProvider.java:250)
at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getPluginEntryArchiveReferences(FeaturePackagedContentProvider.java:165)
at org.eclipse.update.internal.operations.UpdateUtils.downloadFeatureContent(UpdateUtils.java:627)
at org.eclipse.update.internal.operations.UpdateUtils.downloadFeatureContent(UpdateUtils.java:653)
at org.eclipse.update.internal.ui.wizards.InstallWizard2.download(InstallWizard2.java:405)
at org.eclipse.update.internal.ui.wizards.InstallWizard2.access$3(InstallWizard2.java:394)
at org.eclipse.update.internal.ui.wizards.InstallWizard2$4.run(InstallWizard2.java:350)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Caused by: java.net.SocketException: Operation timed out: connect:could be due to invalid address
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:331)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:196)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.connect(Socket.java:428)
at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:646)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:336)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:297)
at sun.net.www.http.HttpClient.New(HttpClient.java:369)
at sun.net.www.http.HttpClient.New(HttpClient.java:350)
at sun.net.www.http.HttpClient.New(HttpClient.java:345)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:562)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:539)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:667)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:304)
at org.eclipse.update.internal.core.HttpResponse.getStatusCode(HttpResponse.java:188)
at org.eclipse.update.internal.core.UpdateManagerUtils.checkConnectionResult(UpdateManagerUtils.java:520)
at org.eclipse.update.core.ContentReference.getInputSize(ContentReference.java:193)
at org.eclipse.update.core.FeatureContentProvider.asLocalReference(FeatureContentProvider.java:214)
… 7 more!ENTRY org.eclipse.core.runtime 8 1 2005-10-23 12:55:11.703
!MESSAGEWhat is the way to increase such time out value via some config file or retry count?
Thank you,
AndrejusOctober 23, 2005 at 11:22 am #239942
Scott AndersonParticipantAndrejus,
What is the way to increase such time out value via some config file or retry count?
I don’t think the Eclipse update manager is configurable and it obviously does not handle network problems well. I’d suggest you download the archived update site distribution from the downloads section. Once you’ve done that you can then update by pointing to the local update site zip file on your hardrive.
October 24, 2005 at 7:44 am #239963
andrejuscMemberUnless there are some incompatibilities in metadata between 4.0.0 (I currently have) and 4.0.2, it seems for me that it could be better then to download full 4.0.2 GA, instead of dealing with manual 4.0.2 Update. Size difference is only 7MB. Any restrictions on doing that way (i.e. loss of some important previous settings)?
October 24, 2005 at 2:52 pm #240031
andrejuscMemberBTW, how should I point to site.xml inside Eclipse SDK 3.1 for manual update? Under Help\Software Updates I have only Find and Install and Manage Configuration options. I don’t have Update Perspective in perspectives list.
October 25, 2005 at 3:04 am #240059
andrejuscMemberOk, I did that update myself but for that purpose I needed to create additional policy.xml file. I think it should be described in your FAQ for product Update procedure section.
July 2, 2006 at 10:57 am #254092
venukairiMemberok thanks
-
AuthorPosts
