You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by ex...@nokia.com on 2008/12/22 09:26:13 UTC

java.lang.OutOfMemoryError: Java heap space


Hi 

Im using jmeter for loadtesting  with 30 threads in 3 requests , and my
server is tomcat 6.0x , tomcat is working for 10 min fine , after that
it    

Im getting  java.lang.OutOfMemoryError  from jmeter log file , Im using
datasource connection and my connection pool settings in the  

tomcat server I defined are 


  <Resource name="jdbc/TestDB" auth="Container"
type="javax.sql.DataSource"
               maxActive="-1" maxIdle="-1" maxWait="-1"
               username="root" password="satyam"
driverClassName="com.mysql.jdbc.Driver"
 
url="jdbc:mysql://localhost:3306/extravert?autoReconnect=true"/>

And here is my tomcat thread settings in server.xml 


    <Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"  
	   redirectPort="8443"  maxHttpHeaderSize="8192"
maxProcessors="150" 
	   maxThreads="150" minSpareThreads="25" maxSpareThreads="75" 
	   enableLookups="false" acceptCount="150"
disableUploadTimeout="true" />

And here is my jmeter log file display , so can somebody please help me
how can I use  tomcat  effectively , and to  aviod this kind of errors 
 


2008/12/22 12:35:02 INFO  - jmeter.util.JMeterUtils: Setting Locale to
en_US 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loading user properties from:
C:\Documents and
Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
.2\bin\user.properties 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loading system properties
from: C:\Documents and
Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
.2\bin\system.properties 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: Copyright (c) 1998-2008 The
Apache Software Foundation 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: Version 2.3.2 r665936 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: java.version=1.5.0_15 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
Client VM 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.name=Windows XP 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.arch=x86 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.version=5.1 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: file.encoding=Cp1252 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: Default Locale=English
(United States) 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: JMeter  Locale=English
(United States) 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: JMeterHome=C:\Documents and
Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
.2 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: user.dir  =C:\Documents and
Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
.2\bin 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: PWD       =C:\Documents and
Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
.2\bin 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: IP: 10.225.146.148 Name:
2INL02785 FullName: 2INL02785.NOE.Nokia.com 
2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties 
2008/12/22 12:35:05 INFO  - jmeter.engine.util.CompoundVariable: Note:
Function class names must contain the string: '.functions.' 
2008/12/22 12:35:05 INFO  - jmeter.engine.util.CompoundVariable: Note:
Function class names must not contain the string: '.gui.' 
2008/12/22 12:35:06 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Cannot find .className
property for htmlParser, using default 
2008/12/22 12:35:06 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/html is  
2008/12/22 12:35:06 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
application/xhtml+xml is  
2008/12/22 12:35:06 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xml
is  
2008/12/22 12:35:06 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/xml is  
2008/12/22 12:35:06 INFO  -
jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
text/vnd.wap.wml is
org.apache.jmeter.protocol.http.parser.RegexpHTMLParser 
2008/12/22 12:35:06 INFO  - jmeter.gui.util.MenuFactory: Skipping
org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui 
2008/12/22 12:35:06 INFO  - jmeter.gui.util.MenuFactory: Skipping
org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui 
2008/12/22 12:35:06 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Maximum connection retries = 10 
2008/12/22 12:35:06 WARN  - jmeter.gui.util.MenuFactory: Missing jar?
Could not create org.apache.jmeter.visualizers.MailerVisualizer.
java.lang.NoClassDefFoundError: javax/mail/MessagingException 
2008/12/22 12:35:06 INFO  - jmeter.samplers.SampleResult: Note: Sample
TimeStamps are START times 
2008/12/22 12:35:06 INFO  - jmeter.samplers.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1 
2008/12/22 12:35:23 INFO  - jmeter.gui.action.Load: Merging file:
C:\Documents and Settings\narsredd\Desktop\load testing\testplan
19-12-2008\Thread Group.jmx 
2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Testplan (JMX)
version: 2.2. Testlog (JTL) version: 2.2 
2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
properties file encoding UTF-8 
2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
properties file version 661482 
2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
properties version 2.1 
2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: All converter
versions present and correct 
2008/12/22 12:35:24 INFO  - jmeter.protocol.http.sampler.HTTPSampler2:
Local host = 2INL02785 
2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine:
Listeners will be started after enabling running version 
2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: To
revert to the earlier behaviour, define
jmeterengine.startlistenerslater=false 
2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Running
the test! 
2008/12/22 12:35:32 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*) 
2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting
30 threads for group Thread Group. Ramp up = 1. 
2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Continue
on error 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread:
jmeterthread.startearlier=true (see jmeter.properties) 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Running
PostProcessors in forward order 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-1 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-2 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-3 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-4 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-5 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-6 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-7 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-8 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-9 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-10 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-11 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-12 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-13 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-14 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-15 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-16 started 
2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-17 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-18 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-19 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-20 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-21 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-22 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-23 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-24 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-25 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-26 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-27 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-28 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-29 started 
2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-30 started 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:44 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:45 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:46 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: I/O exception
(java.net.ConnectException) caught when processing request: Connection
refused: connect 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:35:47 INFO  -
org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-20 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-18 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-12 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-6 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-9 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-27 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-16 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-8 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-15 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-19 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-23 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-26 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-17 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-22 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-1 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-30 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-3 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-4 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-5 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-10 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-11 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-24 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-25 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-7 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-2 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-29 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-21 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-13 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-14 
2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
Group 1-28 
2008/12/22 12:36:11 INFO  - jmeter.engine.StandardJMeterEngine: Thread
won't die: Thread Group 1-20 
2008/12/22 12:36:16 INFO  - jmeter.engine.StandardJMeterEngine: Thread
won't die: Thread Group 1-18 
2008/12/22 12:36:21 INFO  - jmeter.engine.StandardJMeterEngine: Thread
won't die: Thread Group 1-12 
2008/12/22 12:36:26 INFO  - jmeter.engine.StandardJMeterEngine: Thread
won't die: Thread Group 1-6 
2008/12/22 12:36:30 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:30 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:30 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:30 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-9 is done 
2008/12/22 12:36:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-9 
2008/12/22 12:36:30 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-28 is done 
2008/12/22 12:36:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-28 
2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-2 is done 
2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-2 
2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-4 is done 
2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-4 
2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-13 is done 
2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-13 
2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-20 is done 
2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-20 
2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-25 is done 
2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-25 
2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-30 is done 
2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-30 
2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-29 is done 
2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-29 
2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-22 is done 
2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-22 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-27 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-27 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-23 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-23 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-3 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-3 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-26 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-26 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-6 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-6 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-21 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-21 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-14 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-14 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-11 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-11 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-24 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-24 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-18 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-18 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-19 is done 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-1 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-19 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-5 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-1 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-5 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-7 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-7 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-8 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-8 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-10 is done 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-15 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-10 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-12 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-15 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-12 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-16 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-16 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
Cause: java.io.IOException: Server returned HTTP response code: 500 for
URL:
http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
53067&longitude=23.0053&size=2 
2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Error Response Code: 500 
2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-17 is done 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-17 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine:
Notifying test listeners of end of test 
2008/12/22 12:36:32 INFO  - jmeter.services.FileServer: Default
base=C:\Documents and
Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
.2\bin 
2008/12/22 12:36:32 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*) 
2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended 
2008/12/22 12:36:55 INFO  - jmeter.engine.StandardJMeterEngine: Running
the test! 
2008/12/22 12:36:55 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*) 
2008/12/22 12:36:56 INFO  - jmeter.engine.StandardJMeterEngine: Starting
30 threads for group Thread Group. Ramp up = 1. 
2008/12/22 12:36:56 INFO  - jmeter.engine.StandardJMeterEngine: Continue
on error 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-1 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-2 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-3 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-4 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-5 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-6 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-7 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-8 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-9 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-10 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-11 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-12 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-13 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-14 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-15 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-16 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-17 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-18 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-19 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-20 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-21 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-22 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-23 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-24 started 
2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-25 started 
2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-26 started 
2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-27 started 
2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-28 started 
2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-29 started 
2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-30 started 
2008/12/22 12:46:56 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 	at
java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
PSamplerBase.java:1614) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
pler.java:253) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
ava:463) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:1021) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:1007) 	at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
at java.lang.Thread.run(Thread.java:595) 
2008/12/22 12:46:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-21 is done 
2008/12/22 12:46:56 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-21 
2008/12/22 12:46:58 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 	at
java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
PSamplerBase.java:1614) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
pler.java:253) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
ava:463) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:1021) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:1007) 	at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
at java.lang.Thread.run(Thread.java:595) 
2008/12/22 12:46:58 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-28 is done 
2008/12/22 12:46:58 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-28 
2008/12/22 12:46:59 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 	at
java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
PSamplerBase.java:1614) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
pler.java:253) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
ava:463) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:1021) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:1007) 	at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
at java.lang.Thread.run(Thread.java:595) 
2008/12/22 12:46:59 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 	at
java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
PSamplerBase.java:1614) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
pler.java:253) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
ava:463) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:1021) 	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
erBase.java:1007) 	at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
at java.lang.Thread.run(Thread.java:595) 
2008/12/22 12:47:00 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:00 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:01 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-25 is done 
2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-23 is done 
2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-26 is done 
2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-30 is done 
2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-29 is done 
2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-25 
2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-23 
2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-26 
2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-30 
2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-29 
2008/12/22 12:47:02 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:02 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-27 is done 
2008/12/22 12:47:02 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-27 
2008/12/22 12:47:03 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:03 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-3 is done 
2008/12/22 12:47:03 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-3 
2008/12/22 12:47:04 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:04 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-6 is done 
2008/12/22 12:47:04 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-6 
2008/12/22 12:47:04 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:04 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-7 is done 
2008/12/22 12:47:04 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-7 
2008/12/22 12:47:05 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:05 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:05 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-4 is done 
2008/12/22 12:47:05 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-10 is done 
2008/12/22 12:47:05 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-10 
2008/12/22 12:47:05 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-4 
2008/12/22 12:47:06 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:06 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-5 is done 
2008/12/22 12:47:06 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-5 
2008/12/22 12:47:08 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:08 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-2 is done 
2008/12/22 12:47:08 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-2 
2008/12/22 12:47:09 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-11 is done 
2008/12/22 12:47:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-11 
2008/12/22 12:47:09 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-8 is done 
2008/12/22 12:47:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-8 
2008/12/22 12:47:11 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:11 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-12 is done 
2008/12/22 12:47:11 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-12 
2008/12/22 12:47:11 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:11 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-9 is done 
2008/12/22 12:47:11 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-9 
2008/12/22 12:47:12 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:12 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:12 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-16 is done 
2008/12/22 12:47:12 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-17 is done 
2008/12/22 12:47:12 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-16 
2008/12/22 12:47:12 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-17 
2008/12/22 12:47:13 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:13 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:13 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-19 is done 
2008/12/22 12:47:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-19 
2008/12/22 12:47:13 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-13 is done 
2008/12/22 12:47:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-13 
2008/12/22 12:47:15 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:15 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-15 is done 
2008/12/22 12:47:15 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-15 
2008/12/22 12:47:16 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:16 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-22 is done 
2008/12/22 12:47:16 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-22 
2008/12/22 12:47:16 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:16 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-14 is done 
2008/12/22 12:47:16 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-14 
2008/12/22 12:47:17 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:17 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-24 is done 
2008/12/22 12:47:17 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-24 
2008/12/22 12:47:17 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:17 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-20 is done 
2008/12/22 12:47:17 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-20 
2008/12/22 12:47:25 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:25 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-1 is done 
2008/12/22 12:47:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-1 
2008/12/22 12:47:31 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space 
2008/12/22 12:47:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
Group 1-18 is done 
2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-18 
2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test 
2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine:
Notifying test listeners of end of test 
2008/12/22 12:47:31 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*) 
2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended 



