Not able to synchronize RAM 7.5.0.1 with WSRR 7.0.0.3
I'm trying to pull in documents in WSRR to a Community in RAM and am getting the following error in the ramLog when I click on the Synchronize link in the Community.
CRRAM0001E 3667961 ERROR ws com.ibm.ram.repository.wsrr.WSRRWriter - Name "comp/env/ejb/ServiceRegistrySession63Local" not found in context "java:". com.ibm.ram.wsrr.ws.sdo.ServiceRegistryWebServiceException: Name "comp/env/ejb/ServiceRegistrySession63Local" not found in context "java:". at com.ibm.ram.wsrr.ws.sdo.ServiceRegistryWebServiceException_DeserProxy.convert(ServiceRegistryWebServiceException_DeserProxy.java:27) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:600) at com.ibm.ws.webservices.engine.encoding.ser.BeanDeserializer.valueComplete(BeanDeserializer.java:957) at com.ibm.ws.webservices.engine.encoding.Deserializer.endElement(Deserializer.java:694) at com.ibm.ws.webservices.engine.events.P2DConverter.endElement(P2DConverter.java:521) at com.ibm.ws.webservices.engine.xmlsoap.SOAPElement.toEvents(SOAPElement.java:2356) at com.ibm.ws.webservices.engine.xmlsoap.SOAPElement.toContainedEvents(SOAPElement.java:2377) at com.ibm.ws.webservices.engine.xmlsoap.SOAPElement.toEvents(SOAPElement.java:2354) at com.ibm.ws.webservices.engine.xmlsoap.SOAPElement.toContainedEvents(SOAPElement.java:2377) at com.ibm.ws.webservices.engine.xmlsoap.SOAPElement.toEvents(SOAPElement.java:2354) at com.ibm.ws.webservices.engine.xmlsoap.builders.WebServicesFaultProcessor.createFault(WebServicesFaultProcessor.java:301) at com.ibm.ws.webservices.engine.xmlsoap.SOAPFault.getFault(SOAPFault.java:863) at com.ibm.ws.webservices.engine.SOAPPart.getFault(SOAPPart.java:1157) at com.ibm.ws.webservices.engine.SOAPPart.getFault(SOAPPart.java:778) at com.ibm.ws.webservices.engine.Message.getFault(Message.java:1060) at com.ibm.ws.webservices.engine.Message.ifFaultThrowSelf(Message.java:1040) at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:302) at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:249) at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:249) at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:336) at com.ibm.ws.webservices.engine.client.Connection.invokeEngine(Connection.java:937) at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:731) at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:680) at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:502) at com.ibm.ws.webservices.engine.client.Stub$Invoke.invoke(Stub.java:1007) at com.ibm.ram.wsrr.sdo.binding.WSRRCoreSDOSoapBindingStub.executeQuery(WSRRCoreSDOSoapBindingStub.java:948) at com.ibm.wsrr.services.CoreService.executeQuery(CoreService.java:73) at com.ibm.ram.repository.wsrr.WSRRServiceProxy.executePropertyQuery(WSRRServiceProxy.java:810) at com.ibm.ram.repository.wsrr.WSRRServiceProxy.getAllPolicyDocumentBsrURIs(WSRRServiceProxy.java:855) at com.ibm.ram.repository.wsrr.WSRRWriter.getAllOriginalObjects(WSRRWriter.java:586) at com.ibm.ram.repository.wsrr.WSRRWriter.getAssets(WSRRWriter.java:338) at com.ibm.ram.syncrhonizer.AbstractRamWriter.processAssets(AbstractRamWriter.java:227) at com.ibm.ram.syncrhonizer.AbstractRamWriter.synchronize(AbstractRamWriter.java:184) at com.ibm.ram.repository.wsrr.RAMWSRRIntegrationManager.process(RAMWSRRIntegrationManager.java:62) at com.ibm.ram.repository.web.ws.quartz.jobs.WSRRSynchronizationJob.executeJob(WSRRSynchronizationJob.java:49) at com.ibm.ram.repository.web.ws.quartz.jobs.AbstractRAMJob.execute(AbstractRAMJob.java:80) at org.quartz.core.JobRunShell.run(JobRunShell.java:203) at com.ibm.ram.repository.web.ws.was.quartz.RAMThreadPool$RAMWork.run(RAMThreadPool.java:166) at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:268) at java.security.AccessController.doPrivileged(AccessController.java:202) at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:768) at com.ibm.ws.asynchbeans.WorkWithExecutionContextImpl.go(WorkWithExecutionContextImpl.java:222) at com.ibm.ws.asynchbeans.ABWorkItemImpl.run(ABWorkItemImpl.java:159) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563) The connection test was successfully when I created the connection and when I click on the Synchronize, it says the process started successfully and I don't get any error message in RAM saying the process failed. I turned debug on in WAS and I see the following come back from the WSRR SOAP message... <soapenv> <soapenv> <soapenv> <soapenv> <faultcode> p244:&gt;ServiceRegistryWebServiceException </faultcode> <faultstring> com.ibm.sr.www.xmlns.prod.serviceregistry._6._3.ws.sdo.ServiceRegistryWebServiceException: Name "comp/env/ejb/ServiceRegistrySession63Local" not found in context "java:". </faultstring> <detail> <p244> <message>Name "comp/env/ejb/ServiceRegistrySession63Local" not found in context "java".</message> </p244> </detail> </soapenv> </soapenv> </soapenv> I'm running RAM 7.5.0.1 on DB2 9.7.3a and eWAS 7.0.0.13. The user connecting to WSRR has administrative rights. I've loaded the SOA library in RAM but have made no configuration changes in WSRR. |
13 answers
Can you check the WSRR log also to see if something failed there. The error seems to be coming from WSRR.
I'm trying to pull in documents in WSRR to a Community in RAM and am getting the following error in the ramLog when I click on the Synchronize link in the Community. |
Is this the WAS SystemOut log file or is there a WSRR specific log file to look for. I don't own the WSRR server, so I need to have an idea of where to direct the admins to look (path/filename/etc).
Thanks for the quick response. Can you check the WSRR log also to see if something failed there. The error seems to be coming from WSRR. I'm trying to pull in documents in WSRR to a Community in RAM and am getting the following error in the ramLog when I click on the Synchronize link in the Community. |
WAS SystemOut log. My guess is that the WSRR server is not configured correctly.
I'm trying to pull in documents in WSRR to a Community in RAM and am getting the following error in the ramLog when I click on the Synchronize link in the Community. |
Can we get the WAS log?
Can you check the WSRR log also to see if something failed there. The error seems to be coming from WSRR. I'm trying to pull in documents in WSRR to a Community in RAM and am getting the following error in the ramLog when I click on the Synchronize link in the Community. |
Still waiting on the WAS admin to get it to me - too many layers. I'll post it as soon as I get it.
Can we get the WAS log? |
Here's the error msg I have from the WSRR WAS log file.
00000035 ale E com.ibm.sr.ale.wsrr.ALETask invokeTask GSR5001I: Captured exception ends 00000035 scheduler I GSR5176I: Task: ALESynchronization with task id: 51 complete. 00000035 LdapRegistryI A SECJ0419I: The user registry is currently connected to the LDAP server ldap://HQ1MD03V02.bcbsncdev.com:389. 00000035 scheduler I GSR5175I: Task: ALESynchronization with task id: 51 started. 00000035 ale E com.ibm.sr.ale.wsrr.ALETask invokeTask GSR5000I: Captured exception : java.lang.NoClassDefFoundError: com.ibm.ram.common.data.exception.RAMRuntimeException 00000035 ale E com.ibm.sr.ale.wsrr.ALETask invokeTask java.lang.NoClassDefFoundError: com.ibm.ram.common.data.exception.RAMRuntimeException at java.lang.J9VMInternals.verifyImpl(Native Method) at java.lang.J9VMInternals.verify(J9VMInternals.java:72) at java.lang.J9VMInternals.initialize(J9VMInternals.java:134) at java.lang.Class.forNameImpl(Native Method) at java.lang.Class.forName(Class.java:172) at com.ibm.sr.ale.wsrr.ALETask.invokeTask(ALETask.java:75) Let me know if you need more information |
can u try this url and let me know what response you get. replace localhost:9080 with your wsrr sever configuration
http://localhost:9080/WSRR6_3/services/WSRRCoreSDOPort Here's the error msg I have from the WSRR WAS log file. |
I used https instead of http and after providing the same login credentials as on the WSRR connection page in RAM, I get the following...
{http://www.ibm.com/xmlns/prod/serviceregistry/6/3/ws/sdo}WSRRCoreSDOPort Hi there, this is a Web service! can u try this url and let me know what response you get. replace localhost:9080 with your wsrr sever configuration Here's the error msg I have from the WSRR WAS log file. |
It's been over a week - is there any progress or idea on what the problem could be? It's important we have a resolution or plan in the next week for our executive stakeholders.
Thanks, Tim I used https instead of http and after providing the same login credentials as on the WSRR connection page in RAM, I get the following... can u try this url and let me know what response you get. replace localhost:9080 with your wsrr sever configuration |
Hi,
This sounds more like the problem is occurring on the WSRR side and RAM is just reporting it. Rich |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.