You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/02/08 17:23:47 UTC

[GitHub] [activemq] coheigea commented on issue #443: Provide RMI registry implementation to prevent re-bind

coheigea commented on issue #443: Provide RMI registry implementation to prevent re-bind
URL: https://github.com/apache/activemq/pull/443#issuecomment-583757769
 
 
   There are some test failures in activemq-karaf-itest due to the sun.rmi dependency that's added:
   
   org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=activemq; type=karaf.feature; version="[5.16.0.SNAPSHOT,5.16.0.SNAPSHOT]"; filter:="(&(osgi.identity=activemq)(type=karaf.feature)(version>=5.16.0.SNAPSHOT)(version<=5.16.0.SNAPSHOT))" [caused by: Unable to resolve activemq/5.16.0.SNAPSHOT: missing requirement [activemq/5.16.0.SNAPSHOT] osgi.identity; osgi.identity=activemq-karaf; type=osgi.bundle; version="[5.16.0.SNAPSHOT,5.16.0.SNAPSHOT]"; resolution:=mandatory [caused by: Unable to resolve activemq-karaf/5.16.0.SNAPSHOT: missing requirement [activemq-karaf/5.16.0.SNAPSHOT] osgi.wiring.package; filter:="(osgi.wiring.package=org.apache.activemq.console.command)" [caused by: Unable to resolve org.apache.activemq.activemq-osgi/5.16.0.SNAPSHOT: missing requirement [org.apache.activemq.activemq-osgi/5.16.0.SNAPSHOT] osgi.wiring.package; filter:="(osgi.wiring.package=sun.rmi.registry)"]]]
   	at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1343)
   	at org.apache.felix.resolver.ResolverImpl.doResolve(ResolverImpl.java:392)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services