Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Eclipse Luna: Tycho framework error for demo applications

Hello Ferosh,

so you actually don't use Tycho, but launch it using Eclipse PDE, from the IDE?

In this case, which Target Platform do you use?

Jens

On 02/16/2015 11:25 AM, Ferosh Jacob wrote:
Hey Jens

Thank you for helping me with this.

The details are given below.

Operating system,  OSX 
Eclipse – Eclipse Luna PDE
Steps below
  1. git clone  https://github.com/eclipse/tycho-demo
  2. Require-Bundle: org.junit4 changed to org.junit

  3. Removed all the extensions in plugin.xml and added a demo menu contribution
  4. Run the project “tycho.demo.itp01” as  "Launch an Eclipse Application”
The project is available at https://github.com/feroshjacob/tycho-demo


Thanks
Ferosh




From: Jens Reimann <jens.reimann@xxxxxxxxxxxxxxx>
Organization: IBH SYSTEMS GmbH
Reply-To: Tycho user list <tycho-user@xxxxxxxxxxx>
Date: Monday, February 16, 2015 at 3:16 AM
To: "tycho-user@xxxxxxxxxxx" <tycho-user@xxxxxxxxxxx>
Subject: Re: [tycho-user] Eclipse Luna: Tycho framework error for demo applications

Hi,

can you give the last steps required to reproduce the issue?

Jens

On 02/15/2015 12:15 AM, Ferosh Jacob wrote:
Hey Guys

I am using  a  (Mac + Eclipse Luna) trying to run the https://github.com/eclipse/tycho-demo itp01  project.
The code runs but is throwing few exceptions (console is pasted below), Any ideas what is going on?

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

!SESSION 2015-02-14 18:15:02.596 -----------------------------------------------

eclipse.buildId=4.4.1.M20140925-0400

java.version=1.8.0_05

java.vendor=Oracle Corporation

BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US

Framework arguments:  -product org.eclipse.platform.ide

Command-line arguments:  -product org.eclipse.platform.ide -data /Users/fjacob/dump/workspace/../runtime-EclipseApplication -dev file:/Users/fjacob/dump/workspace/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/dev.properties -os macosx -ws cocoa -arch x86_64 -consoleLog


!ENTRY com.ibh.systems.build.base 4 0 2015-02-14 18:15:04.607

!MESSAGE FrameworkEvent ERROR

!STACK 0

org.osgi.framework.BundleException: Could not resolve module: com.ibh.systems.build.base [21]

  Unresolved requirement: Import-Package: org.openscada.ui.utils.status; version="1.0.0"

    -> Export-Package: org.openscada.ui.utils.status; bundle-symbolic-name="org.openscada.ui.utils"; bundle-version="1.0.0.201303051459"; version="1.0.0"; uses:="org.eclipse.core.runtime,org.openscada.utils"

       org.openscada.ui.utils [762]

         Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

              slf4j.api [790]

                No resolution report for the bundle.         Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

           -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

              org.openscada.utils [763]

                Unresolved requirement: Import-Package: org.slf4j; version="[1.5.0,1.7.0)"

                  -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils.concurrent; version="1.0.0"

           -> Export-Package: org.openscada.utils.concurrent; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Unresolved requirement: Import-Package: org.slf4j; version="1.6.0"

    -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

  Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

    -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Bundle was not resolved because of a uses contraint violation.

  org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"] because it exports package 'org.slf4j' and is also exposed to it from resource org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"] via the following dependency chain:


  slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"]

    import: (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))

     |

    export: osgi.wiring.package=org.slf4j.impl; uses:=null

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

    require: (&(osgi.wiring.bundle=ch.qos.logback.classic)(&(bundle-version>=1.0.7)(!(bundle-version>=1.0.8))))

     |

    provide: osgi.wiring.bundle; bundle-version:Version="1.0.7.v20121108-1250"; osgi.wiring.bundle="ch.qos.logback.classic"

  ch.qos.logback.classic [osgi.identity; osgi.identity="ch.qos.logback.classic"; type="osgi.bundle"; version:Version="1.0.7.v20121108-1250"]

    import: (&(osgi.wiring.package=org.slf4j)(version>=1.7.0))

     |

    export: osgi.wiring.package: org.slf4j

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

at org.eclipse.osgi.container.Module.start(Module.java:434)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)

at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


!ENTRY com.ibh.systems.build.pde.rename 4 0 2015-02-14 18:15:04.647

!MESSAGE FrameworkEvent ERROR

!STACK 0

org.osgi.framework.BundleException: Could not resolve module: com.ibh.systems.build.pde.rename [22]

  Unresolved requirement: Require-Bundle: org.openscada.ui.databinding; bundle-version="1.0.0"

    -> Bundle-SymbolicName: org.openscada.ui.databinding; bundle-version="1.0.0.201303051459"

       org.openscada.ui.databinding [761]

         Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

              slf4j.api [790]

                No resolution report for the bundle.         Unresolved requirement: Import-Package: org.openscada.utils.str; version="1.0.0"

           -> Export-Package: org.openscada.utils.str; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"; uses:="org.openscada.utils.lang"

              org.openscada.utils [763]

                Unresolved requirement: Import-Package: org.slf4j; version="[1.5.0,1.7.0)"

                  -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

  Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

    -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Unresolved requirement: Require-Bundle: org.openscada.ui.utils; bundle-version="1.0.0"

    -> Bundle-SymbolicName: org.openscada.ui.utils; bundle-version="1.0.0.201303051459"; singleton:="true"

       org.openscada.ui.utils [762]

         Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

           -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

         Unresolved requirement: Import-Package: org.openscada.utils.concurrent; version="1.0.0"

           -> Export-Package: org.openscada.utils.concurrent; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Unresolved requirement: Require-Bundle: com.ibh.systems.build.base; bundle-version="0.4.2"

    -> Bundle-SymbolicName: com.ibh.systems.build.base; bundle-version="0.5.2.201309301416"; singleton:="true"

       com.ibh.systems.build.base [21]

         Unresolved requirement: Import-Package: org.openscada.ui.utils.status; version="1.0.0"

           -> Export-Package: org.openscada.ui.utils.status; bundle-symbolic-name="org.openscada.ui.utils"; bundle-version="1.0.0.201303051459"; version="1.0.0"; uses:="org.eclipse.core.runtime,org.openscada.utils"

         Unresolved requirement: Import-Package: org.slf4j; version="1.6.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

           -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Bundle was not resolved because of a uses contraint violation.

  org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"] because it exports package 'org.slf4j' and is also exposed to it from resource org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"] via the following dependency chain:


  slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"]

    import: (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))

     |

    export: osgi.wiring.package=org.slf4j.impl; uses:=null

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

    require: (&(osgi.wiring.bundle=ch.qos.logback.classic)(&(bundle-version>=1.0.7)(!(bundle-version>=1.0.8))))

     |

    provide: osgi.wiring.bundle; bundle-version:Version="1.0.7.v20121108-1250"; osgi.wiring.bundle="ch.qos.logback.classic"

  ch.qos.logback.classic [osgi.identity; osgi.identity="ch.qos.logback.classic"; type="osgi.bundle"; version:Version="1.0.7.v20121108-1250"]

    import: (&(osgi.wiring.package=org.slf4j)(version>=1.7.0))

     |

    export: osgi.wiring.package: org.slf4j

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

at org.eclipse.osgi.container.Module.start(Module.java:434)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)

at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


!ENTRY com.ibh.systems.build.pde.version 4 0 2015-02-14 18:15:04.713

!MESSAGE FrameworkEvent ERROR

!STACK 0

