简体   繁体   English

gogo:CommandNotFoundException:找不到命令:services

[英]gogo: CommandNotFoundException: Command not found: services

I know some of the commands have changed names when Apache Felix started using GoGo 我知道当Apache Felix开始使用GoGo时,一些命令已更改名称

For example: ps --> lb (list bundles) 例如: ps --> lb (list bundle)

What is the equivalent for services <BUNDLENO> 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

inspect capability service 5 检查能力服务5

check more details here 在这里查看更多细节

help inspect 帮助检查

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM