============================================================================ | Error in Script ============================================================================ | Step: Execute script (JSR-223) ---------------------------------------------------------------------------- | Message: bsh.TargetError: Sourced file: inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' : at Line: 3 : in file: inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' : strauthorization .length ( ) Target exception: java.lang.NullPointerException: Null Pointer in Method Invocation in inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' at line number 3 ---------------------------------------------------------------------------- | Trapped Exception: bsh.TargetError: Sourced file: inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' : at Line: 3 : in file: inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' : strauthorization .length ( ) Target exception: java.lang.NullPointerException: Null Pointer in Method Invocation in inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' at line number 3 | Trapped Message: javax.script.ScriptException: bsh.TargetError: Sourced file: inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' : at Line: 3 : in file: inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' : strauthorization .length ( ) Target exception: java.lang.NullPointerException: Null Pointer in Method Invocation in inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' at line number 3 ---------------------------------------------------------------------------- STACK TRACE javax.script.ScriptException: bsh.TargetError: Sourced file: inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' : at Line: 3 : in file: inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' : strauthorization .length ( ) Target exception: java.lang.NullPointerException: Null Pointer in Method Invocation in inline evaluation of: ``var strauthorization = testExec.getStateValue("Authorization_val"); strauthor . . . '' at line number 3 at bsh.BshScriptEngine.evalSource(BshScriptEngine.java:97) at bsh.BshScriptEngine.eval(BshScriptEngine.java:61) at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264) at com.itko.lisa.test.ScriptExecHandler.executeScript(ScriptExecHandler.java:674) at com.itko.lisa.test.ScriptExecHandler.executeScript(ScriptExecHandler.java:427) at com.itko.lisa.test.UserScriptNode._execute(UserScriptNode.java:210) at com.itko.lisa.test.UserScriptNode.execute(UserScriptNode.java:175) at com.itko.lisa.test.TestNode.executeNode(TestNode.java:995) at com.itko.lisa.test.TestCase.execute(TestCase.java:1297) at com.itko.lisa.test.TestCase.execute(TestCase.java:1198) at com.itko.lisa.test.TestCase.executeNextNode(TestCase.java:1183) at com.itko.lisa.test.TestCase.executeTest(TestCase.java:1124) at com.itko.lisa.coordinator.Instance.run(Instance.java:208) Caused by: java.lang.NullPointerException: Null Pointer in Method Invocation at bsh.Name.invokeMethod(Name.java:844) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.BSHArguments.getArguments(BSHArguments.java:65) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.BSHAssignment.eval(BSHAssignment.java:77) at bsh.Interpreter.eval(Interpreter.java:664) at bsh.Interpreter.eval(Interpreter.java:758) at bsh.Interpreter.eval(Interpreter.java:747) at bsh.BshScriptEngine.evalSource(BshScriptEngine.java:89) ... 12 more ============================================================================