[jbosstools-issues] [JBoss JIRA] (JBIDE-20747) install-grinder returns a blue ball but fails to install 5 plugins due to missing capability &/or package

Nick Boldt (JIRA) issues at jboss.org
Tue Sep 22 14:29:00 EDT 2015


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

Nick Boldt edited comment on JBIDE-20747 at 9/22/15 2:28 PM:
-------------------------------------------------------------

Re: (3)

Your manual test COULD include all "packages" (which I assume to mean features and plugins on the update site) if you uncheck  the box for "show only categorized items" and then select all.

(This is also what the p2director install tests do.)

Re: (4) You want your manual install test to report what was installed? Try:

{code}
cd eclipse/plugins; ls -la; cd -
cd eclipse/features; ls -la; cd -
{code}
Or some variation on that. 

(The p2director tests report a full list of the IUs to be installed as part of their log.)

To know what is going to be published, look into the /staging/ folders. That's what we publish as a simple copy into /development/.




was (Author: nickboldt):
Re: (3)

Your manual test COULD include all "packages" (which I assume to mean features and plugins on the update site) if you uncheck  the box for "show only categorized items" and then select all.

Re: (4) You want your manual install test to report what was installed? Try:

{code}
cd eclipse/plugins; ls -la; cd -
cd eclipse/features; ls -la; cd -
{code}
Or some variation on that. 

To know what is going to be published, look into the /staging/ folders. That's what we publish as a simple copy into /development/.



> install-grinder returns a blue ball but fails to install 5 plugins due to missing capability &/or package
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-20747
>                 URL: https://issues.jboss.org/browse/JBIDE-20747
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.3.0.CR1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>            Priority: Critical
>             Fix For: 4.3.1.Final
>
>
> This happened in http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_9.0.mars/job/jbosstools-install-grinder.install-tests.matrix_master/3369/PROJECT=jbosstools,jdk=jdk1.8,label_exp=%28RHEL6||RHEL7||jboss-prod%29&&%28x86||x86_64%29&&!beaker&&!qa03-rhel6-x86_64/consoleText
> {code}
> org.osgi.framework.BundleException: Could not resolve module: org.jboss.tools.browsersim.eclipse [1120]
>   Unresolved requirement: Require-Bundle: org.jboss.tools.browsersim.ui; bundle-version="3.7.0"
>     -> Bundle-SymbolicName: org.jboss.tools.browsersim.ui; bundle-version="3.7.0.CR1-v20150901-2111-B229"; singleton:="true"
>        org.jboss.tools.browsersim.ui [1122]
>          Unresolved requirement: Require-Bundle: org.eclipse.jetty.websocket.server; bundle-version="[9.0.0,10.0.0)"
>            -> Bundle-SymbolicName: org.eclipse.jetty.websocket.server; bundle-version="9.2.13.v20150730"
>               org.eclipse.jetty.websocket.server [555]
>                 Unresolved requirement: Require-Capability: osgi.extender; filter:="(osgi.extender=osgi.serviceloader.registrar)"
>                 Unresolved requirement: Import-Package: org.eclipse.jetty.websocket.servlet; version="[9.0.0,10.0.0)"
>                   -> Export-Package: org.eclipse.jetty.websocket.servlet; bundle-symbolic-name="org.eclipse.jetty.websocket.servlet"; bundle-version="9.2.13.v20150730"; version="9.2.13"
>                      org.eclipse.jetty.websocket.servlet [556]
>                        Unresolved requirement: Require-Capability: osgi.serviceloader; filter:="(osgi.serviceloader=org.eclipse.jetty.websocket.servlet.WebSocketServletFactory)"; cardinality:="multiple"
>                          -> Provide-Capability: osgi.serviceloader; osgi.serviceloader="org.eclipse.jetty.websocket.servlet.WebSocketServletFactory"
> {code}
> -- http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_9.0.mars/job/jbosstools-install-grinder.install-tests.matrix_master/3369/PROJECT=jbosstools,jdk=jdk1.8,label_exp=%28RHEL6||RHEL7||jboss-prod%29&&%28x86||x86_64%29&&!beaker&&!qa03-rhel6-x86_64/artifact/eclipse/workspace/.metadata/.log
> Similar problems for other IUs:
> {code}
> org.osgi.framework.BundleException: Could not resolve module: org.jboss.tools.cordovasim.eclipse [1163]
> org.osgi.framework.BundleException: Could not resolve module: org.jboss.tools.feedhenry.ui [1166]
> org.osgi.framework.BundleException: Could not resolve module: org.jboss.tools.livereload.core [1221]
> org.osgi.framework.BundleException: Could not resolve module: org.jboss.tools.livereload.ui [1222]
> {code}
> But the job was successful!
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_9.0.mars/job/jbosstools-install-grinder.install-tests.matrix_master/3369/PROJECT=jbosstools,jdk=jdk1.8,label_exp=%28RHEL6||RHEL7||jboss-prod%29&&%28x86||x86_64%29&&!beaker&&!qa03-rhel6-x86_64/



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


More information about the jbosstools-issues mailing list