I'm investigating a problem I have with one of my testcases and when I
inspect the log file, I see the following happen:

2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-2 
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-6 
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-8 
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-10 
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-1 
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-4 
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-3 
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-5 
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-7
2011/03/28 13:30:38 INFO  - jmeter.threads.JMeterThread: Thread started:
Stepping Thread Group 1-9 
2011/03/28 13:30:38 ERROR - jmeter.engine.StandardJMeterEngine: Uncaught
exception:  java.lang.OutOfMemoryError: unable to create new native thread
         at java.lang.Thread.start0(Native Method)
         at java.lang.Thread.start(Unknown Source)
         at
org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:
484)
         at java.lang.Thread.run(Unknown Source)

So an outofmemory exception is thrown almost immediately after starting the
tests... Does anyone have any idea what causes this?
It doesn't really seem to affect the test run but I want to make sure it
isn't.

Thanks! CP


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to