hi -
Content server 6.7 SP1
ADTS 6.6 P12
CTS websrvice - 6.7
i am running my code that will merge a VD into PDF using CTS WS. the code is working fine, but sporadically the CTS does not seem to be rendering the PDF> i get the below error in my CTS_WS.log
please note that this is only sporadic. Probably i could say, alternating between working and not working. i am not sure why this is happening and if i am missing som setting here. any help is sppreciated
14:54:18,917 329330818 INFO [http-8080-11] TransformationService RealTime Request Category : REPO_IN_REPO_OUT
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationUtils converting the jobticket data model to realtime request object
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationUtils profile id : 0801b3f081962753
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationUtils source format : pdf
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationUtils target format : pdf
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationUtils requested added time : Wed Jan 16 14:54:18 PST 2013
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationService Source Object Id is given - 0901b3f083ec6b16
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationService Successfully created a real time request for user : svc-dmsadmin in Repository : USLogistics1
14:54:18,917 329330818 INFO [http-8080-11] CTSTransformService RealTime Request Category : REPO_IN_REPO_OUT
14:54:18,917 329330818 DEBUG [http-8080-11] LBRequestManager About to handle request: merge_virtualdoc_adts
14:54:18,917 329330818 DEBUG [http-8080-11] LBRequestManager request object id: 0901b3f083ec6b16
14:54:18,917 329330818 DEBUG [http-8080-11] LBRequestManager request profile id: 0801b3f081962753
14:54:18,917 329330818 DEBUG [http-8080-11] LBRequestManager request profile name: merge_virtualdoc_adts
14:54:18,917 329330818 DEBUG [http-8080-11] LBRequestManager request repository: USLogistics1
14:54:18,917 329330818 DEBUG [http-8080-11] DefaultSelector About to select instance for request: merge_virtualdoc_adts with source format [pdf] and target format [pdf]
14:54:18,917 329330818 DEBUG [http-8080-11] DefaultSelector Checking instance: USDMSADTS2
14:54:18,917 329330818 WARN [http-8080-11] DefaultSelector CTS instance is not active: USDMSADTS2
14:54:18,917 329330818 ERROR [http-8080-11] LBRequestManager An error occured while handlig the request!
com.emc.documentum.cts.lb.exceptions.LBRequestException: An error has occured or no CTS instance was found capable of executing the item !.
at com.emc.documentum.cts.lb.managers.LBRequestManager.handleRequest(LBRequestManager.java:86)
at com.emc.documentum.cts.lb.managers.LBManager.handleRequest(LBManager.java:184)
at com.documentum.services.cts.impl.transform.CTSTransformService.transformJob(CTSTransformService.java:420)
at com.emc.documentum.fs.services.transformation.impl.TransformationService.executeRealTimeRequest(TransformationService.java:424)
at com.emc.documentum.fs.services.transformation.impl.TransformationService.transformJob(TransformationService.java:313)
at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.emc.documentum.fs.rt.context.impl.ReflectionServiceInvoker.invoke(ReflectionServiceInvoker.java:40)
at com.emc.documentum.fs.rt.impl.tx.TxInvocationHandler.invoke(TxInvocationHandler.java:29)
at com.emc.documentum.fs.rt.context.impl.SoapServiceInvocationHandler.invoke(SoapServiceInvocationHandler.java:50)
at com.emc.documentum.fs.rt.context.impl.ContextCacheCleanupHandler.invoke(ContextCacheCleanupHandler.java:28)
at com.emc.documentum.fs.rt.context.impl.ServiceContextCleanupHandler.invoke(ServiceContextCleanupHandler.java:31)
at com.emc.documentum.fs.rt.context.impl.HandlerChainExceptionInvocationHandler.invoke(HandlerChainExceptionInvocationHandler.java:35)
at com.emc.documentum.fs.rt.context.impl.UcfServiceInvocationHandler.invoke(UcfServiceInvocationHandler.java:53)
at com.emc.documentum.fs.rt.context.impl.OperationOptionsHandler.invoke(OperationOptionsHandler.java:72)
at com.emc.documentum.fs.rt.context.impl.FileRegistryCleanupHandler.invoke(FileRegistryCleanupHandler.java:25)
at $Proxy57.transformJob(Unknown Source)
at com.emc.documentum.fs.services.transformation.TransformationServiceWebService.transformJob(TransformationServiceWebService.java:316)
at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:246)
at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:146)
at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:257)
at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:598)
at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:557)
at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:542)
at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:439)
at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:243)
at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:471)
at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationService Going to create Job Info from the RealTime response
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationUtils ######## theStatus : SC_FAILED
14:54:18,917 329330818 DEBUG [http-8080-11] TransformationService Returning JobInfo