Thanks and Regards

Narsi Reddy CH  

Re: java.lang.OutOfMemoryError: Java heap space

Posted by sony6317 <sg...@gmail.com>.
Go to jmeter bin directory, open jmeter batch file and edit the line

set heap size like below settings and give a try.

set HEAP=-Xms512m -Xmx1024m
set NEW=-XX:NewSize=256m -XX:MaxNewSize=512m

Sony


ext-narsi.reddy wrote:
> 
> 
> 
> Hi 
> 
> Im using jmeter for loadtesting  with 30 threads in 3 requests , and my
> server is tomcat 6.0x , tomcat is working for 10 min fine , after that
> it    
> 
> Im getting  java.lang.OutOfMemoryError  from jmeter log file , Im using
> datasource connection and my connection pool settings in the  
> 
> tomcat server I defined are 
> 
> 
>   <Resource name="jdbc/TestDB" auth="Container"
> type="javax.sql.DataSource"
>                maxActive="-1" maxIdle="-1" maxWait="-1"
>                username="root" password="satyam"
> driverClassName="com.mysql.jdbc.Driver"
>  
> url="jdbc:mysql://localhost:3306/extravert?autoReconnect=true"/>
> 
> And here is my tomcat thread settings in server.xml 
> 
> 
>     <Connector port="8080" protocol="HTTP/1.1"
> connectionTimeout="20000"  
> 	   redirectPort="8443"  maxHttpHeaderSize="8192"
> maxProcessors="150" 
> 	   maxThreads="150" minSpareThreads="25" maxSpareThreads="75" 
> 	   enableLookups="false" acceptCount="150"
> disableUploadTimeout="true" />
> 
> And here is my jmeter log file display , so can somebody please help me
> how can I use  tomcat  effectively , and to  aviod this kind of errors 
>  
> 
> 
> 2008/12/22 12:35:02 INFO  - jmeter.util.JMeterUtils: Setting Locale to
> en_US 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loading user properties from:
> C:\Documents and
> Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
> .2\bin\user.properties 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loading system properties
> from: C:\Documents and
> Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
> .2\bin\system.properties 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: Copyright (c) 1998-2008 The
> Apache Software Foundation 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: Version 2.3.2 r665936 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: java.version=1.5.0_15 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
> Client VM 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.name=Windows XP 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.arch=x86 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.version=5.1 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: file.encoding=Cp1252 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: Default Locale=English
> (United States) 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: JMeter  Locale=English
> (United States) 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: JMeterHome=C:\Documents and
> Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
> .2 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: user.dir  =C:\Documents and
> Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
> .2\bin 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: PWD       =C:\Documents and
> Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
> .2\bin 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: IP: 10.225.146.148 Name:
> 2INL02785 FullName: 2INL02785.NOE.Nokia.com 
> 2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loaded icon properties from
> org/apache/jmeter/images/icon.properties 
> 2008/12/22 12:35:05 INFO  - jmeter.engine.util.CompoundVariable: Note:
> Function class names must contain the string: '.functions.' 
> 2008/12/22 12:35:05 INFO  - jmeter.engine.util.CompoundVariable: Note:
> Function class names must not contain the string: '.gui.' 
> 2008/12/22 12:35:06 INFO  -
> jmeter.protocol.http.sampler.HTTPSamplerBase: Cannot find .className
> property for htmlParser, using default 
> 2008/12/22 12:35:06 INFO  -
> jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/html is  
> 2008/12/22 12:35:06 INFO  -
> jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
> application/xhtml+xml is  
> 2008/12/22 12:35:06 INFO  -
> jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xml
> is  
> 2008/12/22 12:35:06 INFO  -
> jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/xml is  
> 2008/12/22 12:35:06 INFO  -
> jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
> text/vnd.wap.wml is
> org.apache.jmeter.protocol.http.parser.RegexpHTMLParser 
> 2008/12/22 12:35:06 INFO  - jmeter.gui.util.MenuFactory: Skipping
> org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui 
> 2008/12/22 12:35:06 INFO  - jmeter.gui.util.MenuFactory: Skipping
> org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui 
> 2008/12/22 12:35:06 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Maximum connection retries = 10 
> 2008/12/22 12:35:06 WARN  - jmeter.gui.util.MenuFactory: Missing jar?
> Could not create org.apache.jmeter.visualizers.MailerVisualizer.
> java.lang.NoClassDefFoundError: javax/mail/MessagingException 
> 2008/12/22 12:35:06 INFO  - jmeter.samplers.SampleResult: Note: Sample
> TimeStamps are START times 
> 2008/12/22 12:35:06 INFO  - jmeter.samplers.SampleResult:
> sampleresult.default.encoding is set to ISO-8859-1 
> 2008/12/22 12:35:23 INFO  - jmeter.gui.action.Load: Merging file:
> C:\Documents and Settings\narsredd\Desktop\load testing\testplan
> 19-12-2008\Thread Group.jmx 
> 2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Testplan (JMX)
> version: 2.2. Testlog (JTL) version: 2.2 
> 2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
> properties file encoding UTF-8 
> 2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
> properties file version 661482 
> 2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
> properties version 2.1 
> 2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: All converter
> versions present and correct 
> 2008/12/22 12:35:24 INFO  - jmeter.protocol.http.sampler.HTTPSampler2:
> Local host = 2INL02785 
> 2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine:
> Listeners will be started after enabling running version 
> 2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: To
> revert to the earlier behaviour, define
> jmeterengine.startlistenerslater=false 
> 2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the test! 
> 2008/12/22 12:35:32 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*) 
> 2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 30 threads for group Thread Group. Ramp up = 1. 
> 2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Continue
> on error 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread:
> jmeterthread.startearlier=true (see jmeter.properties) 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Running
> PostProcessors in forward order 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-1 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-2 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-3 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-4 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-5 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-6 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-7 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-8 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-9 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-10 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-11 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-12 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-13 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-14 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-15 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-16 started 
> 2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-17 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-18 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-19 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-20 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-21 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-22 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-23 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-24 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-25 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-26 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-27 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-28 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-29 started 
> 2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-30 started 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:44 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:45 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:46 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: I/O exception
> (java.net.ConnectException) caught when processing request: Connection
> refused: connect 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:35:47 INFO  -
> org.apache.commons.httpclient.HttpMethodDirector: Retrying request 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-20 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-18 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-12 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-6 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-9 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-27 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-16 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-8 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-15 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-19 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-23 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-26 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-17 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-22 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-1 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-30 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-3 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-4 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-5 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-10 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-11 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-24 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-25 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-7 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-2 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-29 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-21 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-13 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-14 
> 2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
> Group 1-28 
> 2008/12/22 12:36:11 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> won't die: Thread Group 1-20 
> 2008/12/22 12:36:16 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> won't die: Thread Group 1-18 
> 2008/12/22 12:36:21 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> won't die: Thread Group 1-12 
> 2008/12/22 12:36:26 INFO  - jmeter.engine.StandardJMeterEngine: Thread
> won't die: Thread Group 1-6 
> 2008/12/22 12:36:30 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:30 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:30 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:30 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-9 is done 
> 2008/12/22 12:36:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-9 
> 2008/12/22 12:36:30 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-28 is done 
> 2008/12/22 12:36:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-28 
> 2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-2 is done 
> 2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-2 
> 2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-4 is done 
> 2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-4 
> 2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-13 is done 
> 2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-13 
> 2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-20 is done 
> 2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-20 
> 2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-25 is done 
> 2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-25 
> 2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-30 is done 
> 2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-30 
> 2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-29 is done 
> 2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-29 
> 2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-22 is done 
> 2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-22 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-27 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-27 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-23 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-23 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-3 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-3 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-26 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-26 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-6 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-6 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-21 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-21 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-14 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-14 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-11 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-11 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-24 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-24 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-18 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-18 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-19 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-1 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-19 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-5 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-1 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-5 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-7 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-7 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-8 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-8 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-10 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-15 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-10 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-12 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-15 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-12 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-16 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-16 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> readResponse: java.io.IOException: Server returned HTTP response code:
> 500 for URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
> Cause: java.io.IOException: Server returned HTTP response code: 500 for
> URL:
> http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
> 53067&longitude=23.0053&size=2 
> 2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Error Response Code: 500 
> 2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-17 is done 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-17 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine:
> Notifying test listeners of end of test 
> 2008/12/22 12:36:32 INFO  - jmeter.services.FileServer: Default
> base=C:\Documents and
> Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
> .2\bin 
> 2008/12/22 12:36:32 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*) 
> 2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended 
> 2008/12/22 12:36:55 INFO  - jmeter.engine.StandardJMeterEngine: Running
> the test! 
> 2008/12/22 12:36:55 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*) 
> 2008/12/22 12:36:56 INFO  - jmeter.engine.StandardJMeterEngine: Starting
> 30 threads for group Thread Group. Ramp up = 1. 
> 2008/12/22 12:36:56 INFO  - jmeter.engine.StandardJMeterEngine: Continue
> on error 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-1 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-2 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-3 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-4 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-5 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-6 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-7 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-8 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-9 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-10 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-11 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-12 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-13 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-14 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-15 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-16 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-17 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-18 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-19 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-20 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-21 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-22 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-23 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-24 started 
> 2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-25 started 
> 2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-26 started 
> 2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-27 started 
> 2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-28 started 
> 2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-29 started 
> 2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-30 started 
> 2008/12/22 12:46:56 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 	at
> java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
> ) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
> PSamplerBase.java:1614) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
> pler.java:253) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
> ava:463) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:1021) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:1007) 	at
> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
> at java.lang.Thread.run(Thread.java:595) 
> 2008/12/22 12:46:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-21 is done 
> 2008/12/22 12:46:56 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-21 
> 2008/12/22 12:46:58 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 	at
> java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
> ) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
> PSamplerBase.java:1614) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
> pler.java:253) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
> ava:463) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:1021) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:1007) 	at
> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
> at java.lang.Thread.run(Thread.java:595) 
> 2008/12/22 12:46:58 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-28 is done 
> 2008/12/22 12:46:58 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-28 
> 2008/12/22 12:46:59 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 	at
> java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
> ) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
> PSamplerBase.java:1614) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
> pler.java:253) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
> ava:463) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:1021) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:1007) 	at
> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
> at java.lang.Thread.run(Thread.java:595) 
> 2008/12/22 12:46:59 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 	at
> java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
> ) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
> PSamplerBase.java:1614) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
> pler.java:253) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
> ava:463) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:1021) 	at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:1007) 	at
> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
> at java.lang.Thread.run(Thread.java:595) 
> 2008/12/22 12:47:00 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:00 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:01 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-25 is done 
> 2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-23 is done 
> 2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-26 is done 
> 2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-30 is done 
> 2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-29 is done 
> 2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-25 
> 2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-23 
> 2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-26 
> 2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-30 
> 2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-29 
> 2008/12/22 12:47:02 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:02 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-27 is done 
> 2008/12/22 12:47:02 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-27 
> 2008/12/22 12:47:03 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:03 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-3 is done 
> 2008/12/22 12:47:03 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-3 
> 2008/12/22 12:47:04 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:04 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-6 is done 
> 2008/12/22 12:47:04 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-6 
> 2008/12/22 12:47:04 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:04 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-7 is done 
> 2008/12/22 12:47:04 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-7 
> 2008/12/22 12:47:05 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:05 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:05 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-4 is done 
> 2008/12/22 12:47:05 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-10 is done 
> 2008/12/22 12:47:05 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-10 
> 2008/12/22 12:47:05 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-4 
> 2008/12/22 12:47:06 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:06 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-5 is done 
> 2008/12/22 12:47:06 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-5 
> 2008/12/22 12:47:08 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:08 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-2 is done 
> 2008/12/22 12:47:08 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-2 
> 2008/12/22 12:47:09 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-11 is done 
> 2008/12/22 12:47:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-11 
> 2008/12/22 12:47:09 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-8 is done 
> 2008/12/22 12:47:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-8 
> 2008/12/22 12:47:11 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:11 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-12 is done 
> 2008/12/22 12:47:11 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-12 
> 2008/12/22 12:47:11 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:11 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-9 is done 
> 2008/12/22 12:47:11 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-9 
> 2008/12/22 12:47:12 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:12 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:12 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-16 is done 
> 2008/12/22 12:47:12 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-17 is done 
> 2008/12/22 12:47:12 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-16 
> 2008/12/22 12:47:12 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-17 
> 2008/12/22 12:47:13 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:13 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:13 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-19 is done 
> 2008/12/22 12:47:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-19 
> 2008/12/22 12:47:13 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-13 is done 
> 2008/12/22 12:47:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-13 
> 2008/12/22 12:47:15 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:15 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-15 is done 
> 2008/12/22 12:47:15 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-15 
> 2008/12/22 12:47:16 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:16 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-22 is done 
> 2008/12/22 12:47:16 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-22 
> 2008/12/22 12:47:16 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:16 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-14 is done 
> 2008/12/22 12:47:16 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-14 
> 2008/12/22 12:47:17 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:17 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-24 is done 
> 2008/12/22 12:47:17 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-24 
> 2008/12/22 12:47:17 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:17 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-20 is done 
> 2008/12/22 12:47:17 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-20 
> 2008/12/22 12:47:25 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:25 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-1 is done 
> 2008/12/22 12:47:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-1 
> 2008/12/22 12:47:31 ERROR - jmeter.threads.JMeterThread: Test failed!
> java.lang.OutOfMemoryError: Java heap space 
> 2008/12/22 12:47:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group 1-18 is done 
> 2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-18 
> 2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test 
> 2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine:
> Notifying test listeners of end of test 
> 2008/12/22 12:47:31 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*) 
> 2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended 
> 
> 
> 
> Thanks and Regards
> 
> Narsi Reddy CH  
> 
> 

