[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5517) BPEL Editor causing problems installing nightly build

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Dec 21 11:22:30 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12501055#action_12501055 ] 

Nick Boldt commented on JBIDE-5517:
-----------------------------------

Looks like the ui plugin is not activated... because there's no actvator plugin code in the plugin. Instead, the plugin only contains the html/ and META_INF/ folders, so it can't be activated:

osgi> start org.eclipse.bpel.ui
org.osgi.framework.BundleException: The activator org.eclipse.bpel.ui.BPELUIPlugin for bundle org.eclipse.bpel.ui is invalid

I'm not (yet) sure what's going on here, and why this plugin is essentially empty. I tried tweaking the .classpath to add 

	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

instead of 

	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

(which didn't work) and am now trying to omit this plugin from pack200 processing...

> BPEL Editor causing problems installing nightly build
> -----------------------------------------------------
>
>                 Key: JBIDE-5517
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5517
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: bpm
>         Environment: JBossTools-Update-3.1.0.v200912170604N-H64-GA.zip on eclipse-jee-galileo-SR1-linux-gtk.tar.gz on RHEL5
>            Reporter: Jeff DeLong
>            Assignee: Nick Boldt
>         Attachments: Screenshot-1.png
>
>
> I installed eclipse-jee-galileo-SR1-linux-gtk.tar.gz and then used the local update archive to install JBossTools-Update-3.1.0.v200912170604N-H64-GA.zip
> eclipse.buildId=M20090917-0800
> java.version=1.5.0_10
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.jee.product
> Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
> Error
> Thu Dec 17 10:35:17 MST 2009
> An error occurred while collecting items to be installed
> eclipse.buildId=M20090917-0800
> java.version=1.5.0_10
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.jee.product
> Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
> Error
> Thu Dec 17 10:35:17 MST 2009
> Problems downloading artifact: osgi.bundle,org.eclipse.bpel.wsil.model,0.5.0.v200912120139.
> eclipse.buildId=M20090917-0800
> java.version=1.5.0_10
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.jee.product
> Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
> eclipse.buildId=M20090917-0800
> java.version=1.5.0_10
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.jee.product
> Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
> Error
> Thu Dec 17 10:35:17 MST 2009
> Unpacking fails because intermediate file is empty: /tmp/work7874/p2.optimizers.incoming7872.jar
> and thee more similar errors.

-- 
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