Service Virtualization

Expand all | Collapse all

Error when staging the tests(.mari file)

  • 1.  Error when staging the tests(.mari file)

    Posted Oct 31, 2018 08:30 AM

    Hi all,

     

    I am new to CA DevTest tool and getting the following error message when I try to stage the test.

     

    Deployment of the test/testsuite failed! ERROR: Status code is 500 Response body from DevTest is:
    {"error":{"type":"TestDefException",
    "message":"Could not stage: Error Initializing Run: No converter specified for
    class com.itko.lisa.esb.ibm.IBMMQStep\n---- Debugging information ----\n-------------------------------"}} Finished: FAILURE

    Thanks in advance!


  • 2.  Re: Error when staging the tests(.mari file)

    Broadcom Employee
    Posted Nov 01, 2018 12:06 AM

    Hi,

     

    What version DevTest are you using?
    Do you use DevTest components which installed in one server or do you use DevTest which components are installed in distibuted environment?
     
    Thank you,



  • 3.  Re: Error when staging the tests(.mari file)

    Posted Nov 01, 2018 09:01 AM
    Thanks for your reply.
    We are using DevTest 10.3 and DevTest components installed in one server.


  • 4.  Re: Error when staging the tests(.mari file)

    Broadcom Employee
    Posted Nov 01, 2018 09:06 AM

    Looks like you are trying to execute an IBM MQ step.  What version of MQ are you running?  Do you have the MQ Jars installed on the server?



  • 5.  Re: Error when staging the tests(.mari file)

    Posted Nov 01, 2018 09:23 AM

    Thanks for your reply.

    Yes, I am trying to execute the MQ step.

    MQ-9 is the version.

    MQ Jars installed on Server.

     

    When I use the interactive test runner its working fine and the issue is with staging tests.



  • 6.  Re: Error when staging the tests(.mari file)

    Broadcom Employee
    Posted Nov 01, 2018 09:28 AM

    Can you paste the entire stack trace of the error?

    Are all the DevTest components including Simulator on the same server?  



  • 7.  Re: Error when staging the tests(.mari file)

    Posted Nov 01, 2018 09:42 AM

    Simulator, Coordinator and Registry are in one place.

     

    When I try to run stage the test using DevTest Workstation or run the test using Jenkins Plugin I am getting the following error message:

     

     

    ============================================================================
    | Exception:
    ============================================================================
    | Message: Could not stage: Error Initializing Run: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    ----------------------------------------------------------------------------
    | Trapped Exception: Error Initializing Run: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    | Trapped Message:

    ============================================================================
    | Exception:
    ============================================================================
    | Message: Error Initializing Run: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    ----------------------------------------------------------------------------
    | Trapped Exception: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    | Trapped Message: com.thoughtworks.xstream.converters.ConversionException: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    ----------------------------------------------------------------------------
    STACK TRACE
    com.thoughtworks.xstream.converters.ConversionException: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    at com.thoughtworks.xstream.core.DefaultConverterLookup.lookupConverterForType(DefaultConverterLookup.java:61)
    at com.thoughtworks.xstream.XStream$1.lookupConverterForType(XStream.java:498)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:48)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
    at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88)
    at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:64)
    at com.thoughtworks.xstream.converters.collections.CollectionConverter.marshal(CollectionConverter.java:74)
    at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
    at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:84)
    at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.marshallField(AbstractReflectionConverter.java:256)
    at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$2.writeField(AbstractReflectionConverter.java:232)
    at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$2.<init>(AbstractReflectionConverter.java:195)
    at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doMarshal(AbstractReflectionConverter.java:141)
    at com.itko.util.SerialBox$SerialBoxConverter.marshal(SerialBox.java:162)
    at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
    at com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82)
    at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:1043)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:1032)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:1005)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:992)
    at com.itko.util.SerialBox.<init>(SerialBox.java:110)
    at com.itko.lisa.test.TestCase.writeReplace(TestCase.java:1998)
    at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:1118)
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1136)
    at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1378)
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174)
    at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548)
    at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509)
    at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432)
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178)
    at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)
    at com.itko.activemq.command.ActiveMQObjectMessage.storeContent(ActiveMQObjectMessage.java:105)
    at com.itko.activemq.command.ActiveMQObjectMessage.setObject(ActiveMQObjectMessage.java:162)
    at com.itko.activemq.ActiveMQSession.createObjectMessage(ActiveMQSession.java:380)
    at com.itko.lisa.net.MessageHandler.makeObjectMessageSerialize(MessageHandler.java:204)
    at com.itko.lisa.net.MessageHandler.makeObjectMessage(MessageHandler.java:104)
    at com.itko.lisa.net.Transporter.enqueue(Transporter.java:338)
    at com.itko.lisa.net.Transporter.transport(Transporter.java:164)
    at com.itko.lisa.net.Transactor.transact(Transactor.java:68)
    at com.itko.lisa.net.ClientBase.transact(ClientBase.java:359)
    at com.itko.lisa.net.ClientBase.invokeMethod(ClientBase.java:269)
    at com.itko.lisa.net.SimulatorClient.initRun(SimulatorClient.java:104)
    at com.itko.lisa.coordinator.CoordinatorImpl.addSimulator(CoordinatorImpl.java:511)
    at com.itko.lisa.coordinator.CoordinatorImpl.addSimulator(CoordinatorImpl.java:465)
    at com.itko.lisa.coordinator.CoordinatorImpl.processAutoSimulator(CoordinatorImpl.java:556)
    at com.itko.lisa.coordinator.CoordinatorImpl.addSimulator(CoordinatorImpl.java:433)
    at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.itko.lisa.net.RemoteMethodExec.execute(RemoteMethodExec.java:57)
    at com.itko.lisa.net.ClientBase.invokeColocated(ClientBase.java:282)
    at com.itko.lisa.net.ClientBase.invokeMethod(ClientBase.java:266)
    at com.itko.lisa.net.TestCoordinatorClient.addSimulator(TestCoordinatorClient.java:103)
    at com.itko.lisa.coordinator.runpatterns.RunNTimesPattern.subInitRun(RunNTimesPattern.java:91)
    at com.itko.lisa.coordinator.runpatterns.LoadPattern.initRun(LoadPattern.java:131)
    at com.itko.lisa.coordinator.CoordinatorImpl.setupRunDoc(CoordinatorImpl.java:1358)
    at com.itko.lisa.coordinator.CoordinatorImpl.setTestCase(CoordinatorImpl.java:1417)
    at com.itko.lisa.coordinator.CoordinatorImpl.setTestCase(CoordinatorImpl.java:1481)
    at com.itko.lisa.coordinator.CoordinatorImpl.stageModelArchive(CoordinatorImpl.java:1239)
    at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.itko.lisa.net.RemoteMethodExec.execute(RemoteMethodExec.java:57)
    at com.itko.lisa.net.ServerRequestHandler.processRMIMessage(ServerRequestHandler.java:533)
    at com.itko.lisa.net.ServerRequestHandler.access$600(ServerRequestHandler.java:70)
    at com.itko.lisa.net.ServerRequestHandler$5.run(ServerRequestHandler.java:451)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    ============================================================================


    ----------------------------------------------------------------------------
    STACK TRACE


    ============================================================================
    | Exception:
    ============================================================================
    | Message: Error Initializing Run: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    ----------------------------------------------------------------------------
    | Trapped Exception: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    | Trapped Message: com.thoughtworks.xstream.converters.ConversionException: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    ----------------------------------------------------------------------------
    STACK TRACE
    com.thoughtworks.xstream.converters.ConversionException: No converter specified for class com.itko.lisa.esb.ibm.IBMMQStep
    ---- Debugging information ----
    -------------------------------
    at com.thoughtworks.xstream.core.DefaultConverterLookup.lookupConverterForType(DefaultConverterLookup.java:61)
    at com.thoughtworks.xstream.XStream$1.lookupConverterForType(XStream.java:498)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:48)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
    at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88)
    at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:64)
    at com.thoughtworks.xstream.converters.collections.CollectionConverter.marshal(CollectionConverter.java:74)
    at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
    at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:84)
    at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.marshallField(AbstractReflectionConverter.java:256)
    at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$2.writeField(AbstractReflectionConverter.java:232)
    at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$2.<init>(AbstractReflectionConverter.java:195)
    at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doMarshal(AbstractReflectionConverter.java:141)
    at com.itko.util.SerialBox$SerialBoxConverter.marshal(SerialBox.java:162)
    at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
    at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
    at com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82)
    at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:1043)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:1032)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:1005)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:992)
    at com.itko.util.SerialBox.<init>(SerialBox.java:110)
    at com.itko.lisa.test.TestCase.writeReplace(TestCase.java:1998)
    at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:1118)
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1136)
    at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1378)
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174)
    at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548)
    at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509)
    at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432)
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178)
    at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)
    at com.itko.activemq.command.ActiveMQObjectMessage.storeContent(ActiveMQObjectMessage.java:105)
    at com.itko.activemq.command.ActiveMQObjectMessage.setObject(ActiveMQObjectMessage.java:162)
    at com.itko.activemq.ActiveMQSession.createObjectMessage(ActiveMQSession.java:380)
    at com.itko.lisa.net.MessageHandler.makeObjectMessageSerialize(MessageHandler.java:204)
    at com.itko.lisa.net.MessageHandler.makeObjectMessage(MessageHandler.java:104)
    at com.itko.lisa.net.Transporter.enqueue(Transporter.java:338)
    at com.itko.lisa.net.Transporter.transport(Transporter.java:164)
    at com.itko.lisa.net.Transactor.transact(Transactor.java:68)
    at com.itko.lisa.net.ClientBase.transact(ClientBase.java:359)
    at com.itko.lisa.net.ClientBase.invokeMethod(ClientBase.java:269)
    at com.itko.lisa.net.SimulatorClient.initRun(SimulatorClient.java:104)
    at com.itko.lisa.coordinator.CoordinatorImpl.addSimulator(CoordinatorImpl.java:511)
    at com.itko.lisa.coordinator.CoordinatorImpl.addSimulator(CoordinatorImpl.java:465)
    at com.itko.lisa.coordinator.CoordinatorImpl.processAutoSimulator(CoordinatorImpl.java:556)
    at com.itko.lisa.coordinator.CoordinatorImpl.addSimulator(CoordinatorImpl.java:433)
    at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.itko.lisa.net.RemoteMethodExec.execute(RemoteMethodExec.java:57)
    at com.itko.lisa.net.ClientBase.invokeColocated(ClientBase.java:282)
    at com.itko.lisa.net.ClientBase.invokeMethod(ClientBase.java:266)
    at com.itko.lisa.net.TestCoordinatorClient.addSimulator(TestCoordinatorClient.java:103)
    at com.itko.lisa.coordinator.runpatterns.RunNTimesPattern.subInitRun(RunNTimesPattern.java:91)
    at com.itko.lisa.coordinator.runpatterns.LoadPattern.initRun(LoadPattern.java:131)
    at com.itko.lisa.coordinator.CoordinatorImpl.setupRunDoc(CoordinatorImpl.java:1358)
    at com.itko.lisa.coordinator.CoordinatorImpl.setTestCase(CoordinatorImpl.java:1417)
    at com.itko.lisa.coordinator.CoordinatorImpl.setTestCase(CoordinatorImpl.java:1481)
    at com.itko.lisa.coordinator.CoordinatorImpl.stageModelArchive(CoordinatorImpl.java:1239)
    at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.itko.lisa.net.RemoteMethodExec.execute(RemoteMethodExec.java:57)
    at com.itko.lisa.net.ServerRequestHandler.processRMIMessage(ServerRequestHandler.java:533)
    at com.itko.lisa.net.ServerRequestHandler.access$600(ServerRequestHandler.java:70)
    at com.itko.lisa.net.ServerRequestHandler$5.run(ServerRequestHandler.java:451)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    ============================================================================


    at com.itko.lisa.coordinator.CoordinatorImpl.setupRunDoc(CoordinatorImpl.java:1370)
    at com.itko.lisa.coordinator.CoordinatorImpl.setTestCase(CoordinatorImpl.java:1417)
    at com.itko.lisa.coordinator.CoordinatorImpl.setTestCase(CoordinatorImpl.java:1481)
    at com.itko.lisa.coordinator.CoordinatorImpl.stageModelArchive(CoordinatorImpl.java:1239)
    at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.itko.lisa.net.RemoteMethodExec.execute(RemoteMethodExec.java:57)
    at com.itko.lisa.net.ServerRequestHandler.processRMIMessage(ServerRequestHandler.java:533)
    at com.itko.lisa.net.ServerRequestHandler.access$600(ServerRequestHandler.java:70)
    at com.itko.lisa.net.ServerRequestHandler$5.run(ServerRequestHandler.java:451)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    ============================================================================


    at com.itko.lisa.coordinator.CoordinatorImpl.stageModelArchive(CoordinatorImpl.java:1255)
    at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.itko.lisa.net.RemoteMethodExec.execute(RemoteMethodExec.java:57)
    at com.itko.lisa.net.ServerRequestHandler.processRMIMessage(ServerRequestHandler.java:533)
    at com.itko.lisa.net.ServerRequestHandler.access$600(ServerRequestHandler.java:70)
    at com.itko.lisa.net.ServerRequestHandler$5.run(ServerRequestHandler.java:451)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)



  • 8.  Re: Error when staging the tests(.mari file)

    Posted Nov 01, 2018 09:55 AM

    My WorkStation version is 10.1 and Server version is 10.3.

     

    Does the version incompatibility causes the error?

     

    Thank you,

    Satish



  • 9.  Re: Error when staging the tests(.mari file)

    Broadcom Employee
    Posted Nov 01, 2018 10:19 AM

    Satish,

     

    You need to use a 10.3 Workstation to connect to a 10.3 Registry.  All DevTest components must be at the same level with the exception of the Enterprise Dashboard.  You can connect a 10.1 Registry to a 10.3. Enterprise Dashboard. You cannot connect a 10.3 Registry to a 10.1 Enterprise Dashboard.

     

    All these components must be at the same version:

    Registry, Portal, Broker, Coordinatpr, Simulator, VSE and Workstation.

     

    Please update your Workstation to be 10.3.0 and re-try your test.

     

    ~Marcy



  • 10.  Re: Error when staging the tests(.mari file)

    Posted Nov 05, 2018 04:24 AM

    I will update the workstation to 10.3 and try again.

     

    Thank you.



  • 11.  Re: Error when staging the tests(.mari file)

    Broadcom Employee
    Posted Nov 01, 2018 09:55 AM

    Are you using the Deprecated MQ step?  Can you try with the IBM MQ Native step?  Please upload the testcase? 



  • 12.  Re: Error when staging the tests(.mari file)

    Posted Nov 05, 2018 04:51 AM

    Yes, we are using the Deprecated MQ step.

    I will update the test script to use the Native step and let you know.

     

    Thank you.



  • 13.  Re: Error when staging the tests(.mari file)
    Best Answer

    Posted Nov 22, 2018 04:11 AM

    Update:

    This is working fine now after restarting all servers(Registry, Coordinator and Simulator servers).

     

    Many thanks for all your help.