-- 
View this message in context: http://www.nabble.com/java.lang.OutOfMemoryError%3A-Java-heap-space-tp21124257p21156335.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: java.lang.OutOfMemoryError: Java heap space

Posted by sebb <se...@gmail.com>.
On 26/12/2008, ext-narsi.reddy@nokia.com <ex...@nokia.com> wrote:
>
>
>  Hi all
>
>  Thanks for ur replies to my query ,
>
>
>
>  >did you set ratio of "ramp up time and user that log in" correctly?
>  >may the systems flood with transaction and cannot handle all
>  >of connection.
>
>  Hi topan
>
>
> I did not set any  "ramp up time and user that log in"  anyway I will do
>  that , But the problem is
>  my jmeter not at all working for even  one set of result for three
>  requests , now the  tomcat server
>  itself is displaying lot of errors ,  can u please look at the error
>  below and if any suggestions
>  Are there please let me know
>
>

These appear to be Tomcat errors -  please ask on the Tomcat user list.

>
>  Dec 26, 2008 12:06:31 PM org.apache.catalina.core.StandardWrapperValve
>  invoke
>  SEVERE: Servlet.service() for servlet WebAPI threw exception
>
> java.lang.OutOfMemoryError: Java heap space
>
> Dec 26, 2008 12:06:36 PM org.apache.catalina.core.StandardWrapperValve
>  invoke
>  SEVERE: Servlet.service() for servlet WebAPI threw exception
>
> java.lang.OutOfMemoryError: Java heap space
>
> datasource connection
>  jdbc:mysql://localhost:3306/extravert?autoReconnect=true,
>  UserName=root@localhost, MySQL-AB JDBC Driver
>  im min post method
>   im in users block of getpost methos
>  im min post method
>   im in users block of getpost methos
>  Dec 26, 2008 12:06:44 PM org.apache.catalina.core.StandardWrapperValve
>  invoke
>  SEVERE: Servlet.service() for servlet WebAPI threw exception
>
> java.lang.OutOfMemoryError: Java heap space
>
> Dec 26, 2008 12:06:44 PM org.apache.catalina.core.StandardWrapperValve
>  invoke
>  SEVERE: Servlet.service() for servlet WebAPI threw exception
>
> java.lang.OutOfMemoryError: Java heap space
>
> Exception in thread
>  "ContainerBackgroundProcessor[StandardEngine[Catalina]]"
>
> java.lang.OutOfMemoryError: Java heap space
>
> Dec 26, 2008 12:06:49 PM org.apache.catalina.core.StandardWrapperValve
>  invoke
>  SEVERE: Servlet.service() for servlet WebAPI threw exception
>
> java.lang.OutOfMemoryError: Java heap space
>
> im min post method
>  im min post method
>   im in users block of getpost methos
>   im in users block of getpost methos
>  Dec 26, 2008 12:06:53 PM org.apache.catalina.core.StandardWrapperValve
>  invoke
>  SEVERE: Servlet.service() for servlet WebAPI threw exception
>
> java.lang.OutOfMemoryError: Java heap space
>
> im min post method
>   im in users block of getpost methos
>  datasource connection
>  jdbc:mysql://localhost:3306/extravert?autoReconnect=true,
>  UserName=root@localhost, MySQL-AB JDBC Driver
>  im min post method
>   im in users block of getpost methos
>  Dec 26, 2008 12:07:02 PM org.apache.catalina.core.StandardWrapperValve
>  invoke
>  SEVERE: Servlet.service() for servlet WebAPI threw exception
>
> java.lang.OutOfMemoryError: Java heap space
>
> Dec 26, 2008 12:07:02 PM org.apache.catalina.core.StandardWrapperValve
>  invoke
>  SEVERE: Servlet.service() for servlet WebAPI threw exception
>
> java.lang.OutOfMemoryError: Java heap space
>
>
>
>
>
>
> Thanks and Regards
>
>   Narsi Reddy CH
>
>
>
>
>  >-----Original Message-----
>  >From: ext topans7 [mailto:taufan.sangga@lhsystems.co.id]
>
> >Sent: Wednesday, December 24, 2008 7:09 AM
>  >To: jmeter-user@jakarta.apache.org
>
> >Subject: RE: java.lang.OutOfMemoryError: Java heap space
>  >
>  >
>  >
>  >>some times the server status is displaying dead state and immediately
>  >>to healthy stage after some succefull healthy state
>  >
>  >did you set ratio of "ramp up time and user that log in" correctly?
>  >may the systems flood with transaction and cannot handle all
>  >of connection.
>  >
>  >>Hi topan can you  explain some more about Minimem , I never
>  >listen this
>  >>, so u mean that I need three softwares to install the above
>  >setup to
>  >>cut the RAM memory  ????
>  >
>  >Minimen just swap memory in RAM to paging file. It's better
>  >than any memory management programs I ever tried. I think,
>  >that ensure your test system not run out of memory and prevent
>  >to shut down it self. Set it to optimize automaticaly for
>  >every 5 second.
>  >
>  >>Basically what im doing is im tring to setup a server , which can
>  >>handle minimum 50 users , my server machine has 2GB memory
>  >and my local
>  >>machine also has 2 GB memory  , right now im checking with
>  >jmeter 2.3.2
>  >>in my local machine,
>  >
>  >I set up my application in server with 2GB memory too. I used
>  >notebook with 2GB memory and use wireless connection. It can
>  >run for 100 users make transaction and 50 users random click
>  >(simulate user just looking around) with "loop forever"
>  >concurrently. it show no problem.
>  >
>  >Any suggestion Sebb?
>  >
>  >--
>  >View this message in context:
>  >http://www.nabble.com/java.lang.OutOfMemoryError%3A-Java-heap-s
>  >pace-tp21124257p21154071.html
>  >Sent from the JMeter - User mailing list archive at Nabble.com.
>  >
>  >
>  >---------------------------------------------------------------------
>  >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: java.lang.OutOfMemoryError: Java heap space

