[jbosstools-issues] [JBoss JIRA] (JBDS-2977) internal error occurred installing JBDS 8.0.0.Beta1

Nick Boldt (JIRA) issues at jboss.org
Fri Mar 21 20:18:10 EDT 2014


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

Nick Boldt commented on JBDS-2977:
----------------------------------

When built locally:

{code}
/opt/apache-maven-3.1.1/bin/mvn -f /home/nboldt/truu/product/pom.xml -DJBDS_EXTRAS_SITE=http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.40.0.Beta1-SNAPSHOT/REPO/ -DTARGET_PLATFORM_VERSION=4.40.0.Beta1-SNAPSHOT -Djbosstools-site-stream=master -DTARGET_PLATFORM_VERSION_MAXIMUM=4.40.0.Beta1-SNAPSHOT -DJBOSS_CENTRAL_ZIP=http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.40.0.Beta1-SNAPSHOT/jbtcentraltarget-4.40.0.Beta1-SNAPSHOT.zip -DRELEASE=No "-DMAVEN_FLAGS=-B -U -fae -e -P hudson,eap,unified.target,pack200 -Dtpc.targetKind=unified -Ptarget-site" -DJBT_EXTRAS_SITE=http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.40.0.Beta1-SNAPSHOT/REPO/ -DskipRevisionCheckWhenPublishing=true "-Dupdate.site.description=Nightly Build" -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Djbosstools-site=http://download.jboss.org/jbosstools/updates/nightly/core/master/ -DBUILD_ID=2014-03-17_19-32-05 -DJOB_NAME=devstudio.product_master -DBUILD_NUMBER=1945 -DtargetPlatformGroup=jbdevstudio -Dmaven.repo.local=/home/nboldt/tmp/m2-repo-jbds8b1/ clean install -B -U -fae -e -P hudson,eap,unified.target,pack200 -Dtpc.targetKind=unified -Ptarget-site -DTARGET_PLATFORM_VERSION=4.40.0.Beta1-SNAPSHOT
{code}
I now get further in the install process:

{code}
java -jar installer/target/jbdevstudio-product-universal-8.0.0.Beta2-v20140321-2151-B1945.jar
{code}

But it craps out with these errors:

{code}
An error occurred while collecting items to be installed
 session context was:(profile=jbds, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
 Multiple problems occurred while downloading.
  Artifact not found: jar:file:///home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/installer/target/jbdevstudio-product-universal-8.0.0.Beta2-v20140321-2151-B1945.jar!/jbds/plugins/org.eclipse.jst.ws.consumption_1.0.750.v201310240024.jar.pack.gz.
Caused by:   java.io.FileNotFoundException: jar:file:///home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/installer/target/jbdevstudio-product-universal-8.0.0.Beta2-v20140321-2151-B1945.jar!/jbds/plugins/org.eclipse.jst.ws.consumption_1.0.750.v201310240024.jar.pack.gz
  Problems downloading artifact: osgi.bundle,org.eclipse.jst.ws.consumption,1.0.750.v201310240024.
   File has invalid content:/tmp/signatureFile5877479378660849241.jar
    Invalid content:webserviceutils.jar
Caused by:     org.eclipse.osgi.signedcontent.InvalidContentException: The file "webserviceutils.jar" in the jar "/tmp/signatureFile5877479378660849241.jar" has been tampered!
 Multiple problems occurred while downloading.
  Artifact not found: jar:file:///home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/installer/target/jbdevstudio-product-universal-8.0.0.Beta2-v20140321-2151-B1945.jar!/jbds/plugins/org.eclipse.wst.command.env_1.0.450.v201401132315.jar.pack.gz.
Caused by:   java.io.FileNotFoundException: jar:file:///home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/installer/target/jbdevstudio-product-universal-8.0.0.Beta2-v20140321-2151-B1945.jar!/jbds/plugins/org.eclipse.wst.command.env_1.0.450.v201401132315.jar.pack.gz
  Problems downloading artifact: osgi.bundle,org.eclipse.wst.command.env,1.0.450.v201401132315.
   File has invalid content:/tmp/signatureFile2490093942696412316.jar
    Invalid content:ant-lib/anttasks.jar
Caused by:     org.eclipse.osgi.signedcontent.InvalidContentException: The file "ant-lib/anttasks.jar" in the jar "/tmp/signatureFile2490093942696412316.jar" has been tampered!
Application failed, log file location: /home/nboldt/jbdevstudio-product-universal-8.0.0.Beta2-v20140321-2151-B1945-local/studio/p2/director/configuration/1395447122580.log
{code}

                
> internal error occurred installing JBDS 8.0.0.Beta1
> ---------------------------------------------------
>
>                 Key: JBDS-2977
>                 URL: https://issues.jboss.org/browse/JBDS-2977
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: installer
>    Affects Versions: 8.0.0.Beta1
>            Reporter: Nick Boldt
>            Assignee: Denis Golovin
>            Priority: Blocker
>         Attachments: internal-error-occurred.png
>
>
> Tried to install the latest JBDS 8.0.0.Beta1 build from master branch and got this:
> {code}
> $➔ java -version
> java version "1.7.0_45"
> OpenJDK Runtime Environment (fedora-2.4.3.0.fc18-x86_64 u45-b15)
> OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
> $➔ uname -a
> Linux thunk 3.11.9-100.fc18.x86_64 #1 SMP Wed Nov 20 21:22:39 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
> $➔ java -jar jbdevstudio-product-universal-8.0.0.Beta1-v20140319-0249-B1950.jar
> {code}
> !internal-error-occurred.png!
> Note that *P2 Director Application* was the last thing shown in the *Pack installation progress:* bar before the error popped up and it changed to *Finished*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbosstools-issues mailing list