Does list not do what you want?

Command is list not ls.
On Mar 20, 2014 8:56 AM, <[email protected]> wrote:

>  Hi,
>
> I want to check the status of the services (and why they are NOT
> satisfied) in my Karaf (v 2.3.2/3.0.0) container, but the OSGi commands
> that worked fine in the native container gives me different output or don't
> work at all in Karaf.
>
> OSGi commands that not work as before/at all in Karaf:
> karaf@root()> ls                  (In Karaf, the service are listed in
> another format and the "State" column is missing in the output?)
> karaf@root()> ls -c <ID>     (In Karaf, this command complains about
> "Error executing command osgi:ls undefined option -c" when trying to
> display information about NOT satisfied services in a bundle?)
> karaf@root()> comp <ID>   (In Karaf, this command complains about
> "Invalid component ID!" whatever ID I use to display information about a
> NOT satisfied service?)
>
> I have checked the list of available Karaf container commands with "help",
> but none of these seems to give me the information that I'm missing (i.e.
> the status of the services and why they are NOT satisfied).
>
> Are there any other commands that I can use to get this information, am I
> using the commands wrong or will the existing commands be updated/fixed to
> give this information in Karaf container?
>
> Regards
> SteffeC
>

Reply via email to