Try to set the framework's log level to 4 in config.properties to see if you get more information.
-- Sent from my phone, please excuse my brevity. "Benoît Thiébault" <[email protected]> wrote: Indeed :-) Here is what I have when launching Felix (the full history from Felix start): org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.ipojo.arch.gogo [10]: Unable to resolve 10.0: missing requirement [10.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.felix.ipojo.architecture)(version>=1.6.0)) ERROR: Bundle org.apache.felix.ipojo.arch.gogo [10] Error starting file:/home/ben/dev/IME/FelixForEclipse/bundle/org.apache.felix.ipojo.arch.gogo-1.0.1.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.ipojo.arch.gogo [10]: Unable to resolve 10.0: missing requirement [10.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.felix.ipojo.architecture)(version>=1.6.0))) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:662) ____________________________ Welcome to Apache Felix Gogo g! lb START LEVEL 1 ID|State |Level|Name 0|Active | 0|System Bundle (4.0.0) 1|Resolved | 1|Bundle exporting Sun's JPEG classes (1.0.0) 2|Active | 1|Servlet API Bundle (3.0.0.v201103241727) 3|Active | 1|jython (0.0.0) 4|Active | 1|Apache Commons Logging Plug-in (1.1.1.v201101211721) 5|Active | 1|Apache Felix Bundle Repository (1.6.6) 6|Active | 1|Apache Felix Gogo Command (0.12.0) 7|Active | 1|Apache Felix Gogo Runtime (0.10.0) 8|Active | 1|Apache Felix Gogo Shell (0.10.0) 9|Active | 1|Apache Felix iPOJO (1.8.0) 10|Installed | 1|Apache Felix iPOJO Gogo Command (1.0.1) 11|Active | 1|Apache Jakarta log4j Plug-in (1.2.15.v201012070815) g! inspect cap osgi.wiring.package 9 org.apache.felix.ipojo [9] provides: _____________________________________________ osgi.wiring.package; org.apache.felix.ipojo.util 1.8.0 [UNUSED] osgi.wiring.package; org.objectweb.asm 3.0.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo 1.8.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo.handlers.dependency 1.8.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo.handlers.providedservice 1.8.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo.parser 1.8.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo.handlers.providedservice.strategy 1.8.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo.architecture 1.8.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo.context 1.8.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo.metadata 1.8.0 [UNUSED] osgi.wiring.package; org.apache.felix.ipojo.handlers.configuration 1.8.0 [UNUSED] osgi.wiring.package; org.osgi.service.cm 1.2.0 [UNUSED] g! Le mercredi 28 septembre 2011 à 15:04 +0200, Clement Escoffier a écrit : > On 28.09.2011, at 14:28, Benoît Thiébault wrote: > > > Hi, > > > > To execute the inspect command, I need to install iPOJO gogo command. So > > I added the bundle I just downloaded in my bundle folder. > > No, the inspect command is delivered with gogo. It's not related to the iPOJO > gogo command. Again, I'm really surprised that your iPOJO bundle does not > export the right packages. The iPOJO 1.8.0 core bundle exports > org.apache.felix.architecture 1.8.0. > > Regards, > > Clement > > > > > When starting Felix, I have the error message: > > ERROR: Bundle org.apache.felix.ipojo.arch.gogo [10] Error starting > > file:/home/ben/dev/IME/FelixForEclipse/bundle/org.apache.felix.ipojo.arch.gogo-1.0.1.jar > > (org.osgi.framework.BundleException: Unresolved constraint in bundle > > org.apache.felix.ipojo.arch.gogo [10]: Unable to resolve 10.0: missing > > requirement [10.0] osgi.wiring.package; > > (&(osgi.wiring.package=org.apache.felix.ipojo.architecture)(version>=1.6.0))) > > org.osgi.framework.BundleException: Unresolved constraint in bundle > > org.apache.felix.ipojo.arch.gogo [10]: Unable to resolve 10.0: missing > > requirement [10.0] osgi.wiring.package; > > (&(osgi.wiring.package=org.apache.felix.ipojo.architecture)(version>=1.6.0)) > > at > > org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818) > > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) > > at > > org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) > > at > > org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) > > at java.lang.Thread.run(Thread.java:662) > > > > When I run the "lb" command, I have: > > > > START LEVEL 1 > > ID|State |Level|Name > > 0|Active | 0|System Bundle (4.0.0) > > 1|Resolved | 1|Bundle exporting Sun's JPEG classes (1.0.0) > > 2|Active | 1|Servlet API Bundle (3.0.0.v201103241727) > > 3|Active | 1|jython (0.0.0) > > 4|Active | 1|Apache Commons Logging Plug-in > > (1.1.1.v201101211721) > > 5|Active | 1|Apache Felix Bundle Repository (1.6.6) > > 6|Active | 1|Apache Felix Gogo Command (0.12.0) > > 7|Active | 1|Apache Felix Gogo Runtime (0.10.0) > > 8|Active | 1|Apache Felix Gogo Shell (0.10.0) > > 9|Active | 1|Apache Felix iPOJO (1.8.0) > > 10|Installed | 1|Apache Felix iPOJO Gogo Command (1.0.1) > > 11|Active | 1|Apache Jakarta log4j Plug-in > > (1.2.15.v201012070815) > > > > > > Le mardi 27 septembre 2011 à 16:10 +0200, Clement Escoffier a écrit : > >> On 27.09.2011, at 15:53, Benoît Thiébault wrote: > >> > >>> Hi, > >>> > >>> I have version 1.8.0 of iPOJO Core... > >>> In the felix/bundles folder, there is this JAR file: > >>> org.apache.felix.ipojo-1.8.0.jar > >>> > >>> Is there a newer version? > >> > >> Nope, check that you don't have another version. Also check that this > >> bundle exports the package you need (with the inspect command: inspect p c > >> bundle_id) > >> > >> Regards, > >> > >> Clement > >> > >>> > >>> Le mardi 27 septembre 2011 à 14:57 +0200, Clement Escoffier a écrit : > >>>> Hi, > >>>> > >>>> You're probably using a 'recent' version of the manipulator. So, you > >>>> need a 'recent' version of iPOJO Core to fulfill the import-package > >>>> requirement. This package is available from iPOJO Core 1.8.0+. > >>>> > >>>> Regards, > >>>> > >>>> Clement > >>>> > >>>> > >>>> On 27.09.2011, at 14:03, Karl Pauls wrote: > >>>> > >>>>> your org.test.bundle has an import-package on > >>>>> org.apache.felix.ipojo.architecture in version>=1.8.0 which is not > >>>>> around. Don't get confused, the error messages have changed somewhat > >>>>> but all this is saying is that your bundle has an import that has no > >>>>> matching export by any other bundle. > >>>>> > >>>>> Maybe you need to install the ipojo architecture bundle? > >>>>> > >>>>> regards, > >>>>> > >>>>> Karl > >>>>> > >>>>> 2011/9/27 Benoît Thiébault <[email protected]>: > >>>>>> Hi everyone, > >>>>>> > >>>>>> I just updated Felix framework to the new 4.0.0 version and when I > >>>>>> start > >>>>>> my iPOJO bundle (which used to work with the previous version of the > >>>>>> framework), I have the following error: > >>>>>> > >>>>>> Unresolved constraint in bundle org.test.bundle [12]: Unable to resolve > >>>>>> 12.0: missing requirement [12.0] osgi.wiring.package; > >>>>>> (&(osgi.wiring.package=org.apache.felix.ipojo.architecture)(version>=1.8.0)) > >>>>>> > >>>>>> How can I solve this? > >>>>>> > >>>>>> Kind regards, > >>>>>> Ben > >>>>>> > >>>>>> > >>>>>>_____________________________________________ > >>>>>> To unsubscribe, e-mail: [email protected] > >>>>>> For additional commands, e-mail: [email protected] > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> Karl Pauls > >>>>> [email protected] > >>>>> http://twitter.com/karlpauls > >>>>> http://www.linkedin.com/in/karlpauls > >>>>> https://profiles.google.com/karlpauls > >>>>> > >>>>>_____________________________________________ > >>>>> To unsubscribe, e-mail: [email protected] > >>>>> For additional commands, e-mail: [email protected] > >>>>> > >>>> > >>>> > >>>>_____________________________________________ > >>>> To unsubscribe, e-mail: [email protected] > >>>> For additional commands, e-mail: [email protected] > >>>> > >>> > >>> > >>>_____________________________________________ > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >> > >> > >>_____________________________________________ > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > > > > > >_____________________________________________ > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >_____________________________________________ > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > _____________________________________________ To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

