Getting the error shown below while invoking sample DFS custom service on a XP pc: (I am running the AcmeCustomServiceDemo code)
Caused by: java.lang.Exception: [DFC_DOCBROKER_REQUEST_FAILED] Request to Docbroker "@dfc.docbroker.host[0]@:1489" failed
- - - - - - - - -
at com.emc.documentum.fs.rt.context.impl.compat.ClientReflectionServiceInvokerCompat60.invoke(ClientReflectionServiceInvokerCompat60.java:78)
at com.emc.documentum.fs.rt.context.impl.UcfClientInvocationHandler.invoke(UcfClientInvocationHandler.java:47)
at com.emc.documentum.fs.rt.context.impl.SoapClientInvocationHandler.invoke(SoapClientInvocationHandler.java:66)
at com.emc.documentum.fs.rt.context.impl.MtomCompatHandler60SP1.invoke(MtomCompatHandler60SP1.java:57)
at com.emc.documentum.fs.rt.context.impl.HttpSessionInvocationHandler.invoke(HttpSessionInvocationHandler.java:89)
at com.emc.documentum.fs.rt.context.impl.RemoteServiceInterfaceInvocationHandler.invoke(RemoteServiceInterfaceInvocationHandler.java:30)
at com.emc.documentum.fs.rt.context.impl.ReturnedContentTransformationHandler.invoke(ReturnedContentTransformationHandler.java:45)
at com.emc.documentum.fs.rt.context.impl.OperationOptionsHandler.invoke(OperationOptionsHandler.java:71)
at com.emc.documentum.fs.rt.context.impl.ContextThreadLocalInvocationHandler.invoke(ContextThreadLocalInvocationHandler.java:51)
at com.emc.documentum.fs.rt.context.impl.ServiceContextInvocationHandler.invoke(ServiceContextInvocationHandler.java:30)
at $Proxy149.getSchemaInfo(Unknown Source)
at com.acme.services.samples.impl.AcmeCustomService.getAcmeServiceInfo(AcmeCustomService.java:62)
This is the configuration:
- DFS 6.6 services running under JBoss4.21.GA on the XP
- Content server and docbroker on Linux server (on D 6.6)
- Verified dfc.properties - it is correct.
- Running DFS 6.6 SDK sample client AcmeCustomServiceDemo on the XP (service and client code on same XP)
From other posts on this forum, I understood that the above error is an issue with port 1489 (in this case) not being accessible.
However, none of the solutions in the posts were applicable to the configuration above.
Is this a JBoss configuration issue? If so, what needs to be done to resolve this?
The bundled JBoss with DFS 6.5 worked fine right OOTB - so I am assuming it is a matter of tweaking some setting in the JBoss configuration files.
Sorry if this is a basic question but being a fairly new Documentum/DFS/Java developer - I am not sure where to look for answers. Should I be looking on the JBoss support forums instead?
TIA