On Wed, May 20, 2009 at 12:36 PM, Thomas Bauer <[email protected]> wrote: > > Installation went fine but when I start the service it says this: > > -> ps > START LEVEL 1 > ID State Level Name > [ 0] [Active ] [ 0] System Bundle (1.8.0) > [ 1] [Active ] [ 1] Apache Felix Shell Service (1.2.0) > [ 2] [Active ] [ 1] Apache Felix Shell TUI (1.2.0) > [ 3] [Active ] [ 1] Apache Felix Bundle Repository (1.4.0) > [ 8] [Installed ] [ 1] HTTP Service (1.0.0) > -> start 8 > org.osgi.framework.BundleException: Unresolved constraint in bundle 8: > package; (&(package=org.osgi.service.http)(version>=1.2.0)) > -> >
I think you need the compendium bundle (or another bundle that provides org.osgi.service.http). From the felix console run: obr start 'OSGi R4 Compendium Bundle' Cheers....Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