Posted by ex...@nokia.com.

Hi all 

Thanks for ur replies to my query ,


>did you set ratio of "ramp up time and user that log in" correctly?
>may the systems flood with transaction and cannot handle all 
>of connection.

Hi topan 

I did not set any  "ramp up time and user that log in"  anyway I will do
that , But the problem is 
my jmeter not at all working for even  one set of result for three
requests , now the  tomcat server
itself is displaying lot of errors ,  can u please look at the error
below and if any suggestions 
Are there please let me know 



Dec 26, 2008 12:06:31 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet WebAPI threw exception
java.lang.OutOfMemoryError: Java heap space
Dec 26, 2008 12:06:36 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet WebAPI threw exception
java.lang.OutOfMemoryError: Java heap space
datasource connection
jdbc:mysql://localhost:3306/extravert?autoReconnect=true,
UserName=root@localhost, MySQL-AB JDBC Driver
im min post method  
 im in users block of getpost methos 
im min post method  
 im in users block of getpost methos 
Dec 26, 2008 12:06:44 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet WebAPI threw exception
java.lang.OutOfMemoryError: Java heap space
Dec 26, 2008 12:06:44 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet WebAPI threw exception
java.lang.OutOfMemoryError: Java heap space
Exception in thread
"ContainerBackgroundProcessor[StandardEngine[Catalina]]"
java.lang.OutOfMemoryError: Java heap space
Dec 26, 2008 12:06:49 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet WebAPI threw exception
java.lang.OutOfMemoryError: Java heap space
im min post method  
im min post method  
 im in users block of getpost methos 
 im in users block of getpost methos 
Dec 26, 2008 12:06:53 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet WebAPI threw exception
java.lang.OutOfMemoryError: Java heap space
im min post method  
 im in users block of getpost methos 
datasource connection
jdbc:mysql://localhost:3306/extravert?autoReconnect=true,
UserName=root@localhost, MySQL-AB JDBC Driver
im min post method  
 im in users block of getpost methos 
Dec 26, 2008 12:07:02 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet WebAPI threw exception
java.lang.OutOfMemoryError: Java heap space
Dec 26, 2008 12:07:02 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet WebAPI threw exception
java.lang.OutOfMemoryError: Java heap space





Thanks and Regards 

 Narsi Reddy CH 


 

>-----Original Message-----
>From: ext topans7 [mailto:taufan.sangga@lhsystems.co.id] 
>Sent: Wednesday, December 24, 2008 7:09 AM
>To: jmeter-user@jakarta.apache.org
>Subject: RE: java.lang.OutOfMemoryError: Java heap space
>
>
>
>>some times the server status is displaying dead state and immediately 
>>to healthy stage after some succefull healthy state
>
>did you set ratio of "ramp up time and user that log in" correctly?
>may the systems flood with transaction and cannot handle all 
>of connection.
>
>>Hi topan can you  explain some more about Minimem , I never 
>listen this 
>>, so u mean that I need three softwares to install the above  
>setup to 
>>cut the RAM memory  ????
>
>Minimen just swap memory in RAM to paging file. It's better 
>than any memory management programs I ever tried. I think, 
>that ensure your test system not run out of memory and prevent 
>to shut down it self. Set it to optimize automaticaly for 
>every 5 second.
>
>>Basically what im doing is im tring to setup a server , which can 
>>handle minimum 50 users , my server machine has 2GB memory 
>and my local 
>>machine also has 2 GB memory  , right now im checking with 
>jmeter 2.3.2 
>>in my local machine,
>
>I set up my application in server with 2GB memory too. I used 
>notebook with 2GB memory and use wireless connection. It can 
>run for 100 users make transaction and 50 users random click 
>(simulate user just looking around) with "loop forever" 
>concurrently. it show no problem.
>
>Any suggestion Sebb?
>
>--
>View this message in context: 
>http://www.nabble.com/java.lang.OutOfMemoryError%3A-Java-heap-s
>pace-tp21124257p21154071.html
>Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: java.lang.OutOfMemoryError: Java heap space

Posted by topans7 <ta...@lhsystems.co.id>.

>some times the server status is displaying dead state and
>immediately to healthy stage after some succefull healthy state

did you set ratio of "ramp up time and user that log in" correctly?
may the systems flood with transaction and cannot handle all of connection.

>Hi topan can you  explain some more about Minimem , I never listen this
>, so u mean that I need three softwares to install the above  setup to
>cut the RAM memory  ????

Minimen just swap memory in RAM to paging file. It's better than any memory
management programs I ever tried. I think, that ensure your test system not
run out of memory and prevent to shut down it self. Set it to optimize
automaticaly for every 5 second.

>Basically what im doing is im tring to setup a server , which can handle
>minimum 50 users , my server machine has 2GB memory and my local machine
>also has 2 GB memory  , right now im checking with jmeter 2.3.2 in my
>local machine,

I set up my application in server with 2GB memory too. I used notebook with
2GB memory and use wireless connection. It can run for 100 users make
transaction and 50 users random click (simulate user just looking around)
with "loop forever" concurrently. it show no problem.

Any suggestion Sebb?

-- 
View this message in context: http://www.nabble.com/java.lang.OutOfMemoryError%3A-Java-heap-space-tp21124257p21154071.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: java.lang.OutOfMemoryError: Java heap space

Posted by ex...@nokia.com.
Hi all 

Thanks for u all  Sebb, Temoor A. Janjua  and topans for responding my
query ,

 I changed my jmeter.bat HEAP=-Xms1024m -Xmx1024m to this , it works for
two hours after that my system got shut down automatically  ,in monitor
results some times the server status is displaying dead state and
immediately to healthy stage after some succefull healthy state  , I
don't know what is happning ?? , and I will test some more times as
topans said below ,

>after that, download a program called Minimem. Note that 
>minimen 1.2 require dotnet framework 2.0, and dotnet framework 
>2.0 require windows installer 3.1. use minimen to cut off used 
>memory in RAM except Jmeter!
>


Hi topan can you  explain some more about Minimem , I never listen this
, so u mean that I need three softwares to install the above  setup to
cut the RAM memory  ????


Basically what im doing is im tring to setup a server , which can handle
minimum 50 users , my server machine has 2GB memory and my local machine
also has 2 GB memory  , right now im checking with jmeter 2.3.2 in my
local machine,


so if I want to run my tomcat server effectivly  for 50 users  , do I
need to increase the heap memory for tomcat 6.0 also ?????? Or  If any
changes are required  to my server setup ,if any suggestions  please let
me know ???



Thanks and regards 

Narsi Reddy CH 






 

>-----Original Message-----
>From: ext topans7 [mailto:taufan.sangga@lhsystems.co.id] 
>Sent: Tuesday, December 23, 2008 11:21 AM
>To: jmeter-user@jakarta.apache.org
>Subject: Re: java.lang.OutOfMemoryError: Java heap space
>
>
>
>
>Temoor A. Janjua wrote:
>> 
>> Yeah your JVM is running out of heap memory. You need to edit your 
>> jmeter.bat and increase the heap memory size by editing the following
>> line:
>> HEAP="-Xms256m -Xmx1024m"
>> 
>> 256m and 1024m work fine for me, you can change it to whatever works 
>> for you.
>> 
>> Thanks,
>> TJ
>> 
>
>That's right my friend. Negative-effect of Jmeter is they 
>consume a lot of memory.
>My suggestion for everyone that using Jmeter is please upgrade 
>your RAM to 2GB and edit jmeter.bat to increase heap memory 
>size "Xms1536m-xmx1536m".
>after that, download a program called Minimem. Note that 
>minimen 1.2 require dotnet framework 2.0, and dotnet framework 
>2.0 require windows installer 3.1. use minimen to cut off used 
>memory in RAM except Jmeter!
>
>I run it on my notebook and feels no barrier, I just can say 
>"wow, how about 4GB"
>--
>View this message in context: 
>http://www.nabble.com/java.lang.OutOfMemoryError%3A-Java-heap-s
>pace-tp21124257p21140023.html
>Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: java.lang.OutOfMemoryError: Java heap space

Posted by topans7 <ta...@lhsystems.co.id>.


Temoor A. Janjua wrote:
> 
> Yeah your JVM is running out of heap memory. You need to edit your 
> jmeter.bat and increase the heap memory size by editing the following
> line:
> HEAP="-Xms256m -Xmx1024m"
> 
> 256m and 1024m work fine for me, you can change it to whatever works for 
> you.
> 
> Thanks,
> TJ
> 

That's right my friend. Negative-effect of Jmeter is they consume a lot of
memory.
My suggestion for everyone that using Jmeter is please upgrade your RAM to
2GB and edit jmeter.bat to increase heap memory size "Xms1536m-xmx1536m".
after that, download a program called Minimem. Note that minimen 1.2 require
dotnet framework 2.0, and dotnet framework 2.0 require windows installer
3.1. use minimen to cut off used memory in RAM except Jmeter!

I run it on my notebook and feels no barrier, I just can say "wow, how about
4GB"
-- 
View this message in context: http://www.nabble.com/java.lang.OutOfMemoryError%3A-Java-heap-space-tp21124257p21140023.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: java.lang.OutOfMemoryError: Java heap space

Posted by "Temoor A. Janjua" <tj...@unicon.net>.
Yeah your JVM is running out of heap memory. You need to edit your 
jmeter.bat and increase the heap memory size by editing the following line:
HEAP="-Xms256m -Xmx1024m"

256m and 1024m work fine for me, you can change it to whatever works for 
you.

Thanks,
TJ



