From: Sean P. <sp...@cp...> - 2003-01-21 16:41:48
|
Hello - I apologize if this topic has been sent before... [list not archived :-)] I'm trying to place my NameService IOR [one I got by setting -printIOR in the NameService command-line] into the OpenORB xml: <profile name="user-mods" > <import xlink:href="${openorb.home} config/default.xml#InitRef"> <property name="NameService" value="IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616 D696E67436F6E746578744578743A312E3000000000000100000000000000680001020000000 00B696F2E6370692E636F6D000007D000000000001B004F4F01D98823DFF2000000504F41FE4 E616D65536572765F30FE0000000001000000010000002400000000100204E40000000300010 00F0001000100010020000101090000000100010100" /> </import> </profile> The NameService starts-up fine, but the TransactionService gives me this error: <OTS ERROR> [echo] Starting TransactionService ... [java] TransactionService Version 1.3.0 [java] (c) 2002 The Community OpenORB [java] OTS server stopped... [java] org.omg.CORBA.OBJECT_NOT_EXIST: Server Exception: OMG Standard Excep tion #2 minor code: 1330446338 completed: No [java] at java.lang.reflect.Constructor.newInstance(Native Method) [java] at org.openorb.CORBA.SystemExceptionHelper.create(Unknown Source) [java] at org.openorb.iiop.IIOPClientRequest.wait_for_response(Unknown Source) [java] at org.openorb.CORBA.Delegate$RequestState.waitForResponse(Unknown Source) [java] at org.openorb.CORBA.Delegate.invoke(Unknown Source) [java] at org.openorb.CORBA.Delegate.is_a(Unknown Source) [java] at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:114) [java] at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:52) [java] at org.openorb.ots.Service.bindToNamingService(Unknown Source) [java] at org.openorb.ots.Server.main(Unknown Source) <END OTS ERROR> Am I doing this wrong? Any ideas? Thanks Sean E. Parker Research Physicist Computational Physics, Inc. 8001 Braddock Road, Suite 210 Springfield, Va 22151 703-764-7501 |