[jbosstools-issues] [JBoss JIRA] (JBIDE-13712) TP should not contain old org.mortbay.jetty plugins

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Tue Mar 5 03:42:56 EST 2013


Xavier Coulon created JBIDE-13712:
-------------------------------------

             Summary: TP should not contain old org.mortbay.jetty plugins 
                 Key: JBIDE-13712
                 URL: https://issues.jboss.org/browse/JBIDE-13712
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Build/Releng
    Affects Versions: 4.0.0.Final
            Reporter: Xavier Coulon
            Assignee: Nick Boldt


I'm hitting a problem where a plugin I'm working on cannot be loaded at startup. 

{code}
ENTRY org.eclipse.osgi 2 0 2013-03-05 09:17:56.748
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-03-05 09:17:56.748
!MESSAGE Bundle com.google.gdt.eclipse.platform.e42_3.1.3.v201212122042-rel-r42 [46] was not resolved.
!SUBENTRY 2 com.google.gdt.eclipse.platform.e42 2 0 2013-03-05 09:17:56.749
!MESSAGE Package uses conflict: Require-Bundle: org.eclipse.jetty.servlet; bundle-version="0.0.0"
!SUBENTRY 2 com.google.gdt.eclipse.platform.e42 2 0 2013-03-05 09:17:56.749
!MESSAGE Package uses conflict: Require-Bundle: org.eclipse.jetty.server; bundle-version="0.0.0"
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-03-05 09:17:56.749
!MESSAGE Bundle org.eclipse.equinox.http.servletbridge_1.0.300.v20120912-125810 [477] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.http.servletbridge 2 0 2013-03-05 09:17:56.750
!MESSAGE Missing imported package org.eclipse.equinox.servletbridge_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.http.servletbridge 2 0 2013-03-05 09:17:56.750
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-03-05 09:17:56.750
!MESSAGE Bundle org.eclipse.wst.server.preview_1.1.102.v20130123_1813 [949] was not resolved.
!SUBENTRY 2 org.eclipse.wst.server.preview 2 0 2013-03-05 09:17:56.751
!MESSAGE Package uses conflict: Require-Bundle: org.eclipse.jetty.server; bundle-version="[8.0.4,9.0.0)"
!SUBENTRY 2 org.eclipse.wst.server.preview 2 0 2013-03-05 09:17:56.751
!MESSAGE Package uses conflict: Require-Bundle: org.eclipse.jetty.servlet; bundle-version="[8.0.4,9.0.0)"
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-03-05 09:17:56.751
!MESSAGE Bundle org.jboss.tools.web.pagereloader_1.0.0.qualifier [1101] was not resolved.
!SUBENTRY 2 org.jboss.tools.web.pagereloader 2 0 2013-03-05 09:17:56.751
!MESSAGE Package uses conflict: Require-Bundle: org.eclipse.jetty.continuation; bundle-version="8.1.3"
{code}

After a bit of investigation, I managed get it started by removing the old org.mortbay.jetty plugins from the TP of the runtime workbench

Furthermore, Max found this: http://www.eclipse.org/eclipse/development/porting/4.2/incompatibilities.php#jetty

BUT
Attlassian Connector v3.0.7 depends on the org.mortbay.jetty bundles, and they have an open issue to migrate to the recommended org.eclipse.jetty bundles: https://ecosystem.atlassian.net/browse/PLE-1405

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