Service Virtualization

  • 1.  java.lang.NullPointerException

    Posted Aug 03, 2018 05:37 PM

    Good Afternoon CA community,

     

    I have an issue while i try to run a test case, using a special data handler for ISO8583 protocol, the version is 10.1.0.283.

     

    Edit: I am running it from the workstation, the OS is windows 7.

     

    Someone can give me, please, some basic troubleshooting steps for this kind of scenario?

     

    Thanks in advance and have a great weekend.

     

    ============================================================================
    | Exception:
    ============================================================================
    | Trapped Exception: null
    | Trapped Message: java.lang.NullPointerException
    ----------------------------------------------------------------------------
    STACK TRACE
    java.lang.NullPointerException
    at com.ca.iso8583.protocol.Bitmap.<init>(Bitmap.java:88)
    at com.ca.iso8583.protocol.ISOMessage.<init>(ISOMessage.java:25)
    at com.ca.iso8583.protocol.ISOMessage.<init>(ISOMessage.java:18)
    at com.ca.iso8583.steps.ISO8583RequestNode.execute(ISO8583RequestNode.java:37)
    at com.itko.lisa.test.TestNode.executeNode(TestNode.java:981)
    at com.itko.lisa.test.TestCase.execute(TestCase.java:1294)
    at com.itko.lisa.test.TestCase.execute(TestCase.java:1198)
    at com.itko.lisa.test.TestCase.executeNextNode(TestCase.java:1183)
    at com.itko.lisa.editor.WalkThruPanel.prepAndExecNode(WalkThruPanel.java:1085)
    at com.itko.lisa.editor.WalkThruPanel.access$900(WalkThruPanel.java:72)
    at com.itko.lisa.editor.WalkThruPanel$10.doCallback(WalkThruPanel.java:992)
    at com.itko.util.swing.panels.ProcessingDialog$2.run(ProcessingDialog.java:194)
    at java.lang.Thread.run(Thread.java:745)
    ============================================================================


    at com.ca.iso8583.steps.ISO8583RequestNode.execute(ISO8583RequestNode.java:73)
    at com.itko.lisa.test.TestNode.executeNode(TestNode.java:981)
    at com.itko.lisa.test.TestCase.execute(TestCase.java:1294)
    at com.itko.lisa.test.TestCase.execute(TestCase.java:1198)
    at com.itko.lisa.test.TestCase.executeNextNode(TestCase.java:1183)
    at com.itko.lisa.editor.WalkThruPanel.prepAndExecNode(WalkThruPanel.java:1085)
    at com.itko.lisa.editor.WalkThruPanel.access$900(WalkThruPanel.java:72)
    at com.itko.lisa.editor.WalkThruPanel$10.doCallback(WalkThruPanel.java:992)
    at com.itko.util.swing.panels.ProcessingDialog$2.run(ProcessingDialog.java:194)
    at java.lang.Thread.run(Thread.java:745)



  • 2.  Re: java.lang.NullPointerException

    Broadcom Employee
    Posted Aug 03, 2018 06:56 PM

    Not sure if you saw this post  SV for TCP with HEX Message 



  • 3.  Re: java.lang.NullPointerException

    Posted Aug 06, 2018 03:15 PM

    Given the package names (com.ca.iso8583.protocol / iso8583.steps...), are you certain this is not a customization specific to your environment? 



  • 4.  Re: java.lang.NullPointerException

    Posted Aug 06, 2018 05:56 PM

    Did you create this test case yourself or was it created during a CA Services engagement? Has this test case worked in the past? And would you be able to share your test case?