-
Nov 15th, 2007, 02:32 PM
#1
Fail to instantiate CORBA/VBroker ORB implmentation in Spring
I am trying to use our existing CORBA code to talk to another application system, I got the following error. Is it something wrong with the classpath, or Spring doesn't allow CORBA call? Can someone shed the light on it? Any help is appreciated.
[main - 11/15/07 3:20:03 PM] RemoteObjectDepot.getORB(17602,AGSOSG92.it.statest r.com)
org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.inprise.vbroker.orb.ORB vmcid: 0x0 minor code: 0 completed: No
[main - 11/15/07 3:20:03 PM] ERROR: ROD0003 - "Cannot invoke import method for remote object"
[main - 11/15/07 3:20:03 PM] DETAIL:
[main - 11/15/07 3:20:03 PM] Cannot get handle from OSAgent to grs.dataaccess.IGRSDataAccessManager
[main - 11/15/07 3:20:03 PM] GRS Error: Cannot connect to the grs.dataaccess.IGRSDataAccessManager Data Access Service
[main - 11/15/07 3:20:03 PM] ReferenceDataObject.getErrorCodes() - WARNING, Error Codes Mapping For : 'SSC2Custodian' is Missing
[main - 11/15/07 3:20:03 PM] ReferenceDataObject.get, for :SSC2Custodian caught SysException:gtm.util.SysException: SYS006Cannot connect to the grs.dataaccess.IGRSDataAccessManager Data Access Service
[main - 11/15/07 3:20:03 PM] ReferenceDataCache.checkError, throws SysException=gtm.util.SysException: SYS006Cannot connect to the grs.dataaccess.IGRSDataAccessManager Data Access Service
gtm.util.SysException: SYS006Cannot connect to the grs.dataaccess.IGRSDataAccessManager Data Access Service
at gtm.reference.DataAccess.getManager(DataAccess.jav a:305)
at gtm.reference.GRSDataAccess.getDataAccessManager(G RSDataAccess.java:716)
at gtm.reference.GRSDataAccess.getXRef(GRSDataAccess. java:93)
at gtm.reference.GRSDataAccess.getXRef(GRSDataAccess. java:237)
at gtm.vetrule.Translation.getGRSData(Translation.jav a:293)
at gtm.vetrule.ReferenceDataObject.init(ReferenceData Object.java:672)
at gtm.vetrule.ReferenceDataObject.get(ReferenceDataO bject.java:927)
at TSOutboundData_3192.BASIC_Translate_SSCPortfolioID _to_CustodianCode_with_GRS(TSOutboundData_3192.jav a:2164)
at TSOutboundData_3192.FR_Translate_SSCPortfolioID_to _CustodianCode_with_GRS(TSOutboundData_3192.java:4 814)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at ftm.rule.RuleManagerFTM.processRule(RuleManagerFTM .java:792)
at gtm.vetrule.ProcessRule.run(ProcessRule.java:136)
at gtm.imssim.util.Utility.runRule(Utility.java:48)
at gtm.imssim.util.ETSRuleImpl.runRule(ETSRuleImpl.ja va:27)
at gtm.imssim.service.ETSRequestProcessorImpl.doRuleV alidation(ETSRequestProcessorImpl.java:414)
at gtm.imssim.service.ETSRequestProcessorImpl.test2(E TSRequestProcessorImpl.java:406)
at gtm.imssim.service.ETSRequestProcessorImpl.test(ET SRequestProcessorImpl.java:385)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.springframework.aop.support.AopUtils.invokeJoi npointUsingReflection(AopUtils.java:304)
at org.springframework.aop.framework.ReflectiveMethod Invocation.invokeJoinpoint(ReflectiveMethodInvocat ion.java:182)
at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :149)
at org.springframework.transaction.interceptor.Transa ctionInterceptor.invoke(TransactionInterceptor.jav a:106)
at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :171)
at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy2.test(Unknown Source)
at gtm.imssim.service.transTest.testMain(transTest.ja va:72)
at gtm.imssim.service.transTest.main(transTest.java:4 7)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules