[
https://issues.jboss.org/browse/JBDS-3538?page=com.atlassian.jira.plugin....
]
Klemen Ferjancic edited comment on JBDS-3538 at 10/15/15 12:21 PM:
-------------------------------------------------------------------
1. Marketplace client
2. /
3. Yes, a few min before I commented
4. I left my workplace so I dont have IP right now
5. Based on recent comments the bug must have happened just a few days ago. Used to
install Jboss tools without problem several times during the summer. But as of today it
failed every single time I tried it.
Just retried at home as of time of this writing, ip 84.52.146.42, same error.
was (Author: cen):
1. Marketplace client
2. /
3. Yes, a few min before I commented
4. I left my workplace so I dont have IP right now
5. Based on recent comments the bug must have happened just a few days ago. Used to
install Jboss tools without problem several times during the summer.
Just retried at home as of time of this writing, ip 84.52.146.42, same error.
read timeouts accessing JBDS discovery bits (possible Akamai
problem?)
----------------------------------------------------------------------
Key: JBDS-3538
URL:
https://issues.jboss.org/browse/JBDS-3538
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: central, discovery, updatesite
Affects Versions: 9.0.0.GA
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 9.0.1.Beta1
As reported in JBDS-3525:
{code}
!ENTRY org.eclipse.mylyn.discovery.core 4 0 2015-10-08 09:40:19.289
!MESSAGE Cannot download bundle at
https://devstudio.redhat.com/9.0/stable/updates/discovery.earlyaccess/9.0...:
Read timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.readV3Record(InputRecord.java:593)
at sun.security.ssl.InputRecord.read(InputRecord.java:532)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:198)
at
org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178)
at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137)
at java.io.FilterInputStream.read(FilterInputStream.java:133)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at
org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer$1.performFileTransfer(AbstractRetrieveFileTransfer.java:178)
at org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:73)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!ENTRY org.eclipse.mylyn.discovery.core 4 0 2015-10-08 09:40:29.700
!MESSAGE Unexpected error
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at
org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:86)
at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:157)
at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:66)
at
org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:223)
at
org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:84)
... 8 more
Caused by: org.eclipse.core.runtime.OperationCanceledException
at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:999)
at
org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:359)
at
org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
at
org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:156)
... 13 more{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)