问题解决初始引用'NameService'

时间:2013-04-25 19:17:00

标签: redhawksdr

我已经按照安装说明进行了多次梳理,我仍然无法确定为什么我无法解析NameService。我运行了omniNames服务,但是当我运行omniEvents时,我得到以下内容

omniEvents: [32190]: Warning - failed to resolve initial reference 'NameService'. Exception NO_RESOURCES

当我尝试在IDE中的Sandbox中进行连接时,我收到同样的错误消息,但我仍然能够在IDE Sandbox中运行时运行组件并连接它们。

我运行了nameclt列表并收到了以下输出

Cannot resolve the root context. Have you set up the configuration file properly?

我的配置文件包含以下内容

InetRef = NameService=corbaname::127.0.0.1
InetRef = EventService=corbaloc::127.0.0.1:11169/omniEvents

我还验证了使用netstat在正确的端口上启动服务。

连接到名称服务时我缺少什么?

1 个答案:

答案 0 :(得分:2)

您的错误似乎可能是由于/etc/omniORB.cfg中的拼写错误造成的。在您的示例中,当它应为“InitRef”时使用“InetRef”。

仔细检查设置,然后重新启动omniNames和omniEvents并再次尝试使用nameclt。如果您收到如下错误:

$ nameclt list
Caught a TRANSIENT exception when trying to validate the type of the 
NamingContext. Is the naming service running?

仔细检查omniNames是否确实在运行(即ps -ef | grep omniNames)。