You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Erwin Hogeweg <er...@me.com> on 2015/02/25 06:04:25 UTC

Re: 4.0.0.M2 - Puzzling Wiring Error - Update

This may be related to KARAF-3529.

The problem occurs when karaf is restarted with bundles in the deploy folder.

The dependencies are resolved fine if the files are deployed after a 'karaf clean' with an empty deploy folder.

Erwin.

> On Feb 24, 2015, at 20:35, Erwin Hogeweg <er...@me.com> wrote:
> 
> Hi,
> 
> I get the error message below when starting the Jackson Databind bundle, but as far as I can see, everything is correct. What am I missing here?
> 
> 171 | Active    |  80 | 2.4.3                  | Jackson-annotations                                                  
> karaf@root(bundle)> start 130
> Error executing command: Error executing command on bundles:
> 	Error starting bundle130: Unresolved constraint in bundle com.fasterxml.jackson.core.jackson-databind [130]: Unable to resolve 130.0: missing requirement [130.0] osgi.wiring.package; (&(osgi.wiring.package=com.fasterxml.jackson.annotation)(version>=2.4.0)(!(version>=2.5.0)))
> karaf@root(bundle)> exports | grep fasterxml
> com.fasterxml.jackson.annotation                         | 2.4.3           | 171 | com.fasterxml.jackson.core.jackson-annotations    
> karaf@root(bundle)> 
> 
> OS X Yosemite
> Java 7
> 
> Kind Regards,
> 
> Erwin