ftmouse 发表于 2009-9-20 16:36:42

CosEvent_Service 的第二次启动失败的问题

CosEvent_Service 的启动 需要 Naming_Service

1 首先 启动 Naming_Service
Naming_Service -m 1

2 启动 CosEvent_Service
CosEvent_Service
这次启动是可以的

3 强制关闭 CosEvent_Service

4 再次启动 CosEvent_Service
CosEvent_Service

这次报错了 类似如下消息。(3552|3556) EXCEPTION, CosEvent_Service.exe
user exception, ID 'IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0'我相信这是 因为重复再名服务里 已经注册的原因,但是除了重新 启动Naming_Service之外,还有别办法解决这个问题吗?

环境说明
操作系统: xp/win2003
编译环境: vc9
ace版本:ACE+TAO-1.6a_with_latest_patches

[ 本帖最后由 ftmouse 于 2009-9-20 19:12 编辑 ]

steven99ca 发表于 2009-9-23 23:03:07

-r rebind 即可

ftmouse 发表于 2009-9-24 10:27:01

十分感谢 steven99ca

问题得到了解决
页: [1]
查看完整版本: CosEvent_Service 的第二次启动失败的问题