Script error in performance test

Posted by viji1188 on
URL: http://ngrinder.373.s1.nabble.com/Script-error-in-performance-test-tp90.html

I have nGrinder controller version 3.0.4, nGrinder agent version 3.0.3 and Apache Tomcat Version 6.0.36.
I receive a SCRIPT_ERROR on running a performance test in nGrinder.
A Default script was generated on performing performance test for "http://www.google.com" which is as follows:

from net.grinder.script.Grinder import grinder
from net.grinder.script import Test
from net.grinder.plugin.http import HTTPRequest

test1 = Test(1, "Test1")
request1 = test1.wrap(HTTPRequest())

class TestRunner:
        def __call__(self):
                grinder.statistics.delayReports=True
               
                result = request1.GET("http://www.google.com")
               
                if result.getStatusCode() == 200 :
                        grinder.statistics.forLastTest.success = 1
                else :
                        grinder.statistics.forLastTest.success = 0

What's the script error in the above code?

The nGrinder log file consisted of following error:

12:02:18 INFO  SingleConsole.java:1064 :  Sampling is started
12:02:21 ERROR PerfTestRunnable.java:393 :  Abnormal test 6 by SCRIPT_ERROR
12:02:23 ERROR PerfTestRunnable.java:445 :  Terminate 6
12:02:23 INFO  PerfTestService.java:1029 :  Total Statistics for test 6  is {}
12:02:23 INFO  SingleConsole.java:1080 :  Sampling is stopped
12:02:23 INFO  PerfTestRunnable.java:360 :  remove monitors on

[org.ngrinder.agent.model.AgentInfo@e8ed8a[ip=www.google.com,port=13243,agentIdentity=<null>,hostName=,status=<null>,region=<null>

,approved=false,id=<null>]] for perftest 6
12:02:23 ERROR MonitorAgentService.java:73 :  Error occurs while remove monitor for www.google.com
12:02:24 ERROR PerfTestService.java:776 :  Report data for 6 in TPS does not exisit.
12:02:24 ERROR PerfTestService.java:819 :  Report data for 6 in TPS does not exisit.