org.osgi.framework.BundleException: Could not resolve module: com.ibh.systems.build.pde.version [23]

  Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

    -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

       org.openscada.utils [763]

         Unresolved requirement: Import-Package: org.slf4j; version="[1.5.0,1.7.0)"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

              slf4j.api [790]

                No resolution report for the bundle.  Unresolved requirement: Import-Package: org.openscada.ui.utils.status; version="1.0.0"

    -> Export-Package: org.openscada.ui.utils.status; bundle-symbolic-name="org.openscada.ui.utils"; bundle-version="1.0.0.201303051459"; version="1.0.0"; uses:="org.eclipse.core.runtime,org.openscada.utils"

       org.openscada.ui.utils [762]

         Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

           -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

         Unresolved requirement: Import-Package: org.openscada.utils.concurrent; version="1.0.0"

           -> Export-Package: org.openscada.utils.concurrent; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Unresolved requirement: Require-Bundle: com.ibh.systems.build.base; bundle-version="0.1.0"

    -> Bundle-SymbolicName: com.ibh.systems.build.base; bundle-version="0.5.2.201309301416"; singleton:="true"

       com.ibh.systems.build.base [21]

         Unresolved requirement: Import-Package: org.openscada.ui.utils.status; version="1.0.0"

           -> Export-Package: org.openscada.ui.utils.status; bundle-symbolic-name="org.openscada.ui.utils"; bundle-version="1.0.0.201303051459"; version="1.0.0"; uses:="org.eclipse.core.runtime,org.openscada.utils"

         Unresolved requirement: Import-Package: org.slf4j; version="1.6.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

           -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Unresolved requirement: Import-Package: org.openscada.ui.databinding; version="1.0.0"

    -> Export-Package: org.openscada.ui.databinding; bundle-symbolic-name="org.openscada.ui.databinding"; bundle-version="1.0.0.201303051459"; version="1.0.0"; uses:="org.eclipse.core.databinding.observable.set,  org.eclipse.ui.navigator,  org.eclipse.ui,  org.eclipse.ui.plugin,  org.eclipse.jface.viewers,  org.eclipse.swt.graphics,  org.osgi.framework,  org.eclipse.core.commands,  org.eclipse.swt.widgets"

       org.openscada.ui.databinding [761]

         Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils.str; version="1.0.0"

           -> Export-Package: org.openscada.utils.str; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"; uses:="org.openscada.utils.lang"

  Bundle was not resolved because of a uses contraint violation.

  org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"] because it exports package 'org.slf4j' and is also exposed to it from resource org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"] via the following dependency chain:


  slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"]

    import: (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))

     |

    export: osgi.wiring.package=org.slf4j.impl; uses:=null

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

    require: (&(osgi.wiring.bundle=ch.qos.logback.classic)(&(bundle-version>=1.0.7)(!(bundle-version>=1.0.8))))

     |

    provide: osgi.wiring.bundle; bundle-version:Version="1.0.7.v20121108-1250"; osgi.wiring.bundle="ch.qos.logback.classic"

  ch.qos.logback.classic [osgi.identity; osgi.identity="ch.qos.logback.classic"; type="osgi.bundle"; version:Version="1.0.7.v20121108-1250"]

    import: (&(osgi.wiring.package=org.slf4j)(version>=1.7.0))

     |

    export: osgi.wiring.package: org.slf4j

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

at org.eclipse.osgi.container.Module.start(Module.java:434)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)

at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


!ENTRY com.ibh.systems.build.tycho.mavenize 4 0 2015-02-14 18:15:04.750

!MESSAGE FrameworkEvent ERROR

!STACK 0

