Only the first connection fails (only in the first round) - the rest
will successful. 

The way we work around this problem is by opening a useless HTTPS
connection in one thread group, and doing all the _real_ tests in
another thread group. The first step in the second thread group (with
the real tests) is a JavaTest sampler that causes the group to sleep a
few seconds - this allow the first thread group (the one with the
useless HTTPS request) to make the request and fail. 

With regards,
Sonam Chauhan
-- 
Corporate Express Australia Ltd.
Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]
 

> -----Original Message-----
> From: Eda Srinivasareddy [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 2 March 2004 3:28 PM
> To: JMeter Users List
> Subject: RE: Non HTTP Response Code
> 
> Hi Sonam Chauhan
> 
> Thank you very much for your information.
> 
> Yes, we are using HTTPS. Does the First_HTTPS_Request fail for all the
> rounds (if loop count is > 1) or does it fail only in the first round
and
> from thereon successful.
> 
> In our case we are getting this failure intermittently and we could
not
> find any particular pattern of failures. We are digging more into this
> issue.
> 
> Please let me know if any other possible reasons are there.
> 
> Thanks & Regards
> Eda
> 
> Sonam Chauhan <[EMAIL PROTECTED]> wrote:
> > We are frequently getting 'Non HTTP Response Code' when we are load
> > testing our application through JMeter.
> 
> Is your script making an HTTPS (SSL) request Eda? There is an open bug
> where the first _HTTPS_ request made by the HTTP sampler fails and
> returns this message. See:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25505
> 
> Note, this bug does not affect plain HTTP (non-SSL) requests.
> 
> With regards,
> Sonam Chauhan
> --
> Corporate Express Australia Ltd.
> Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]
> 
> 
> > -----Original Message-----
> > From: Eda Srinivasareddy [mailto:[EMAIL PROTECTED]
> > Sent: Monday, 1 March 2004 10:24 PM
> > To: JMeter User List
> > Subject: Non HTTP Response Code
> >
> > Hi All
> >
> > We are frequently getting 'Non HTTP Response Code' when we are load
> > testing our application through JMeter.
> >
> > I read in one user mail that we can avoid this response code by
> including
> > 'Cookie Manager' in the script. So we included Cookie Manager in our
> > script. Even then we are getting this repsonse code.
> >
> > Because of the nature of the request we can not record our script
> through
> > proxy server. So we created script manually. It simply contains one
> HTTP
> > request.
> >
> > Can any one throw some more light on this please?
> >
> > Thanks & Regards
> > Eda
> >
> >
> > ---------------------------------
> > Do you Yahoo!?
> > Get better spam protection with Yahoo! Mail
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Sonam Chauhan
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Search - Find what you're looking for faster.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to