You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by m mat <pe...@yahoo.com> on 2005/09/23 03:49:41 UTC

Getting Exception - java.util.NoSuchElementException

Hi
 
I am using webservices sampler. Beyond  a certain volume ( like 40 threads) I start getting the following error from JMeter
 

2005/09/22 18:33:36 WARN - jmeter.protocol.http.sampler.WebServiceSampler: Error parsing HTTP status line &quot;&quot;: java.util.NoSuchElementException 

 

At this point my CPU ( from where I am running this test) is at about 25%utilization and I am using about 900 MB RAM ( this is a 1 GB RAM machine with 2 2.8 ghz CPU)

 

Even at debug log I do not get a stack trace or any thing. Any clues what is going on?

 

thanks

 

Matt


		
---------------------------------
Yahoo! for Good
 Click here to donate to the Hurricane Katrina relief effort. 

Re: Getting Exception - java.util.NoSuchElementException

Posted by Peter Lin <wo...@gmail.com>.
that means the server might have reached it's limit and isn't returning a
valid HTTP response. look in your server logs and see if you have connection
denied status code.

peter


On 9/22/05, m mat <pe...@yahoo.com> wrote:
>
> Hi
>
> I am using webservices sampler. Beyond a certain volume ( like 40 threads)
> I start getting the following error from JMeter
>
>
> 2005/09/22 18:33:36 WARN - jmeter.protocol.http.sampler.WebServiceSampler:
> Error parsing HTTP status line "": java.util.NoSuchElementException
>
>
>
> At this point my CPU ( from where I am running this test) is at about
> 25%utilization and I am using about 900 MB RAM ( this is a 1 GB RAM machine
> with 2 2.8 ghz CPU)
>
>
>
> Even at debug log I do not get a stack trace or any thing. Any clues what
> is going on?
>
>
>
> thanks
>
>
>
> Matt
>
>
>
> ---------------------------------
> Yahoo! for Good
> Click here to donate to the Hurricane Katrina relief effort.
>