org.osgi.framework.BundleException: Could not resolve module: com.ibh.systems.build.tycho.mavenize [24]

  Unresolved requirement: Import-Package: org.openscada.ui.utils.status; version="1.0.0"

    -> Export-Package: org.openscada.ui.utils.status; bundle-symbolic-name="org.openscada.ui.utils"; bundle-version="1.0.0.201303051459"; version="1.0.0"; uses:="org.eclipse.core.runtime,org.openscada.utils"

       org.openscada.ui.utils [762]

         Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

              slf4j.api [790]

                No resolution report for the bundle.         Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

           -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

              org.openscada.utils [763]

                Unresolved requirement: Import-Package: org.slf4j; version="[1.5.0,1.7.0)"

                  -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils.concurrent; version="1.0.0"

           -> Export-Package: org.openscada.utils.concurrent; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

    -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

  Unresolved requirement: Import-Package: com.ibh.systems.build.base.changes; version="0.1.0"

    -> Export-Package: com.ibh.systems.build.base.changes; bundle-symbolic-name="com.ibh.systems.build.base"; bundle-version="0.5.2.201309301416"; version="0.1.0"; uses:="org.eclipse.jface.wizard,  org.eclipse.core.runtime,  org.eclipse.core.databinding.observable,  org.eclipse.core.databinding.observable.masterdetail,  org.eclipse.jface.viewers,  org.eclipse.swt.widgets,  org.eclipse.core.databinding.observable.list"

       com.ibh.systems.build.base [21]

         Unresolved requirement: Import-Package: org.openscada.ui.utils.status; version="1.0.0"

           -> Export-Package: org.openscada.ui.utils.status; bundle-symbolic-name="org.openscada.ui.utils"; bundle-version="1.0.0.201303051459"; version="1.0.0"; uses:="org.eclipse.core.runtime,org.openscada.utils"

         Unresolved requirement: Import-Package: org.slf4j; version="1.6.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

           -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Unresolved requirement: Import-Package: org.openscada.utils; version="1.0.0"

    -> Export-Package: org.openscada.utils; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"

  Unresolved requirement: Import-Package: com.ibh.systems.build.base.ui; version="0.1.0"

    -> Export-Package: com.ibh.systems.build.base.ui; bundle-symbolic-name="com.ibh.systems.build.base"; bundle-version="0.5.2.201309301416"; version="0.1.0"; uses:="org.eclipse.jface.wizard,  org.eclipse.jface.window,  org.eclipse.core.runtime,  org.eclipse.jface.viewers,  org.eclipse.swt.widgets,  org.eclipse.jface.dialogs"

  Unresolved requirement: Import-Package: org.openscada.ui.databinding; version="1.0.0"

    -> Export-Package: org.openscada.ui.databinding; bundle-symbolic-name="org.openscada.ui.databinding"; bundle-version="1.0.0.201303051459"; version="1.0.0"; uses:="org.eclipse.core.databinding.observable.set,  org.eclipse.ui.navigator,  org.eclipse.ui,  org.eclipse.ui.plugin,  org.eclipse.jface.viewers,  org.eclipse.swt.graphics,  org.osgi.framework,  org.eclipse.core.commands,  org.eclipse.swt.widgets"

       org.openscada.ui.databinding [761]

         Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

         Unresolved requirement: Import-Package: org.openscada.utils.str; version="1.0.0"

           -> Export-Package: org.openscada.utils.str; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"; uses:="org.openscada.utils.lang"

  Bundle was not resolved because of a uses contraint violation.

  org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"] because it exports package 'org.slf4j' and is also exposed to it from resource org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"] via the following dependency chain:


  slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"]

    import: (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))

     |

    export: osgi.wiring.package=org.slf4j.impl; uses:=null

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

    require: (&(osgi.wiring.bundle=ch.qos.logback.classic)(&(bundle-version>=1.0.7)(!(bundle-version>=1.0.8))))

     |

    provide: osgi.wiring.bundle; bundle-version:Version="1.0.7.v20121108-1250"; osgi.wiring.bundle="ch.qos.logback.classic"

  ch.qos.logback.classic [osgi.identity; osgi.identity="ch.qos.logback.classic"; type="osgi.bundle"; version:Version="1.0.7.v20121108-1250"]

    import: (&(osgi.wiring.package=org.slf4j)(version>=1.7.0))

     |

    export: osgi.wiring.package: org.slf4j

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

at org.eclipse.osgi.container.Module.start(Module.java:434)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)

at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


!ENTRY org.openscada.ui.databinding 4 0 2015-02-14 18:15:06.390

!MESSAGE FrameworkEvent ERROR

!STACK 0

org.osgi.framework.BundleException: Could not resolve module: org.openscada.ui.databinding [761]

  Unresolved requirement: Import-Package: org.slf4j; version="1.5.0"

    -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

       slf4j.api [790]

         No resolution report for the bundle.  Unresolved requirement: Import-Package: org.openscada.utils.str; version="1.0.0"

    -> Export-Package: org.openscada.utils.str; bundle-symbolic-name="org.openscada.utils"; bundle-version="1.0.0.201303051453"; version="1.0.0"; uses:="org.openscada.utils.lang"

       org.openscada.utils [763]

         Unresolved requirement: Import-Package: org.slf4j; version="[1.5.0,1.7.0)"

           -> Export-Package: org.slf4j; bundle-symbolic-name="slf4j.api"; bundle-version="1.6.4"; version="1.6.4"

  Bundle was not resolved because of a uses contraint violation.

  org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"] because it exports package 'org.slf4j' and is also exposed to it from resource org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"] via the following dependency chain:


  slf4j.api [osgi.identity; osgi.identity="slf4j.api"; type="osgi.bundle"; version:Version="1.6.4"]

    import: (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))

     |

    export: osgi.wiring.package=org.slf4j.impl; uses:=null

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

    require: (&(osgi.wiring.bundle=ch.qos.logback.classic)(&(bundle-version>=1.0.7)(!(bundle-version>=1.0.8))))

     |

    provide: osgi.wiring.bundle; bundle-version:Version="1.0.7.v20121108-1250"; osgi.wiring.bundle="ch.qos.logback.classic"

  ch.qos.logback.classic [osgi.identity; osgi.identity="ch.qos.logback.classic"; type="osgi.bundle"; version:Version="1.0.7.v20121108-1250"]

    import: (&(osgi.wiring.package=org.slf4j)(version>=1.7.0))

     |

    export: osgi.wiring.package: org.slf4j

  org.slf4j.api [osgi.identity; osgi.identity="org.slf4j.api"; type="osgi.bundle"; version:Version="1.7.2.v20121108-1250"]

at org.eclipse.osgi.container.Module.start(Module.java:434)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)

at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)

at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


!ENTRY org.eclipse.emf.ecore 2 0 2015-02-14 18:15:08.918

!MESSAGE Both 'org.eclipse.scada.da.server.exec' and 'org.eclipse.scada.da.server.jdbc' register an extension parser for 'configuration'


!ENTRY org.eclipse.emf.ecore 2 0 2015-02-14 18:15:08.920

!MESSAGE Both 'org.eclipse.scada.configuration.script' and 'org.eclipse.scada.configuration.security.utils' register a content parser for 'org.eclipse.scada.script.js'

18:15:16.791 [main] DEBUG o.e.s.c.u.c.l.t.LoginStatusControl - Creating control

18:15:16.796 [main] DEBUG o.e.s.c.u.c.login.SessionManager - Adding listener - listener: org.eclipse.scada.core.ui.connection.login.toolbar.LoginStatusControl(id=unknown ID)

18:15:16.796 [main] INFO  o.e.s.c.u.c.l.t.LoginStatusControl - Session changed - session: null


Thanks
Ferosh




_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


-- 
IBH SYSTEMS GmbH
D-85235 Pfaffenhofen an der Glonn
Läutenring 43
Geschäftsführer / CEO: Dr. Thomas Heitzig

Amtsgericht München
Handelsregister Nummer  HRB 197959
USt ID: DE267945175

Office Munich
D 80992 München
Agnes-Pockels-Bogen 1
T +49 89 18 9 17 49 0

The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or pivileged
material. Any review, retransmission, dissemination or other use of,
or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


-- 
IBH SYSTEMS GmbH
D-85235 Pfaffenhofen an der Glonn
Läutenring 43
Geschäftsführer / CEO: Dr. Thomas Heitzig

Amtsgericht München
Handelsregister Nummer  HRB 197959
USt ID: DE267945175

Office Munich
D 80992 München
Agnes-Pockels-Bogen 1
T +49 89 18 9 17 49 0

The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or pivileged
material. Any review, retransmission, dissemination or other use of,
or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.

Back to the top