[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-5466) Unable to install JBT 3.1.0 CR1 with Sun 1.5 VM

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jan 26 16:41:19 EST 2010


     [ https://jira.jboss.org/jira/browse/JBIDE-5466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-5466:
------------------------------

    Attachment: 32 EST 2010.txt
                Screenshot-6.png


Using these three sites:

http://download.jboss.org/jbosstools/updates/nightly/trunk/ (add)
http://download.eclipse.org/birt/update-site/2.5/ (enable)
http://m2eclipse.sonatype.org/update-dev (add)

I can successfully install the whole JBT 3.1.0.v201001260824N-H168-CR2 stack into Eclipse 3.5.2 (eclipse-SDK-M20100120-0800-linux-gtk.tar.gz) when run like this:

#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean35-2
target=/home/nboldt/eclipse/35clean2
eclipse=eclipse-SDK-M20100120-0800-linux-gtk.tar.gz

if [[ $1 ]]; then
  echo "Wipe $target/eclipse and $workspace ..."
  rm -fr $target/eclipse $workspace
  echo "Unpack $eclipse ..."
  tar xzf $eclipse
fi

export GDK_NATIVE_WINDOWS=true
./eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/jdk1.5.0_19/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M 2>&1 | tee "logs/eclipse.log.`date`.txt"

I did have some timeouts and issues restarting Eclipse automatically, but I suspect that's my OS and the GDK/SWT problem in the latest Fedora 12, not JBT's fault.

See attached screenshot post-install and console log during install.

> Unable to install JBT 3.1.0 CR1 with Sun 1.5 VM
> -----------------------------------------------
>
>                 Key: JBIDE-5466
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5466
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 3.1.0.CR2
>         Environment: Linux 32, 64 - Sun JDK 1.5
> JBossTools-Update-3.1.0.v200912141523M-H176-RC1.zip
>            Reporter: Jiri Peterka
>            Assignee: Nick Boldt
>            Priority: Blocker
>             Fix For: 3.1.0.CR2
>
>         Attachments: 32 EST 2010.txt, installation-error.png, jbt3.1.0.cr2-installation-error.png, Screenshot-6.png
>
>
> Installation of JBT 3.1.0 CR1 (from JBossTools-Update-3.1.0.v200912141523M-H176-RC1.zip) fails during installation.
> An error occurred while collecting items to be installed
>   session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
>   Problems downloading artifact: osgi.bundle,org.jboss.tools.flow.common.source,1.2.0.v200912080349.
>     Unpacking fails because intermediate file is empty: /tmp/work8092962226498105926/p2.optimizers.incoming5401691401174022088.jar
>   Problems downloading artifact: osgi.bundle,org.jboss.tools.flow.jpdl4.multipage.source,4.0.0.v200912080349.
>     Unpacking fails because intermediate file is empty: /tmp/work3243820078070021101/p2.optimizers.incoming1825758312005536514.jar
>   Problems downloading artifact: osgi.bundle,org.jboss.tools.flow.jpdl4.source,4.0.0.v200912080349.
>     Unpacking fails because intermediate file is empty: /tmp/work8058464995872764607/p2.optimizers.incoming446867257197025303.jar
>   Problems downloading artifact: osgi.bundle,org.jboss.tools.jbpm.common.source,4.0.0.v200912080327.
>     Unpacking fails because intermediate file is empty: /tmp/work6742735538962259552/p2.optimizers.incoming5740266345540352644.jar
>   Problems downloading artifact: osgi.bundle,org.jbpm.gd.jpdl,3.2.0.v200912080327.
>     Unpacking fails because intermediate file is empty: /tmp/work7385644026415956738/p2.optimizers.incoming1129437408548541227.jar
>   Problems downloading artifact: osgi.bundle,org.jbpm.gd.jpdl.source,3.2.0.v200912080327.
>     Unpacking fails because intermediate file is empty: /tmp/work2030628077411843211/p2.optimizers.incoming2462068408620598661.jar
>   Problems downloading artifact: osgi.bundle,org.pi4soa.cdl.source,3.0.0.v200912051112.
>     Unpacking fails because intermediate file is empty: /tmp/work9173114261359796592/p2.optimizers.incoming4302052898159483087.jar
>   Problems downloading artifact: osgi.bundle,org.pi4soa.common.source,3.0.0.v200912051112.
>     Unpacking fails because intermediate file is empty: /tmp/work6132404903016636406/p2.optimizers.incoming4200457352279481619.jar
>   Problems downloading artifact: osgi.bundle,org.pi4soa.designer.source,3.0.0.v200912051112.
>     Unpacking fails because intermediate file is empty: /tmp/work2594654746023668143/p2.optimizers.incoming6623622469384142388.jar
>   Problems downloading artifact: osgi.bundle,org.pi4soa.scenario.designer.source,3.0.0.v200912051112.
>     Unpacking fails because intermediate file is empty: /tmp/work5032642399328805725/p2.optimizers.incoming8942137205169905617.jar
>   Problems downloading artifact: osgi.bundle,org.pi4soa.scenario.source,3.0.0.v200912051112.
>     Unpacking fails because intermediate file is empty: /tmp/work2879216423901928026/p2.optimizers.incoming2894913774434443637.jar
>   Problems downloading artifact: osgi.bundle,org.pi4soa.service.source,3.0.0.v200912051112.
>     Unpacking fails because intermediate file is empty: /tmp/work1318869065539990110/p2.optimizers.incoming4326185775837742076.jar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list