dropping yangtools-dev and general dev mailing lists, changed subject FROM
"Re: [opendaylight-dev] [yangtools-dev] eman build failure with
org.opendaylight.yangtools.sal.binding.generator.spi.TypeProvider" TO
"Unable to resolve: missing requirement osgi.wiring.package;
(osgi.wiring.package=sun.nio.ch",
because the bundle that's not starting here is sal-clustering-commons,
addded mailing lists controller and mdsal as well as odlparent-dev:

Frank,

This is a completely new problem, totally unrelated to the build issues
with the yang-maven-plugin you initially had, so I've broken the mail
thread and started a new one:

On Thu, Mar 9, 2017 at 1:16 AM, Frank Sandoval <francisrsando...@gmail.com>
wrote:

> Micheal, Thanks very much for spotting the runtime issue.
>
> All,
>
> I appear to be having a recurring problem properly shutting down karaf.
> After a reboot, I can consistently build and execute the eman project.
> Subsequent builds work, but when restarting karaf no features load, or the
> errors below occur.
>
> To exit karaf, Ive been using ‘> system:shutdown'
>
> I recall having similar issues in the past, but they were not persistent
> and simply shutting down the terminal window and opening a new one seemed
> to work. I assumed this caused karaf to be fully shut down.
>
> I don’t suspect I should have to find and kill processes. Any suggestions?
>
> Again, thanks for the support
>
> Franciss-MacBook-Air:eman francissandoval$ ./karaf/target/assembly/bin/ka
> raf
> karaf: Enabling Java debug options: -Xdebug -Xnoagent -Djava.compiler=NONE
> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
> Listening for transport dt_socket at address: 5005
>
>
>
>     ________                       ________                .__  .__
> .__     __
>     \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____
> |  |___/  |_
>      /   |   \\____ \_/ __ \ /    \ |    |  \\__  \<   |  ||  | |  |/
> ___\|  |  \   __\
>     /    |    \  |_> >  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/
> >   Y  \  |
>     \_______  /   __/ \___  >___|  /_______  (____  / ____||____/__\___
> /|___|  /__|
>             \/|__|        \/     \/        \/     \/\/            /_____/
>     \/
>
>
>
>
> Hit '*<tab>*' for a list of available commands
> and '*[cmd] --help*' for help on a specific command.
> Hit '*<ctrl-d>*' or type '*system:shutdown*' or '*logout*' to shutdown
> OpenDaylight.
>
> opendaylight-user*@*root>ERROR: Bundle com.typesafe.akka.remote [189]
> Error starting mvn:com.typesafe.akka/akka-remote_2.11/2.4.17
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> com.typesafe.akka.remote [189]: Unable to resolve 189.0: missing
> requirement [189.0] osgi.wiring.package; (osgi.wiring.package=io.aeron)
> [caused by: Unable to resolve 195.0: missing requirement [195.0]
> osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> com.typesafe.akka.remote [189]: Unable to resolve 189.0: missing
> requirement [189.0] osgi.wiring.package; (osgi.wiring.package=io.aeron)
> [caused by: Unable to resolve 195.0: missing requirement [195.0]
> osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]
>

I've never seen this error, but I vaguely see what's going on here..
so sal-clustering-commons,
apparently, via its use of something ... org.agrona (
http://real-logic.github.io/agrona) via Akka seems to require access to
package sun.nio.ch - but in OSGi, such theoretically private JVM packages
(non-java.* or javax.*) are protected. It's possible to "open this up", by
tweaking the launch parameters of the underyling OSGi Framework kernel,
Eclipse Equinox and/or Apache Felix, used inside Karaf. (You can find more
about this online by Googling for this kind of thing.)

I'm not sure if as part of the move to Karaf 4 there was any changes to our
use of Eclipse Equinox and/or Apache Felix, and whether this have had
anything to do with this one - anyone?

What's, very, surprising is that, AFAIK, you're the only one hitting this -
if we are missing the required Equinox & Felix configurations to expose
this private JVM package, then everything should be broken ... so I'm not
sure what you're doing different for this to (so far) only affect you -
interesting.

>
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle io.aeron.driver [194] Error starting
> mvn:io.aeron/aeron-driver/1.1.0 (org.osgi.framework.BundleException:
> Unresolved constraint in bundle io.aeron.driver [194]: Unable to resolve
> 194.0: missing requirement [194.0] osgi.wiring.package;
> (&(osgi.wiring.package=io.aeron)(version>=1.1.0)(!(version>=2.0.0)))
> [caused by: Unable to resolve 195.0: missing requirement [195.0]
> osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> io.aeron.driver [194]: Unable to resolve 194.0: missing requirement [194.0]
> osgi.wiring.package; (&(osgi.wiring.package=io.aero
> n)(version>=1.1.0)(!(version>=2.0.0))) [caused by: Unable to resolve
> 195.0: missing requirement [195.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.agrona)(version>=0.9.0)(!(version>=1.0.0)))
> [caused by: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch)]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle io.aeron.client [195] Error starting
> mvn:io.aeron/aeron-client/1.1.0 (org.osgi.framework.BundleException:
> Unresolved constraint in bundle io.aeron.client [195]: Unable to resolve
> 195.0: missing requirement [195.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.agrona)(version>=0.9.0)(!(version>=1.0.0)))
> [caused by: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch)])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> io.aeron.client [195]: Unable to resolve 195.0: missing requirement [195.0]
> osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.agrona [196] Error starting mvn:org.agrona/agrona/0.9.2
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.agrona [196]: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch))
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.agrona [196]: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch)
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle com.typesafe.akka.cluster [197] Error starting
> mvn:com.typesafe.akka/akka-cluster_2.11/2.4.17
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> com.typesafe.akka.cluster [197]: Unable to resolve 197.0: missing
> requirement [197.0] osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=2.5.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> com.typesafe.akka.cluster [197]: Unable to resolve 197.0: missing
> requirement [197.0] osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=2.5.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle com.typesafe.akka.distributed.data.experimental [198] Error
> starting mvn:com.typesafe.akka/akka-distributed-data-experimental_2.11/2.4.17
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> com.typesafe.akka.distributed.data.experimental [198]: Unable to resolve
> 198.0: missing requirement [198.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.cluster)(version>=2.4.0)(!(version>=2.5.0)))
> [caused by: Unable to resolve 197.0: missing requirement [197.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=2.5.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> com.typesafe.akka.distributed.data.experimental [198]: Unable to resolve
> 198.0: missing requirement [198.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.cluster)(version>=2.4.0)(!(version>=2.5.0)))
> [caused by: Unable to resolve 197.0: missing requirement [197.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=2.5.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sal-clustering-commons [205]
> Error starting mvn:org.opendaylight.controlle
> r/sal-clustering-commons/1.5.0-SNAPSHOT (org.osgi.framework.BundleException:
> Unresolved constraint in bundle 
> org.opendaylight.controller.sal-clustering-commons
> [205]: Unable to resolve 205.0: missing requirement [205.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.sal-clustering-commons [205]: Unable to
> resolve 205.0: missing requirement [205.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.remote)(version>=2.4.0)(!(version>=3.0.0)))
> [caused by: Unable to resolve 189.0: missing requirement [189.0]
> osgi.wiring.package; (osgi.wiring.package=io.aeron) [caused by: Unable to
> resolve 195.0: missing requirement [195.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.agrona)(version>=0.9.0)(!(version>=1.0.0)))
> [caused by: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch)]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sal-akka-raft [206] Error
> starting mvn:org.opendaylight.controller/sal-akka-raft/1.5.0-SNAPSHOT
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.sal-akka-raft [206]: Unable to resolve 206.0:
> missing requirement [206.0] osgi.wiring.package; (&(osgi.wiring.package=
> akka.cluster)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to
> resolve 197.0: missing requirement [197.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.remote)(version>=2.4.0)(!(version>=2.5.0)))
> [caused by: Unable to resolve 189.0: missing requirement [189.0]
> osgi.wiring.package; (osgi.wiring.package=io.aeron) [caused by: Unable to
> resolve 195.0: missing requirement [195.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.agrona)(version>=0.9.0)(!(version>=1.0.0)))
> [caused by: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.sal-akka-raft [206]: Unable to resolve 206.0:
> missing requirement [206.0] osgi.wiring.package; (&(osgi.wiring.package=
> akka.cluster)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to
> resolve 197.0: missing requirement [197.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.remote)(version>=2.4.0)(!(version>=2.5.0)))
> [caused by: Unable to resolve 189.0: missing requirement [189.0]
> osgi.wiring.package; (osgi.wiring.package=io.aeron) [caused by: Unable to
> resolve 195.0: missing requirement [195.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.agrona)(version>=0.9.0)(!(version>=1.0.0)))
> [caused by: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch)]]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sal-remoterpc-connector [208]
> Error starting mvn:org.opendaylight.controlle
> r/sal-remoterpc-connector/1.5.0-SNAPSHOT (org.osgi.framework.BundleException:
> Unresolved constraint in bundle 
> org.opendaylight.controller.sal-remoterpc-connector
> [208]: Unable to resolve 208.0: missing requirement [208.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.cl
> uster)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to resolve
> 197.0: missing requirement [197.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.remote)(version>=2.4.0)(!(version>=2.5.0)))
> [caused by: Unable to resolve 189.0: missing requirement [189.0]
> osgi.wiring.package; (osgi.wiring.package=io.aeron) [caused by: Unable to
> resolve 195.0: missing requirement [195.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.agrona)(version>=0.9.0)(!(version>=1.0.0)))
> [caused by: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.sal-remoterpc-connector [208]: Unable to
> resolve 208.0: missing requirement [208.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.cluster)(version>=2.4.0)(!(version>=3.0.0)))
> [caused by: Unable to resolve 197.0: missing requirement [197.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=2.5.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.cds-access-api [209] Error
> starting mvn:org.opendaylight.controller/cds-access-api/1.1.0-SNAPSHOT
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.cds-access-api [209]: Unable to resolve
> 209.0: missing requirement [209.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.d
> atastore.node.utils.stream)(version>=1.5.0)(!(version>=2.0.0))) [caused
> by: Unable to resolve 205.0: missing requirement [205.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.cds-access-api [209]: Unable to resolve
> 209.0: missing requirement [209.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.d
> atastore.node.utils.stream)(version>=1.5.0)(!(version>=2.0.0))) [caused
> by: Unable to resolve 205.0: missing requirement [205.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.cds-access-client [210] Error
> starting mvn:org.opendaylight.controller/cds-access-client/1.1.0-SNAPSHOT
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.cds-access-client [210]: Unable to resolve
> 210.0: missing requirement [210.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.a
> ccess)(version>=1.1.0)(!(version>=2.0.0))) [caused by: Unable to resolve
> 209.0: missing requirement [209.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.d
> atastore.node.utils.stream)(version>=1.5.0)(!(version>=2.0.0))) [caused
> by: Unable to resolve 205.0: missing requirement [205.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.cds-access-client [210]: Unable to resolve
> 210.0: missing requirement [210.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.a
> ccess)(version>=1.1.0)(!(version>=2.0.0))) [caused by: Unable to resolve
> 209.0: missing requirement [209.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.d
> atastore.node.utils.stream)(version>=1.5.0)(!(version>=2.0.0))) [caused
> by: Unable to resolve 205.0: missing requirement [205.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sal-distributed-datastore [212]
> Error starting mvn:org.opendaylight.controlle
> r/sal-distributed-datastore/1.5.0-SNAPSHOT 
> (org.osgi.framework.BundleException:
> Unresolved constraint in bundle 
> org.opendaylight.controller.sal-distributed-datastore
> [212]: Unable to resolve 212.0: missing requirement [212.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.cl
> uster)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to resolve
> 197.0: missing requirement [197.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.remote)(version>=2.4.0)(!(version>=2.5.0)))
> [caused by: Unable to resolve 189.0: missing requirement [189.0]
> osgi.wiring.package; (osgi.wiring.package=io.aeron) [caused by: Unable to
> resolve 195.0: missing requirement [195.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.agrona)(version>=0.9.0)(!(version>=1.0.0)))
> [caused by: Unable to resolve 196.0: missing requirement [196.0]
> osgi.wiring.package; (osgi.wiring.package=sun.nio.ch)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.sal-distributed-datastore [212]: Unable to
> resolve 212.0: missing requirement [212.0] osgi.wiring.package;
> (&(osgi.wiring.package=akka.cluster)(version>=2.4.0)(!(version>=3.0.0)))
> [caused by: Unable to resolve 197.0: missing requirement [197.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=2.5.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sal-cluster-admin-impl [214]
> Error starting mvn:org.opendaylight.controlle
> r/sal-cluster-admin-impl/1.5.0-SNAPSHOT (org.osgi.framework.BundleException:
> Unresolved constraint in bundle 
> org.opendaylight.controller.sal-cluster-admin-impl
> [214]: Unable to resolve 214.0: missing requirement [214.0]
> osgi.wiring.package; (&(osgi.wiring.package=org.ope
> ndaylight.controller.cluster.access.concepts)(version>=1.1.0)(!(version>=2.0.0)))
> [caused by: Unable to resolve 209.0: missing requirement [209.0]
> osgi.wiring.package; (&(osgi.wiring.package=org.ope
> ndaylight.controller.cluster.datastore.node.utils.stream)(ve
> rsion>=1.5.0)(!(version>=2.0.0))) [caused by: Unable to resolve 205.0:
> missing requirement [205.0] osgi.wiring.package; (&(osgi.wiring.package=
> akka.remote)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to
> resolve 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.opendaylight.controller.sal-cluster-admin-impl [214]: Unable to
> resolve 214.0: missing requirement [214.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.a
> ccess.concepts)(version>=1.1.0)(!(version>=2.0.0))) [caused by: Unable to
> resolve 209.0: missing requirement [209.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.d
> atastore.node.utils.stream)(version>=1.5.0)(!(version>=2.0.0))) [caused
> by: Unable to resolve 205.0: missing requirement [205.0]
> osgi.wiring.package; (&(osgi.wiring.package=akka.re
> mote)(version>=2.4.0)(!(version>=3.0.0))) [caused by: Unable to resolve
> 189.0: missing requirement [189.0] osgi.wiring.package;
> (osgi.wiring.package=io.aeron) [caused by: Unable to resolve 195.0: missing
> requirement [195.0] osgi.wiring.package; (&(osgi.wiring.package=org.agr
> ona)(version>=0.9.0)(!(version>=1.0.0))) [caused by: Unable to resolve
> 196.0: missing requirement [196.0] osgi.wiring.package;
> (osgi.wiring.package=sun.nio.ch)]]]]]
> at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
> at org.apache.felix.framework.FrameworkStartLevelImpl.run(Frame
> workStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
>
_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to