Good idea, thanks Michael.

This behavior is frequent but intermittent and I have not been able to 
establish a reliable pattern

Frank Sandoval
Principal - Pajarito Technologies LLC
email: francisrsando...@gmail.com <mailto:francisrsando...@gmail.com>
mobile: 720 338-1988




> On Mar 9, 2017, at 6:48 AM, Michael Vorburger <vorbur...@redhat.com> wrote:
> 
> 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 <http://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 
> <mailto: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/karaf
> 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.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 <http://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.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 <http://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 <http://real-logic.github.io/agrona>) via 
> Akka seems to require access to package sun.nio.ch <http://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(FrameworkStartLevelImpl.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.aero 
> <http://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 <http://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 
> <http://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 <http://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(FrameworkStartLevelImpl.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 <http://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.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 <http://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(FrameworkStartLevelImpl.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 <http://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 <http://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(FrameworkStartLevelImpl.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 
> <http://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.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 <http://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 
> <http://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.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 <http://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(FrameworkStartLevelImpl.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.cl 
> <http://akka.cl/>uster)(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 
> <http://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.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 
> <http://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.cl 
> <http://akka.cl/>uster)(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 
> <http://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.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 <http://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(FrameworkStartLevelImpl.java:304)
>       at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-clustering-commons [205] Error 
> starting 
> mvn:org.opendaylight.controller/sal-clustering-commons/1.5.0-SNAPSHOT 
> (org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-clustering-commons [205]: Unable to 
> resolve 205.0: missing requirement [205.0] osgi.wiring.package; 
> (&(osgi.wiring.package=akka.re 
> <http://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.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 <http://sun.nio.ch/>)]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-clustering-commons [205]: Unable to 
> resolve 205.0: missing requirement [205.0] osgi.wiring.package; 
> (&(osgi.wiring.package=akka.re 
> <http://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.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 <http://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(FrameworkStartLevelImpl.java:304)
>       at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-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.sa 
> <http://org.opendaylight.controller.sa/>l-akka-raft [206]: Unable to resolve 
> 206.0: missing requirement [206.0] osgi.wiring.package; 
> (&(osgi.wiring.package=akka.cl 
> <http://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.re 
> <http://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.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 
> <http://sun.nio.ch/>)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-akka-raft [206]: Unable to resolve 
> 206.0: missing requirement [206.0] osgi.wiring.package; 
> (&(osgi.wiring.package=akka.cl 
> <http://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.re 
> <http://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.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 <http://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(FrameworkStartLevelImpl.java:304)
>       at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-remoterpc-connector [208] Error 
> starting 
> mvn:org.opendaylight.controller/sal-remoterpc-connector/1.5.0-SNAPSHOT 
> (org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-remoterpc-connector [208]: Unable 
> to resolve 208.0: missing requirement [208.0] osgi.wiring.package; 
> (&(osgi.wiring.package=akka.cl 
> <http://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.re 
> <http://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.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 
> <http://sun.nio.ch/>)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-remoterpc-connector [208]: Unable 
> to resolve 208.0: missing requirement [208.0] osgi.wiring.package; 
> (&(osgi.wiring.package=akka.cl 
> <http://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.re 
> <http://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.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 <http://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(FrameworkStartLevelImpl.java:304)
>       at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.cd 
> <http://org.opendaylight.controller.cd/>s-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.cd 
> <http://org.opendaylight.controller.cd/>s-access-api [209]: Unable to resolve 
> 209.0: missing requirement [209.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.datastore.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 
> <http://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.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 
> <http://sun.nio.ch/>)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.cd 
> <http://org.opendaylight.controller.cd/>s-access-api [209]: Unable to resolve 
> 209.0: missing requirement [209.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.datastore.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 
> <http://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.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 <http://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(FrameworkStartLevelImpl.java:304)
>       at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.cd 
> <http://org.opendaylight.controller.cd/>s-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.cd 
> <http://org.opendaylight.controller.cd/>s-access-client [210]: Unable to 
> resolve 210.0: missing requirement [210.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.access)(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.datastore.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 
> <http://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.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 
> <http://sun.nio.ch/>)]]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.cd 
> <http://org.opendaylight.controller.cd/>s-access-client [210]: Unable to 
> resolve 210.0: missing requirement [210.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.opendaylight.controller.cluster.access)(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.datastore.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 
> <http://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.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 
> <http://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(FrameworkStartLevelImpl.java:304)
>       at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-distributed-datastore [212] Error 
> starting 
> mvn:org.opendaylight.controller/sal-distributed-datastore/1.5.0-SNAPSHOT 
> (org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-distributed-datastore [212]: Unable 
> to resolve 212.0: missing requirement [212.0] osgi.wiring.package; 
> (&(osgi.wiring.package=akka.cl 
> <http://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.re 
> <http://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.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 
> <http://sun.nio.ch/>)]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-distributed-datastore [212]: Unable 
> to resolve 212.0: missing requirement [212.0] osgi.wiring.package; 
> (&(osgi.wiring.package=akka.cl 
> <http://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.re 
> <http://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.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 <http://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(FrameworkStartLevelImpl.java:304)
>       at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-cluster-admin-impl [214] Error 
> starting 
> mvn:org.opendaylight.controller/sal-cluster-admin-impl/1.5.0-SNAPSHOT 
> (org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-cluster-admin-impl [214]: Unable to 
> resolve 214.0: missing requirement [214.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.opendaylight.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.opendaylight.controller.cluster.datastore.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 
> <http://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.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 
> <http://sun.nio.ch/>)]]]]])
> org.osgi.framework.BundleException: Unresolved constraint in bundle 
> org.opendaylight.controller.sa 
> <http://org.opendaylight.controller.sa/>l-cluster-admin-impl [214]: Unable to 
> resolve 214.0: missing requirement [214.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.opendaylight.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.opendaylight.controller.cluster.datastore.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 
> <http://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.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 
> <http://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(FrameworkStartLevelImpl.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