]
Konstantin Marmalyukov updated JBIDE-19447:
-------------------------------------------
Fix Version/s: 4.3.0.Alpha2
Constraint violation resolving org.jboss.tools.browsersim.ui
------------------------------------------------------------
Key: JBIDE-19447
URL:
https://issues.jboss.org/browse/JBIDE-19447
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim
Affects Versions: 4.3.0.Alpha2
Reporter: Nick Boldt
Assignee: Konstantin Marmalyukov
Fix For: 4.3.0.Alpha2
Build is OK, and publish is working, but tests are failing:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-browsersim_master/136/console}
00:04:56.920 !ENTRY org.jboss.tools.browsersim.eclipse 4 0 2015-03-13 08:51:58.758
00:04:56.920 !MESSAGE FrameworkEvent ERROR
00:04:56.920 !STACK 0
00:04:56.920 org.osgi.framework.BundleException: Could not resolve module:
org.jboss.tools.browsersim.eclipse [265]
00:04:56.920 Unresolved requirement: Require-Bundle: org.jboss.tools.browsersim.ui;
bundle-version="3.3.0"
00:04:56.921 -> Bundle-SymbolicName: org.jboss.tools.browsersim.ui;
bundle-version="3.7.0.Alpha2-v20150313-1249-B136"; singleton:="true"
00:04:56.921 org.jboss.tools.browsersim.ui [266]
00:04:56.921 Unresolved requirement: Require-Bundle:
org.jboss.tools.browsersim.javafx.mock; bundle-version="3.6.0";
resolution:="optional"
00:04:56.921 Bundle was not resolved because of a uses contraint violation.
00:04:56.921 org.osgi.service.resolver.ResolutionException: Uses constraint violation.
Unable to resolve resource org.jboss.tools.browsersim.ui [osgi.identity;
osgi.identity="org.jboss.tools.browsersim.ui"; type="osgi.bundle";
version:Version="3.7.0.Alpha2-v20150313-1249-B136"; singleton:="true"]
because it is exposed to package 'org.eclipse.jetty.util.component' from resources
org.eclipse.jetty.util [osgi.identity; osgi.identity="org.eclipse.jetty.util";
type="osgi.bundle"; version:Version="9.2.5.v20141112"] and
org.eclipse.jetty.util [osgi.identity; osgi.identity="org.eclipse.jetty.util";
type="osgi.bundle"; version:Version="8.1.14.v20131031"] via two
dependency chains.
00:04:56.922
00:04:56.922 Chain 1:
00:04:56.922 org.jboss.tools.browsersim.ui [osgi.identity;
osgi.identity="org.jboss.tools.browsersim.ui"; type="osgi.bundle";
version:Version="3.7.0.Alpha2-v20150313-1249-B136";
singleton:="true"]
00:04:56.923 require:
(&(osgi.wiring.bundle=org.eclipse.jetty.util)(bundle-version>=8.1.14))
00:04:56.923 |
00:04:56.923 provide: osgi.wiring.bundle: org.eclipse.jetty.util
00:04:56.923 org.eclipse.jetty.util [osgi.identity;
osgi.identity="org.eclipse.jetty.util"; type="osgi.bundle";
version:Version="9.2.5.v20141112"]
00:04:56.923
00:04:56.923 Chain 2:
00:04:56.923 org.jboss.tools.browsersim.ui [osgi.identity;
osgi.identity="org.jboss.tools.browsersim.ui"; type="osgi.bundle";
version:Version="3.7.0.Alpha2-v20150313-1249-B136";
singleton:="true"]
00:04:56.924 require:
(&(osgi.wiring.bundle=org.eclipse.jetty.websocket)(bundle-version>=8.1.14))
00:04:56.924 |
00:04:56.924 provide: osgi.wiring.bundle;
osgi.wiring.bundle="org.eclipse.jetty.websocket";
bundle-version:Version="8.1.14.v20131031"
00:04:56.924 org.eclipse.jetty.websocket [osgi.identity;
osgi.identity="org.eclipse.jetty.websocket"; type="osgi.bundle";
version:Version="8.1.14.v20131031"]
00:04:56.924 import:
(&(osgi.wiring.package=org.eclipse.jetty.io)(&(version>=8.1.0)(!(version>=9.0.0))))
00:04:56.924 |
00:04:56.925 export: osgi.wiring.package=org.eclipse.jetty.io;
uses:=org.eclipse.jetty.util.log
00:04:56.925 org.eclipse.jetty.io [osgi.identity;
osgi.identity="org.eclipse.jetty.io"; type="osgi.bundle";
version:Version="8.1.14.v20131031"]
00:04:56.925 import:
(&(osgi.wiring.package=org.eclipse.jetty.util.log)(&(version>=8.1.0)(!(version>=9.0.0))))
00:04:56.925 |
00:04:56.925 export: osgi.wiring.package: org.eclipse.jetty.util.log;
uses:=org.eclipse.jetty.util.component
00:04:56.925 export: osgi.wiring.package=org.eclipse.jetty.util.component
00:04:56.925 org.eclipse.jetty.util [osgi.identity;
osgi.identity="org.eclipse.jetty.util"; type="osgi.bundle";
version:Version="8.1.14.v20131031"]
00:04:56.926 at org.eclipse.osgi.container.Module.start(Module.java:434)
00:04:56.926 at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
00:04:56.926 at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
00:04:56.926 at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
00:04:56.926 at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
00:04:56.927 at
org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
00:04:56.927 at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
00:04:56.927 at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340){code}