user2790536
user2790536

Reputation: 1

gogo: CommandNotFoundException: Command not found: services

I know some of the commands have changed names when Apache Felix started using GoGo

For example: ps --> lb (list bundles)

What is the equivalent for services <BUNDLENO>

I am trying to get the following output from my console:

services 5

Distributed OSGi Zookeeper-Based Discovery Single-Bundle Distribution (6) provides:
-----------------------------------------------------------------------------------
... other services ...
----
objectClass = org.osgi.service.cm.ManagedService
felix.fileinstall.filename = org.apache.cxf.dosgi.discovery.zookeeper.cfg
service.id = 38
service.pid = org.apache.cxf.dosgi.discovery.zookeeper
zookeeper.host = localhost
zookeeper.port = 2181
zookeeper.timeout = 3000

Upvotes: 0

Views: 2266

Answers (1)

Dmytro Pishchukhin
Dmytro Pishchukhin

Reputation: 2369

inspect capability service 5

check more details here

help inspect

Upvotes: 2

Related Questions