|
|
|
||||||
|
Ice Version:2.1.2
first I add hello demo Code:
icepackadmin --Ice.Config=config -e "application add 'application.xml'" The hello demo runs OK,but when I run simple demo's client,it report Code:
./client: invalid proxy Code:
LocatorInfo.cpp:330: Ice::NotRegisteredException: no object adapter with id `IceBox1.Service1.Hello' is registered Code:
Ice::PropertiesPtr properties = communicator->getProperties();
IcePack::QueryPrx query = IcePack::QueryPrx::checkedCast(communicator->stringToProxy("IcePack/Query"));
Ice::ObjectPrx base = query->findObjectByType("::Demo::Hello");
cout << base->ice_id() << endl; //added code
...
I think maybe the hello demo's slice defination : : Demo::Hello class is incompatible with the simple demo's : : Demo::Hello interface. So I remove the hello demo's application with icepackadmin's "application remove" instruction.But when I back to the simple demo's client,I just got the same output. I even use dumpdb to see the db/registry/objectregistry and found nothing about HelloFactory. So why?
__________________
Yunqiao Yin Baosteel real-time process control ICE中文论坛http://lingdoo.just.as 欢迎大家捧场 Last edited by Yunqiao Yin : 09-04-2005 at 11:39 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| confused with IceXML | Yunqiao Yin | Help Center | 2 | 08-29-2006 12:21 AM |
| :confused: How to use Ice with other platform on windows, such as Dev-C++, C++Builder | rocshaw | Help Center | 3 | 11-24-2005 03:48 AM |
| Confused with IcePack | amrufon | Help Center | 7 | 06-10-2005 12:35 AM |
| Demos on ICE | shantanu_k06 | Comments | 4 | 05-04-2004 02:06 PM |
| IcePack tutorials/ demos | stephan | Help Center | 5 | 10-13-2003 09:36 PM |