Jump to content

Chinnakanna C

Recommended Posts

Hello Experts,

When testing my process I am getting a successful response but the below error is printing in the tibco business studio console.

I think an error occurred in the Render JSON activity.

Error Log:

20:15:00.387 INFO [main] com.tibco.thor.frwk - TIBCO ActiveMatrix BusinessWorks version 6.6.0, build V41, 2019-11-07

<>@BWEclipseAppNode> 20:15:10.414 INFO [main] com.tibco.bw.frwk.engine.BWEngine - TIBCO-BW-FRWK-300002: BW Engine [Main] started successfully.

20:15:10.472 INFO [main] com.tibco.thor.frwk.Deployer - Started by BusinessStudio.

20:15:11.641 INFO [Framework Event Dispatcher: Equinox Container: b0c54fe5-94a8-001d-1cff-c442d4abba0a] com.tibco.thor.frwk.Deployer - TIBCO-THOR-FRWK-300001: Started OSGi Framework of AppNode [bWEclipseAppNode] in AppSpace [bWEclipseAppSpace] of Domain [bWEclipseDomain]

20:15:11.780 INFO [Framework Event Dispatcher: Equinox Container: b0c54fe5-94a8-001d-1cff-c442d4abba0a] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300018: Deploying BW Application [EMP.application:10.0].

20:15:11.848 INFO [EventAdminThread #1] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300019: BW Application [EMP.application:10.0] is impaired.

20:15:11.854 INFO [Framework Event Dispatcher: Equinox Container: b0c54fe5-94a8-001d-1cff-c442d4abba0a] com.tibco.thor.frwk.Application - Started by BusinessStudio, ignoring .enabled settings.

20:15:12.975 INFO [Job_Executor0] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300021: All Application dependencies are resolved for Application [EMP.application:10.0]

20:15:27.625 INFO [EventAdminThread #11] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300006: Started BW Application [EMP.application:10.0]

20:16:02.564 ERROR [bwEngThread:In-Memory Process Worker-2] com.tibco.bx.core.BxSystemImpl - {msg=BX-702003: Debugger operation [listVariable: EMPRequest] failed, threadId=90bwEngThread:In-Memory Process Worker-2), scheme=BW, msg_id=com.tibco.bx.core.Resources.DEBUGGER_OPERATION_FAILED}

com.tibco.bx.core.faults.BxException: BX-701001: An error encountered while setting up data.

at com.tibco.bx.debug.CoreDebugger.createVariable(CoreDebugger.java:1045)

at com.tibco.bx.debug.CoreDebugger.listVariables(CoreDebugger.java:958)

at com.tibco.bx.debug.CoreDebugger.onEvent(CoreDebugger.java:1397)

at com.tibco.bx.monitor.ActivityMonitorCallback.monitorEventReturn(ActivityMonitorCallback.java:51)

at com.tibco.bx.debug.DebugMonitorCallback.monitorEventReturn(DebugMonitorCallback.java:37)

at com.tibco.bx.monitor.ActivityMonitorCallback.monitorEventReturn(ActivityMonitorCallback.java:1)

at com.tibco.pvm.infra.util.debug.IpmDebuggerKernelImpl.a(IpmDebuggerKernelImpl.java:269)

at com.tibco.pvm.infra.util.debug.IpmDebuggerKernelImpl.a(IpmDebuggerKernelImpl.java:347)

at com.tibco.pvm.infra.util.debug.IpmDebuggerKernelImpl.a(IpmDebuggerKernelImpl.java:320)

at com.tibco.pvm.infra.util.debug.IpmDebuggerKernelImpl$1.a(IpmDebuggerKernelImpl.java:557)

at com.tibco.pvm.infra.util.debug.IpmDebuggerKernelImpl$1.monitorEventReturn(IpmDebuggerKernelImpl.java:1)

at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.monitorReturn(IpmEventDirectorBase.java:482)

at com.tibco.pvm.infra.support.work.impl.WorkItemAbstract.afterExecute(WorkItemAbstract.java:137)

at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.doWorkBlock(ImxSTWorkRunnable.java:179)

at com.tibco.pvm.infra.services.engine.impl.STWorkRunnable.run(STWorkRunnable.java:50)

at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.run(ImxSTWorkRunnable.java:62)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)

Caused by: org.genxdm.exceptions.GenXDMException: Prefix '' bound to multiple URIs ( {activity.jsonRender.output+5aa83d98-8666-4e2c-b46f-5453a60ac20e+ActivityOutputType}, {} ) in a single scope.

at org.genxdm.processor.output.ContentHandlerOnXmlStreamWriter$NSContext.declare(ContentHandlerOnXmlStreamWriter.java:485)

at org.genxdm.processor.output.ContentHandlerOnXmlStreamWriter.verifyNamespace(ContentHandlerOnXmlStreamWriter.java:336)

at org.genxdm.processor.output.ContentHandlerOnXmlStreamWriter.fixupNamespaces(ContentHandlerOnXmlStreamWriter.java:264)

at org.genxdm.processor.output.ContentHandlerOnXmlStreamWriter.flushPending(ContentHandlerOnXmlStreamWriter.java:218)

at org.genxdm.processor.output.ContentHandlerOnXmlStreamWriter.text(ContentHandlerOnXmlStreamWriter.java:200)

at com.tibco.genxdm.bridge.txdm.datamodel.OoOO.oo0O.render(Text.java:96)

at com.tibco.genxdm.bridge.txdm.datamodel.OoOO.do.render(Element.java:426)

at com.tibco.genxdm.bridge.txdm.datamodel.OoOO.do.render(Element.java:426)

at com.tibco.genxdm.bridge.txdm.TxdmModel.stream(TxdmModel.java:647)

at com.tibco.genxdm.bridge.txdm.TxdmModel.stream(TxdmModel.java:1)

at org.genxdm.processor.io.DefaultSerializer.write(DefaultSerializer.java:81)

at org.genxdm.processor.io.ValidatingDocumentHandler.write(ValidatingDocumentHandler.java:40)

at com.tibco.pvm.infra.dataexch.xml.genxdm.serializers.persist.util.IpmxGenxSerializerImpl.serializeNode(IpmxGenxSerializerImpl.java:275)

at com.tibco.pvm.infra.dataexch.xml.genxdm.serializers.persist.util.IpmxGenxSerializerImpl.serializeNode(IpmxGenxSerializerImpl.java:289)

at com.tibco.pvm.infra.dataexch.xml.genxdm.IpmxGenxProcessDataEnvImpl.serializeNode(IpmxGenxProcessDataEnvImpl.java:148)

at com.tibco.bx.debug.CoreDebugger.createVariable(CoreDebugger.java:1037)

... 18 common frames omitted

Attached error Log.Any input is really helpful. Thanks in advance.

Link to comment
Share on other sites

  • 1 year later...

I have the same error and I have found a response at the link https://docs.tibco.com/pub/activematrix_businessworks/6.6.1/doc/html/GUID-D367AD05-D1CA-49E4-B86A-E406D4B48956.html. But in my case I have fix the error on RenderJSON activity with omit the "replace()" function on input string.

Furthermore, I have check the "Instantiate the referenced class" flag on Advanced tab in JavaInvoke activity.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...