Service Virtualization

 View Only
  • 1.  Error while creating virtual asset thru RR pair

    Posted Jul 15, 2020 05:29 AM
    Hi all ,
    I am trying to create a virtual service through the RR pair. This is for Odata services and hence REST / JSON. For the request file I added the below header before I could use it:
    POST /sap/opu/odata/SAP/ZPSDSP_JOBTOJOB_SRV;o=ECC_GW_T_1/JobToJobS HTTP/1.1
    accept: application/json
    x-csrf-token: QWP51PGOoEZxVvOc7XmKQg==
    X-Api-Key: 89ba4c3d-3373-40ad-8a46-aec33f944fae
    Content-Type: application/json
    Connection: Keep-Alive
    User-Agent: LISA

    I used the workstation and the portal to create the virtual service , however get the below error:

    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.LinkedList.checkElementIndex(LinkedList.java:555) at java.util.LinkedList.get(LinkedList.java:476) at com.itko.lisa.vse.stateful.protocol.http.Coordinator$TxnData.finish(Coordinator.java:1147) at com.itko.lisa.vse.stateful.protocol.http.Coordinator$TxnData.complete(Coordinator.java:1133) at com.itko.lisa.vse.stateful.protocol.http.Coordinator.completeAndGetTransaction(Coordinator.java:899) at com.itko.lisa.vse.stateful.protocol.http.HttpRRPairProcessor.handleFullFormat(HttpRRPairProcessor.java:100) at com.itko.lisa.vse.stateful.protocol.http.HttpRRPairProcessor.updateTransactionFromRequestResponsePair(HttpRRPairProcessor.java:76) at com.itko.lisa.vse.stateful.protocol.rrpairs.VSFromRRPairsTransportProtocol.updateTransactionFromDelegateTPH(VSFromRRPairsTransportProtocol.java:246) at com.itko.lisa.vse.stateful.protocol.rrpairs.VSFromRRPairsTransportProtocol.recordTransactionsFromRRTxns(VSFromRRPairsTransportProtocol.java:224) at com.itko.lisa.vse.stateful.protocol.rrpairs.VSFromRRPairsTransportProtocol.doImportOnPath(VSFromRRPairsTransportProtocol.java:200) at com.itko.lisa.vse.stateful.protocol.rrpairs.VSFromRRPairsTransportProtocol.doImport(VSFromRRPairsTransportProtocol.java:171) at com.itko.lisa.vse.stateful.protocol.rrpairs.VSFromRRPairsTransportProtocol.beginRecordProcess(VSFromRRPairsTransportProtocol.java:144) at com.itko.lisa.vse.stateful.protocol.TransportProtocol.startRecording(TransportProtocol.java:650) at com.itko.lisa.vse.stateful.recorder.RecordingPanel.startRecording(RecordingPanel.java:267) at com.itko.lisa.vse.stateful.recorder.RecordingPanel.activate(RecordingPanel.java:220) at com.itko.lisa.gui.WizardPanel.stateChange(WizardPanel.java:587) at com.itko.lisa.gui.WizardPanel.nextStep(WizardPanel.java:446) at com.itko.lisa.gui.WizardPanel.next(WizardPanel.java:435) at com.itko.lisa.gui.WizardPanel$7.actionPerformed(WizardPanel.java:343) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.Component.processMouseEvent(Component.java:6533) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6298) at java.awt.Container.processEvent(Container.java:2236) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2294) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466) at java.awt.Container.dispatchEventImpl(Container.java:2280) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.awt.EventQueue$4.run(EventQueue.java:729) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

    from portal the error message is :

    An error occurred performing the recording. ex=Index: 0, Size: 0

    I am not recording and using RR pair to perform the same. Not sure how to move forward. Kindly provide suggestions.


  • 2.  RE: Error while creating virtual asset thru RR pair
    Best Answer

    Posted Jul 15, 2020 06:07 AM
    Hi Anil,

    You will get a operation of "/sap/opu/odata/SAP/ZPSDSP_JOBTOJOB_SRV;o=ECC_GW_T_1/JobToJobS" if you use the above mssg.

    Thanks


    ------------------------------
    Regards,
    Vaibhav Jain
    Capgemini
    ------------------------------



  • 3.  RE: Error while creating virtual asset thru RR pair

    Posted Jul 15, 2020 07:20 AM

    Hi,

     

    The semi-colon character (;) is an reserved character within URL, and you can only use it unencoded in those parts of a URL where it is allowed. Now, I'm no expert on this particular specification and I wouldn't know if it is allowed where you put it, but I would try to import with the ; encoded

     

    Cheers,

    Danny

     

    ::DISCLAIMER::

    The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.