sebb wrote:
> On 22/12/2008, ext-narsi.reddy@nokia.com <ex...@nokia.com> wrote:
>   
>>  Hi
>>
>>  Im using jmeter for loadtesting  with 30 threads in 3 requests , and my
>>  server is tomcat 6.0x , tomcat is working for 10 min fine , after that
>>  it
>>     
>
> As far as I can tell, it is not working fine, as there are both
> connection failures and 500 errors listed in the log file.
>
>   
>>  Im getting  java.lang.OutOfMemoryError  from jmeter log file , Im using
>>     
>
> You can increase the heap by editting jmeter.bat.
>
>   
>>  datasource connection and my connection pool settings in the
>>
>>  tomcat server I defined are
>>
>>
>>   <Resource name="jdbc/TestDB" auth="Container"
>>  type="javax.sql.DataSource"
>>                maxActive="-1" maxIdle="-1" maxWait="-1"
>>                username="root" password="satyam"
>>  driverClassName="com.mysql.jdbc.Driver"
>>
>>  url="jdbc:mysql://localhost:3306/extravert?autoReconnect=true"/>
>>
>>  And here is my tomcat thread settings in server.xml
>>
>>
>>     <Connector port="8080" protocol="HTTP/1.1"
>>  connectionTimeout="20000"
>>            redirectPort="8443"  maxHttpHeaderSize="8192"
>>  maxProcessors="150"
>>            maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>>            enableLookups="false" acceptCount="150"
>>  disableUploadTimeout="true" />
>>
>>  And here is my jmeter log file display , so can somebody please help me
>>  how can I use  tomcat  effectively , and to  aviod this kind of errors
>>
>>
>>
>>  2008/12/22 12:35:02 INFO  - jmeter.util.JMeterUtils: Setting Locale to
>>  en_US
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loading user properties from:
>>  C:\Documents and
>>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>>  .2\bin\user.properties
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loading system properties
>>  from: C:\Documents and
>>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>>  .2\bin\system.properties
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Copyright (c) 1998-2008 The
>>  Apache Software Foundation
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Version 2.3.2 r665936
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: java.version=1.5.0_15
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
>>  Client VM
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.name=Windows XP
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.arch=x86
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.version=5.1
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: file.encoding=Cp1252
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Default Locale=English
>>  (United States)
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: JMeter  Locale=English
>>  (United States)
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: JMeterHome=C:\Documents and
>>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>>  .2
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: user.dir  =C:\Documents and
>>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>>  .2\bin
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: PWD       =C:\Documents and
>>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>>  .2\bin
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: IP: 10.225.146.148 Name:
>>  2INL02785 FullName: 2INL02785.NOE.Nokia.com
>>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loaded icon properties from
>>  org/apache/jmeter/images/icon.properties
>>  2008/12/22 12:35:05 INFO  - jmeter.engine.util.CompoundVariable: Note:
>>  Function class names must contain the string: '.functions.'
>>  2008/12/22 12:35:05 INFO  - jmeter.engine.util.CompoundVariable: Note:
>>  Function class names must not contain the string: '.gui.'
>>  2008/12/22 12:35:06 INFO  -
>>  jmeter.protocol.http.sampler.HTTPSamplerBase: Cannot find .className
>>  property for htmlParser, using default
>>  2008/12/22 12:35:06 INFO  -
>>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/html is
>>  2008/12/22 12:35:06 INFO  -
>>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
>>  application/xhtml+xml is
>>  2008/12/22 12:35:06 INFO  -
>>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xml
>>  is
>>  2008/12/22 12:35:06 INFO  -
>>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/xml is
>>  2008/12/22 12:35:06 INFO  -
>>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
>>  text/vnd.wap.wml is
>>  org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
>>  2008/12/22 12:35:06 INFO  - jmeter.gui.util.MenuFactory: Skipping
>>  org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui
>>  2008/12/22 12:35:06 INFO  - jmeter.gui.util.MenuFactory: Skipping
>>  org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui
>>  2008/12/22 12:35:06 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Maximum connection retries = 10
>>  2008/12/22 12:35:06 WARN  - jmeter.gui.util.MenuFactory: Missing jar?
>>  Could not create org.apache.jmeter.visualizers.MailerVisualizer.
>>  java.lang.NoClassDefFoundError: javax/mail/MessagingException
>>  2008/12/22 12:35:06 INFO  - jmeter.samplers.SampleResult: Note: Sample
>>  TimeStamps are START times
>>  2008/12/22 12:35:06 INFO  - jmeter.samplers.SampleResult:
>>  sampleresult.default.encoding is set to ISO-8859-1
>>  2008/12/22 12:35:23 INFO  - jmeter.gui.action.Load: Merging file:
>>  C:\Documents and Settings\narsredd\Desktop\load testing\testplan
>>  19-12-2008\Thread Group.jmx
>>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Testplan (JMX)
>>  version: 2.2. Testlog (JTL) version: 2.2
>>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
>>  properties file encoding UTF-8
>>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
>>  properties file version 661482
>>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
>>  properties version 2.1
>>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: All converter
>>  versions present and correct
>>  2008/12/22 12:35:24 INFO  - jmeter.protocol.http.sampler.HTTPSampler2:
>>  Local host = 2INL02785
>>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine:
>>  Listeners will be started after enabling running version
>>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: To
>>  revert to the earlier behaviour, define
>>  jmeterengine.startlistenerslater=false
>>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Running
>>  the test!
>>  2008/12/22 12:35:32 INFO  - jmeter.gui.util.JMeterMenuBar:
>>  setRunning(true,*local*)
>>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting
>>  30 threads for group Thread Group. Ramp up = 1.
>>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Continue
>>  on error
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread:
>>  jmeterthread.startearlier=true (see jmeter.properties)
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Running
>>  PostProcessors in forward order
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-1 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-2 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-3 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-4 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-5 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-6 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-7 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-8 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-9 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-10 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-11 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-12 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-13 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-14 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-15 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-16 started
>>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-17 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-18 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-19 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-20 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-21 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-22 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-23 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-24 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-25 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-26 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-27 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-28 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-29 started
>>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-30 started
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:44 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:45 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:46 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>>  (java.net.ConnectException) caught when processing request: Connection
>>  refused: connect
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:35:47 INFO  -
>>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-20
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-18
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-12
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-6
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-9
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-27
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-16
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-8
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-15
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-19
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-23
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-26
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-17
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-22
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-1
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-30
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-3
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-4
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-5
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-10
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-11
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-24
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-25
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-7
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-2
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-29
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-21
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-13
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-14
>>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>>  Group 1-28
>>  2008/12/22 12:36:11 INFO  - jmeter.engine.StandardJMeterEngine: Thread
>>  won't die: Thread Group 1-20
>>  2008/12/22 12:36:16 INFO  - jmeter.engine.StandardJMeterEngine: Thread
>>  won't die: Thread Group 1-18
>>  2008/12/22 12:36:21 INFO  - jmeter.engine.StandardJMeterEngine: Thread
>>  won't die: Thread Group 1-12
>>  2008/12/22 12:36:26 INFO  - jmeter.engine.StandardJMeterEngine: Thread
>>  won't die: Thread Group 1-6
>>  2008/12/22 12:36:30 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:30 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:30 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:30 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-9 is done
>>  2008/12/22 12:36:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-9
>>  2008/12/22 12:36:30 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-28 is done
>>  2008/12/22 12:36:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-28
>>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-2 is done
>>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-2
>>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-4 is done
>>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-4
>>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-13 is done
>>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-13
>>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-20 is done
>>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-20
>>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-25 is done
>>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-25
>>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-30 is done
>>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-30
>>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-29 is done
>>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-29
>>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-22 is done
>>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-22
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-27 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-27
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-23 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-23
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-3 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-3
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-26 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-26
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-6 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-6
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-21 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-21
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-14 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-14
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-11 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-11
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-24 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-24
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-18 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-18
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-19 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-1 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-19
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-5 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-1
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-5
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-7 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-7
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-8 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-8
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-10 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-15 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-10
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-12 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-15
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-12
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-16 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-16
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  readResponse: java.io.IOException: Server returned HTTP response code:
>>  500 for URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>>  URL:
>>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>>  53067&longitude=23.0053&size=2
>>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>>  Error Response Code: 500
>>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-17 is done
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-17
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
>>  test
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine:
>>  Notifying test listeners of end of test
>>  2008/12/22 12:36:32 INFO  - jmeter.services.FileServer: Default
>>  base=C:\Documents and
>>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>>  .2\bin
>>  2008/12/22 12:36:32 INFO  - jmeter.gui.util.JMeterMenuBar:
>>  setRunning(false,*local*)
>>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has
>>  ended
>>  2008/12/22 12:36:55 INFO  - jmeter.engine.StandardJMeterEngine: Running
>>  the test!
>>  2008/12/22 12:36:55 INFO  - jmeter.gui.util.JMeterMenuBar:
>>  setRunning(true,*local*)
>>  2008/12/22 12:36:56 INFO  - jmeter.engine.StandardJMeterEngine: Starting
>>  30 threads for group Thread Group. Ramp up = 1.
>>  2008/12/22 12:36:56 INFO  - jmeter.engine.StandardJMeterEngine: Continue
>>  on error
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-1 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-2 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-3 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-4 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-5 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-6 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-7 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-8 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-9 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-10 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-11 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-12 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-13 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-14 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-15 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-16 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-17 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-18 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-19 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-20 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-21 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-22 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-23 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-24 started
>>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-25 started
>>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-26 started
>>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-27 started
>>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-28 started
>>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-29 started
>>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-30 started
>>  2008/12/22 12:46:56 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space     at
>>  java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
>>  )       at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
>>  PSamplerBase.java:1614)         at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
>>  pler.java:253)  at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
>>  ava:463)        at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>>  erBase.java:1021)       at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>>  erBase.java:1007)       at
>>  org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
>>  at java.lang.Thread.run(Thread.java:595)
>>  2008/12/22 12:46:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-21 is done
>>  2008/12/22 12:46:56 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-21
>>  2008/12/22 12:46:58 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space     at
>>  java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
>>  )       at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
>>  PSamplerBase.java:1614)         at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
>>  pler.java:253)  at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
>>  ava:463)        at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>>  erBase.java:1021)       at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>>  erBase.java:1007)       at
>>  org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
>>  at java.lang.Thread.run(Thread.java:595)
>>  2008/12/22 12:46:58 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-28 is done
>>  2008/12/22 12:46:58 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-28
>>  2008/12/22 12:46:59 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space     at
>>  java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
>>  )       at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
>>  PSamplerBase.java:1614)         at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
>>  pler.java:253)  at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
>>  ava:463)        at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>>  erBase.java:1021)       at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>>  erBase.java:1007)       at
>>  org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
>>  at java.lang.Thread.run(Thread.java:595)
>>  2008/12/22 12:46:59 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space     at
>>  java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
>>  )       at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
>>  PSamplerBase.java:1614)         at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
>>  pler.java:253)  at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
>>  ava:463)        at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>>  erBase.java:1021)       at
>>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>>  erBase.java:1007)       at
>>  org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
>>  at java.lang.Thread.run(Thread.java:595)
>>  2008/12/22 12:47:00 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:00 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:01 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-25 is done
>>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-23 is done
>>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-26 is done
>>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-30 is done
>>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-29 is done
>>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-25
>>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-23
>>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-26
>>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-30
>>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-29
>>  2008/12/22 12:47:02 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:02 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-27 is done
>>  2008/12/22 12:47:02 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-27
>>  2008/12/22 12:47:03 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:03 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-3 is done
>>  2008/12/22 12:47:03 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-3
>>  2008/12/22 12:47:04 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:04 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-6 is done
>>  2008/12/22 12:47:04 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-6
>>  2008/12/22 12:47:04 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:04 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-7 is done
>>  2008/12/22 12:47:04 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-7
>>  2008/12/22 12:47:05 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:05 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:05 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-4 is done
>>  2008/12/22 12:47:05 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-10 is done
>>  2008/12/22 12:47:05 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-10
>>  2008/12/22 12:47:05 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-4
>>  2008/12/22 12:47:06 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:06 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-5 is done
>>  2008/12/22 12:47:06 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-5
>>  2008/12/22 12:47:08 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:08 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-2 is done
>>  2008/12/22 12:47:08 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-2
>>  2008/12/22 12:47:09 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-11 is done
>>  2008/12/22 12:47:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-11
>>  2008/12/22 12:47:09 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-8 is done
>>  2008/12/22 12:47:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-8
>>  2008/12/22 12:47:11 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:11 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-12 is done
>>  2008/12/22 12:47:11 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-12
>>  2008/12/22 12:47:11 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:11 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-9 is done
>>  2008/12/22 12:47:11 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-9
>>  2008/12/22 12:47:12 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:12 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:12 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-16 is done
>>  2008/12/22 12:47:12 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-17 is done
>>  2008/12/22 12:47:12 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-16
>>  2008/12/22 12:47:12 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-17
>>  2008/12/22 12:47:13 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:13 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:13 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-19 is done
>>  2008/12/22 12:47:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-19
>>  2008/12/22 12:47:13 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-13 is done
>>  2008/12/22 12:47:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-13
>>  2008/12/22 12:47:15 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:15 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-15 is done
>>  2008/12/22 12:47:15 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-15
>>  2008/12/22 12:47:16 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:16 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-22 is done
>>  2008/12/22 12:47:16 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-22
>>  2008/12/22 12:47:16 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:16 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-14 is done
>>  2008/12/22 12:47:16 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-14
>>  2008/12/22 12:47:17 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:17 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-24 is done
>>  2008/12/22 12:47:17 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-24
>>  2008/12/22 12:47:17 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:17 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-20 is done
>>  2008/12/22 12:47:17 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-20
>>  2008/12/22 12:47:25 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:25 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-1 is done
>>  2008/12/22 12:47:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-1
>>  2008/12/22 12:47:31 ERROR - jmeter.threads.JMeterThread: Test failed!
>>  java.lang.OutOfMemoryError: Java heap space
>>  2008/12/22 12:47:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>>  Group 1-18 is done
>>  2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>>  thread Thread Group 1-18
>>  2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
>>  test
>>  2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine:
>>  Notifying test listeners of end of test
>>  2008/12/22 12:47:31 INFO  - jmeter.gui.util.JMeterMenuBar:
>>  setRunning(false,*local*)
>>  2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Test has
>>  ended
>>
>>
>>
>>  Thanks and Regards
>>
>>  Narsi Reddy CH
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: java.lang.OutOfMemoryError: Java heap space

