Hi, On 08.09.2011, at 10:21, Benoît Thiébault wrote:
> Hi everyone, > > I just installed iPOJO Gogo Arch bundle in Felix and I have a very > confusing error message: > "[WARNING] org.apache.felix.ipojo.arch.gogo.Arch : The specification > org.apache.felix.ipojo.arch.gogo.Arch is not implemented by > org.apache.felix.ipojo.arch.gogo.Arch it might be a superclass or the > class itself." Just a warning, can be safely ignored. Should be an INFO BTW. > > When I try to use the "arch" command, it doesn't work (gogo: > CommandNotFoundException: Command not found: arch). > > The list of the bundles installed in Felix is the following: > START LEVEL 1 > ID|State |Level|Name > 0|Active | 0|System Bundle (3.2.2) > 1|Active | 1|Apache Felix Bundle Repository (1.6.2) > 2|Active | 1|Apache Felix Gogo Command (0.8.0) > 3|Active | 1|Apache Felix Gogo Runtime (0.8.0) > 4|Active | 1|Apache Felix Gogo Shell (0.8.0) > 5|Active | 1|Apache Felix iPOJO (1.8.0) > 6|Active | 1|Apache Felix iPOJO Gogo Command (1.0.1) > > Did I forgot to install a particular bundle? The set of commands available from Gogo is a little bit different: * ipojo:instances (or just instances) lists the instances and state * ipojo:instance $instance_name (or just instance $instance_name) displays the complete information about the specified $instance_name * ipojo:factories (or just factories) lists the available public factories * ipojo:factory $factory_name (or just factory $factory_name) displays complete information about the factory $factory_name * ipojo:handlers (or just handlers lists available handlers (from http://felix.apache.org/site/ipojo-arch-command.html) Regards, Clement > > Kind regards, > > Ben > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >

