[jbosstools-issues] [JBoss JIRA] (JBDS-4053) Installing software has encountered a problem

Nick Boldt (JIRA) issues at jboss.org
Mon Sep 19 16:32:00 EDT 2016


Nick Boldt created JBDS-4053:
--------------------------------

             Summary: Installing software has encountered a problem
                 Key: JBDS-4053
                 URL: https://issues.jboss.org/browse/JBDS-4053
             Project: Red Hat JBoss Developer Studio (devstudio)
          Issue Type: Sub-task
          Components: build, central-update
            Reporter: Nick Boldt


Could be a simple network timeout but wanted to document this anyway.

Installed rh-eclipse46-devstudio-1.0-1.20160919.1438.el7.x86_64.rpm as in JBDS-4021 then attempted to install EVERYTHING from Central (including the 3rd party connectors like ZeroTurnaround and Android).

Result was some errors:

{code}
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/features/com.atlassian.connector.commons_3.2.5.I20150617-0100.jar.
Premature end of Content-Length delimited message body (expected: 10094; received: 7811
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/features/com.atlassian.connector.eclipse.bamboo_3.2.5.I20150617-0100.jar.
Premature end of Content-Length delimited message body (expected: 10148; received: 3767
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/com.atlassian.connector.eclipse.ui_3.2.5.I20150617-0100.jar.
Premature end of Content-Length delimited message body (expected: 26195; received: 2419
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/net.java.dev.jna_4.1.0.v06022015_1911.jar.
Premature end of Content-Length delimited message body (expected: 914884; received: 9157
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/org.springframework.ide.eclipse.beans.ui.graph_3.7.3.201602250914-RELEASE.jar.
Premature end of Content-Length delimited message body (expected: 93971; received: 23986
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/org.springframework.ide.eclipse.bestpractices_3.7.3.201602250914-RELEASE.jar.
Premature end of Content-Length delimited message body (expected: 70715; received: 9158
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/org.springframework.ide.eclipse.wizard_3.7.3.201602250914-RELEASE.jar.
Premature end of Content-Length delimited message body (expected: 1012304; received: 394684
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/org.springframework.oxm_4.2.4.20151218-RELEASE.jar.
Premature end of Content-Length delimited message body (expected: 93028; received: 9158
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/org.springsource.ide.eclipse.commons.cloudfoundry.client_3.7.3.201602250752-RELEASE.jar.
Premature end of Content-Length delimited message body (expected: 13404956; received: 367722
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Premature end of Content-Length delimited message body (expected: 2342929; received: 358287
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/plugins/org.tmatesoft.svnkit_1.8.12.r10533_v20160129_0158.jar.
Premature end of Content-Length delimited message body (expected: 6106359; received: 21287{code}

Also:

{code}
Unable to read repository at https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.60.1.Final-SNAPSHOT/REPO/artifacts.jar.

org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 13838; received: 5115
	at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:180)
	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:74)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}

{code}
Cannot download bundle at https://devstudio.redhat.com/10.0/stable/updates/discovery.earlyaccess/10.1.0.GA/plugins/com.jboss.jbds.central.discovery.integration-stack.earlyaccess_10.0.0.Alpha1-SNAPSHOT-v20130101-0001-B212.jar: Premature end of Content-Length delimited message body (expected: 96752; received: 3766

org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 96752; received: 3766
	at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:180)
	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:74)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}





--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list