[jbosstools-issues] [JBoss JIRA] (JBIDE-19447) Constraint violation resolving org.jboss.tools.browsersim.ui

Konstantin Marmalyukov (JIRA) issues at jboss.org
Fri Mar 27 05:52:19 EDT 2015


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

Konstantin Marmalyukov commented on JBIDE-19447:
------------------------------------------------

I run a build manually, everything is fine both locally and on jenkins. https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-browsersim_master/141/

Will leave this issue opened to keep my eye on browsersim build

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



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list