[jbosstools-issues] [JBoss JIRA] (JBDS-3408) installer is trying to reach download.jboss.org for content

Jan Richter (JIRA) issues at jboss.org
Tue Jun 16 03:03:03 EDT 2015


    [ https://issues.jboss.org/browse/JBDS-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079467#comment-13079467 ] 

Jan Richter edited comment on JBDS-3408 at 6/16/15 3:02 AM:
------------------------------------------------------------

I just tried this with the 9.0.0.Beta1a build with network connection disabled and this is what I found in the p2 director log. In fact the log is full of it:

{noformat}
!MESSAGE Failure reporting download statistics to URL: http://download.jboss.org/jbosstools/usage/installs/9.0.0-SNAPSHOT/Beta1/devstudio.product_9.0.mars/Beta1-v20150614-0409-B50/com.jboss.devstudio.core.feature
!STACK 1
org.eclipse.core.runtime.CoreException: Unknown Host: http://download.jboss.org/jbosstools/usage/installs/9.0.0-SNAPSHOT/Beta1/devstudio.product_9.0.mars/Beta1-v20150614-0409-B50/com.jboss.devstudio.core.feature
	at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:236)
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.collectStats(MirrorRequest.java:268)
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transfer(MirrorRequest.java:235)
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.perform(MirrorRequest.java:153)
	at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:707)
	at org.eclipse.equinox.internal.p2.artifact.repository.simple.DownloadJob.run(DownloadJob.java:63)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.net.UnknownHostException: download.jboss.org
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
	at sun.net.www.http.HttpClient.New(HttpClient.java:308)
	at sun.net.www.http.HttpClient.New(HttpClient.java:326)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1168)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:998)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:932)
	at org.eclipse.ecf.provider.filetransfer.browse.URLFileSystemBrowser.runRequest(URLFileSystemBrowser.java:113)
	at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
	... 1 more
{noformat}

As far as I understand this the http://download.jboss.org/jbosstools/usage/installs/ should not be the URL of choice for JBDS now. Looks like the change did not make it into the respin.


was (Author: jrichter1):
I just tried this with the respin-a build with network connection disabled and this is what I found in the p2 director log. In fact the log is full of it:

{noformat}
!MESSAGE Failure reporting download statistics to URL: http://download.jboss.org/jbosstools/usage/installs/9.0.0-SNAPSHOT/Beta1/devstudio.product_9.0.mars/Beta1-v20150614-0409-B50/com.jboss.devstudio.core.feature
!STACK 1
org.eclipse.core.runtime.CoreException: Unknown Host: http://download.jboss.org/jbosstools/usage/installs/9.0.0-SNAPSHOT/Beta1/devstudio.product_9.0.mars/Beta1-v20150614-0409-B50/com.jboss.devstudio.core.feature
	at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:236)
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.collectStats(MirrorRequest.java:268)
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transfer(MirrorRequest.java:235)
	at org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.perform(MirrorRequest.java:153)
	at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact(SimpleArtifactRepository.java:707)
	at org.eclipse.equinox.internal.p2.artifact.repository.simple.DownloadJob.run(DownloadJob.java:63)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.net.UnknownHostException: download.jboss.org
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
	at sun.net.www.http.HttpClient.New(HttpClient.java:308)
	at sun.net.www.http.HttpClient.New(HttpClient.java:326)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1168)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:998)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:932)
	at org.eclipse.ecf.provider.filetransfer.browse.URLFileSystemBrowser.runRequest(URLFileSystemBrowser.java:113)
	at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
	... 1 more
{noformat}

As far as I understand this the http://download.jboss.org/jbosstools/usage/installs/ should not be the URL of choice for JBDS now. Looks like the change did not make it into the respin.

> installer is trying to reach download.jboss.org for content
> -----------------------------------------------------------
>
>                 Key: JBDS-3408
>                 URL: https://issues.jboss.org/browse/JBDS-3408
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: installer
>    Affects Versions: 8.0.0.Alpha2
>            Reporter: Max Rydahl Andersen
>            Assignee: Nick Boldt
>            Priority: Critical
>              Labels: respin-a
>         Attachments: JBDS3408.install.jboss-devstudio-9.0.0.Beta1-v20150430-1113-B3095-installer-standalone.jar.log.txt
>
>
> Running latest devstudio 9 installer I caught it in reaching out to download.jboss.org which it should have *zero* links/dependency on.
> My guess is there is an updatesite that have  bad reference to download.jboss.org that we need fixing.
> See screenshot at https://www.dropbox.com/s/wkr30jlvdc7d8wu/Screenshot%202015-04-15%2013.11.21.png?dl=0



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list