Posted by sebb <se...@gmail.com>.
On 22/12/2008, ext-narsi.reddy@nokia.com <ex...@nokia.com> wrote:
>
>
>  Hi
>
>  Im using jmeter for loadtesting  with 30 threads in 3 requests , and my
>  server is tomcat 6.0x , tomcat is working for 10 min fine , after that
>  it

As far as I can tell, it is not working fine, as there are both
connection failures and 500 errors listed in the log file.

>  Im getting  java.lang.OutOfMemoryError  from jmeter log file , Im using

You can increase the heap by editting jmeter.bat.

>  datasource connection and my connection pool settings in the
>
>  tomcat server I defined are
>
>
>   <Resource name="jdbc/TestDB" auth="Container"
>  type="javax.sql.DataSource"
>                maxActive="-1" maxIdle="-1" maxWait="-1"
>                username="root" password="satyam"
>  driverClassName="com.mysql.jdbc.Driver"
>
>  url="jdbc:mysql://localhost:3306/extravert?autoReconnect=true"/>
>
>  And here is my tomcat thread settings in server.xml
>
>
>     <Connector port="8080" protocol="HTTP/1.1"
>  connectionTimeout="20000"
>            redirectPort="8443"  maxHttpHeaderSize="8192"
>  maxProcessors="150"
>            maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>            enableLookups="false" acceptCount="150"
>  disableUploadTimeout="true" />
>
>  And here is my jmeter log file display , so can somebody please help me
>  how can I use  tomcat  effectively , and to  aviod this kind of errors
>
>
>
>  2008/12/22 12:35:02 INFO  - jmeter.util.JMeterUtils: Setting Locale to
>  en_US
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loading user properties from:
>  C:\Documents and
>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>  .2\bin\user.properties
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loading system properties
>  from: C:\Documents and
>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>  .2\bin\system.properties
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Copyright (c) 1998-2008 The
>  Apache Software Foundation
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Version 2.3.2 r665936
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: java.version=1.5.0_15
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
>  Client VM
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.name=Windows XP
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.arch=x86
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: os.version=5.1
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: file.encoding=Cp1252
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Default Locale=English
>  (United States)
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: JMeter  Locale=English
>  (United States)
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: JMeterHome=C:\Documents and
>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>  .2
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: user.dir  =C:\Documents and
>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>  .2\bin
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: PWD       =C:\Documents and
>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>  .2\bin
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: IP: 10.225.146.148 Name:
>  2INL02785 FullName: 2INL02785.NOE.Nokia.com
>  2008/12/22 12:35:02 INFO  - jmeter.JMeter: Loaded icon properties from
>  org/apache/jmeter/images/icon.properties
>  2008/12/22 12:35:05 INFO  - jmeter.engine.util.CompoundVariable: Note:
>  Function class names must contain the string: '.functions.'
>  2008/12/22 12:35:05 INFO  - jmeter.engine.util.CompoundVariable: Note:
>  Function class names must not contain the string: '.gui.'
>  2008/12/22 12:35:06 INFO  -
>  jmeter.protocol.http.sampler.HTTPSamplerBase: Cannot find .className
>  property for htmlParser, using default
>  2008/12/22 12:35:06 INFO  -
>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/html is
>  2008/12/22 12:35:06 INFO  -
>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
>  application/xhtml+xml is
>  2008/12/22 12:35:06 INFO  -
>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xml
>  is
>  2008/12/22 12:35:06 INFO  -
>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/xml is
>  2008/12/22 12:35:06 INFO  -
>  jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for
>  text/vnd.wap.wml is
>  org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
>  2008/12/22 12:35:06 INFO  - jmeter.gui.util.MenuFactory: Skipping
>  org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui
>  2008/12/22 12:35:06 INFO  - jmeter.gui.util.MenuFactory: Skipping
>  org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui
>  2008/12/22 12:35:06 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Maximum connection retries = 10
>  2008/12/22 12:35:06 WARN  - jmeter.gui.util.MenuFactory: Missing jar?
>  Could not create org.apache.jmeter.visualizers.MailerVisualizer.
>  java.lang.NoClassDefFoundError: javax/mail/MessagingException
>  2008/12/22 12:35:06 INFO  - jmeter.samplers.SampleResult: Note: Sample
>  TimeStamps are START times
>  2008/12/22 12:35:06 INFO  - jmeter.samplers.SampleResult:
>  sampleresult.default.encoding is set to ISO-8859-1
>  2008/12/22 12:35:23 INFO  - jmeter.gui.action.Load: Merging file:
>  C:\Documents and Settings\narsredd\Desktop\load testing\testplan
>  19-12-2008\Thread Group.jmx
>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Testplan (JMX)
>  version: 2.2. Testlog (JTL) version: 2.2
>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
>  properties file encoding UTF-8
>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
>  properties file version 661482
>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: Using SaveService
>  properties version 2.1
>  2008/12/22 12:35:24 INFO  - jmeter.save.SaveService: All converter
>  versions present and correct
>  2008/12/22 12:35:24 INFO  - jmeter.protocol.http.sampler.HTTPSampler2:
>  Local host = 2INL02785
>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine:
>  Listeners will be started after enabling running version
>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: To
>  revert to the earlier behaviour, define
>  jmeterengine.startlistenerslater=false
>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Running
>  the test!
>  2008/12/22 12:35:32 INFO  - jmeter.gui.util.JMeterMenuBar:
>  setRunning(true,*local*)
>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Starting
>  30 threads for group Thread Group. Ramp up = 1.
>  2008/12/22 12:35:32 INFO  - jmeter.engine.StandardJMeterEngine: Continue
>  on error
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread:
>  jmeterthread.startearlier=true (see jmeter.properties)
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Running
>  PostProcessors in forward order
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-1 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-2 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-3 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-4 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-5 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-6 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-7 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-8 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-9 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-10 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-11 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-12 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-13 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-14 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-15 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-16 started
>  2008/12/22 12:35:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-17 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-18 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-19 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-20 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-21 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-22 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-23 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-24 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-25 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-26 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-27 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-28 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-29 started
>  2008/12/22 12:35:33 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-30 started
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:44 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:45 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:46 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: I/O exception
>  (java.net.ConnectException) caught when processing request: Connection
>  refused: connect
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:35:47 INFO  -
>  org.apache.commons.httpclient.HttpMethodDirector: Retrying request
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-20
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-18
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-12
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-6
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-9
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-27
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-16
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-8
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-15
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-19
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-23
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-26
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-17
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-22
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-1
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-30
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-3
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-4
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-5
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-10
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-11
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-24
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-25
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-7
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-2
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-29
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-21
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-13
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-14
>  2008/12/22 12:36:06 INFO  - jmeter.threads.JMeterThread: Stopping Thread
>  Group 1-28
>  2008/12/22 12:36:11 INFO  - jmeter.engine.StandardJMeterEngine: Thread
>  won't die: Thread Group 1-20
>  2008/12/22 12:36:16 INFO  - jmeter.engine.StandardJMeterEngine: Thread
>  won't die: Thread Group 1-18
>  2008/12/22 12:36:21 INFO  - jmeter.engine.StandardJMeterEngine: Thread
>  won't die: Thread Group 1-12
>  2008/12/22 12:36:26 INFO  - jmeter.engine.StandardJMeterEngine: Thread
>  won't die: Thread Group 1-6
>  2008/12/22 12:36:30 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:30 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:30 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:30 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-9 is done
>  2008/12/22 12:36:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-9
>  2008/12/22 12:36:30 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-28 is done
>  2008/12/22 12:36:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-28
>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-2 is done
>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-2
>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-4 is done
>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-4
>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-13 is done
>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-13
>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-20 is done
>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-20
>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-25 is done
>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-25
>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-30 is done
>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-30
>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-29 is done
>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-29
>  2008/12/22 12:36:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-22 is done
>  2008/12/22 12:36:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-22
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-27 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-27
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-23 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-23
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-3 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-3
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-26 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-26
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-6 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-6
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-21 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-21
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-14 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-14
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-11 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-11
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-24 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-24
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-18 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-18
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-19 is done
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-1 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-19
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-5 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-1
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-5
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-7 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-7
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-8 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-8
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-10 is done
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-15 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-10
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-12 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-15
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-12
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-16 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-16
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  readResponse: java.io.IOException: Server returned HTTP response code:
>  500 for URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
>  Cause: java.io.IOException: Server returned HTTP response code: 500 for
>  URL:
>  http://localhost:8080/extravert/users/taggdlocations/harin?latitude=61.4
>  53067&longitude=23.0053&size=2
>  2008/12/22 12:36:32 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
>  Error Response Code: 500
>  2008/12/22 12:36:32 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-17 is done
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-17
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
>  test
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine:
>  Notifying test listeners of end of test
>  2008/12/22 12:36:32 INFO  - jmeter.services.FileServer: Default
>  base=C:\Documents and
>  Settings\narsredd\Desktop\jmeter\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3
>  .2\bin
>  2008/12/22 12:36:32 INFO  - jmeter.gui.util.JMeterMenuBar:
>  setRunning(false,*local*)
>  2008/12/22 12:36:32 INFO  - jmeter.engine.StandardJMeterEngine: Test has
>  ended
>  2008/12/22 12:36:55 INFO  - jmeter.engine.StandardJMeterEngine: Running
>  the test!
>  2008/12/22 12:36:55 INFO  - jmeter.gui.util.JMeterMenuBar:
>  setRunning(true,*local*)
>  2008/12/22 12:36:56 INFO  - jmeter.engine.StandardJMeterEngine: Starting
>  30 threads for group Thread Group. Ramp up = 1.
>  2008/12/22 12:36:56 INFO  - jmeter.engine.StandardJMeterEngine: Continue
>  on error
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-1 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-2 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-3 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-4 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-5 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-6 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-7 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-8 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-9 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-10 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-11 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-12 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-13 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-14 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-15 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-16 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-17 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-18 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-19 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-20 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-21 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-22 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-23 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-24 started
>  2008/12/22 12:36:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-25 started
>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-26 started
>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-27 started
>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-28 started
>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-29 started
>  2008/12/22 12:36:57 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-30 started
>  2008/12/22 12:46:56 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space     at
>  java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
>  )       at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
>  PSamplerBase.java:1614)         at
>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
>  pler.java:253)  at
>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
>  ava:463)        at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>  erBase.java:1021)       at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>  erBase.java:1007)       at
>  org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
>  at java.lang.Thread.run(Thread.java:595)
>  2008/12/22 12:46:56 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-21 is done
>  2008/12/22 12:46:56 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-21
>  2008/12/22 12:46:58 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space     at
>  java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
>  )       at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
>  PSamplerBase.java:1614)         at
>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
>  pler.java:253)  at
>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
>  ava:463)        at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>  erBase.java:1021)       at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>  erBase.java:1007)       at
>  org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
>  at java.lang.Thread.run(Thread.java:595)
>  2008/12/22 12:46:58 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-28 is done
>  2008/12/22 12:46:58 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-28
>  2008/12/22 12:46:59 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space     at
>  java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
>  )       at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
>  PSamplerBase.java:1614)         at
>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
>  pler.java:253)  at
>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
>  ava:463)        at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>  erBase.java:1021)       at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>  erBase.java:1007)       at
>  org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
>  at java.lang.Thread.run(Thread.java:595)
>  2008/12/22 12:46:59 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space     at
>  java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:136
>  )       at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.readResponse(HTT
>  PSamplerBase.java:1614)         at
>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSam
>  pler.java:253)  at
>  org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
>  ava:463)        at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>  erBase.java:1021)       at
>  org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
>  erBase.java:1007)       at
>  org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
>  at java.lang.Thread.run(Thread.java:595)
>  2008/12/22 12:47:00 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:00 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:01 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-25 is done
>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-23 is done
>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-26 is done
>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-30 is done
>  2008/12/22 12:47:01 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-29 is done
>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-25
>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-23
>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-26
>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-30
>  2008/12/22 12:47:01 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-29
>  2008/12/22 12:47:02 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:02 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-27 is done
>  2008/12/22 12:47:02 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-27
>  2008/12/22 12:47:03 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:03 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-3 is done
>  2008/12/22 12:47:03 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-3
>  2008/12/22 12:47:04 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:04 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-6 is done
>  2008/12/22 12:47:04 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-6
>  2008/12/22 12:47:04 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:04 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-7 is done
>  2008/12/22 12:47:04 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-7
>  2008/12/22 12:47:05 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:05 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:05 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-4 is done
>  2008/12/22 12:47:05 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-10 is done
>  2008/12/22 12:47:05 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-10
>  2008/12/22 12:47:05 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-4
>  2008/12/22 12:47:06 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:06 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-5 is done
>  2008/12/22 12:47:06 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-5
>  2008/12/22 12:47:08 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:08 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-2 is done
>  2008/12/22 12:47:08 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-2
>  2008/12/22 12:47:09 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-11 is done
>  2008/12/22 12:47:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-11
>  2008/12/22 12:47:09 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:09 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-8 is done
>  2008/12/22 12:47:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-8
>  2008/12/22 12:47:11 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:11 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-12 is done
>  2008/12/22 12:47:11 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-12
>  2008/12/22 12:47:11 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:11 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-9 is done
>  2008/12/22 12:47:11 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-9
>  2008/12/22 12:47:12 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:12 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:12 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-16 is done
>  2008/12/22 12:47:12 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-17 is done
>  2008/12/22 12:47:12 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-16
>  2008/12/22 12:47:12 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-17
>  2008/12/22 12:47:13 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:13 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:13 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-19 is done
>  2008/12/22 12:47:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-19
>  2008/12/22 12:47:13 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-13 is done
>  2008/12/22 12:47:13 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-13
>  2008/12/22 12:47:15 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:15 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-15 is done
>  2008/12/22 12:47:15 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-15
>  2008/12/22 12:47:16 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:16 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-22 is done
>  2008/12/22 12:47:16 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-22
>  2008/12/22 12:47:16 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:16 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-14 is done
>  2008/12/22 12:47:16 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-14
>  2008/12/22 12:47:17 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:17 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-24 is done
>  2008/12/22 12:47:17 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-24
>  2008/12/22 12:47:17 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:17 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-20 is done
>  2008/12/22 12:47:17 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-20
>  2008/12/22 12:47:25 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:25 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-1 is done
>  2008/12/22 12:47:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-1
>  2008/12/22 12:47:31 ERROR - jmeter.threads.JMeterThread: Test failed!
>  java.lang.OutOfMemoryError: Java heap space
>  2008/12/22 12:47:31 INFO  - jmeter.threads.JMeterThread: Thread Thread
>  Group 1-18 is done
>  2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Ending
>  thread Thread Group 1-18
>  2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
>  test
>  2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine:
>  Notifying test listeners of end of test
>  2008/12/22 12:47:31 INFO  - jmeter.gui.util.JMeterMenuBar:
>  setRunning(false,*local*)
>  2008/12/22 12:47:31 INFO  - jmeter.engine.StandardJMeterEngine: Test has
>  ended
>
>
>
>  Thanks and Regards
>
>  Narsi Reddy CH
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org