On 30/05/07, Neeraj C <[EMAIL PROTECTED]> wrote:

[Hye Sebb]

Thanks for the Reply //
The Application works fine with IE and Mozilla Firefox, so as the login Page
//
There are no issues there //

The fact that the server responds with a 500 error means that it is
faulty. This should not happen in well-written applications - except
perhaps under heavy load.

I didn't understand about Splitting the URL into different fields //

The URL needs to be split into:

Server Name
Port (if not default)
Protocol (if not http)
Path
Parameters

The parameters can be left as part of the Path if you want.

However, this is probably not the cause here - one would expect a
different error.

I mentioned the following Path to Test the Home Page for Performance:

/WMS/homepage.do?displayMsg=home&selectedWCSMenuItem=home

Is this the wrong way //

It's a valid part of a URL, but whether it is valid for your
application is another matter.

Please advice //

Do any URLs work in JMeter?
Or is it only the application that fails?

What does the response say? (Add a Tree View Listener)

With thanks
Neeraj Chowdhury


sebb-2 wrote:
>
> Make sure that the URL has been correctly split into the different fields.
>
> Does the login page require a particular browser, or does it work with
> all browsers?
>
> S.
> On 29/05/07, Neeraj C <[EMAIL PROTECTED]> wrote:
>>
>> Hye Friends
>>
>> There is no problems when I test the Login page of our Web Application.
>> But when I place the Path of an internal "Home Page" or any other
>> internal
>> page I get the following error in the Jmeter.log file //
>>
>> ERROR - jmeter.protocol.http.sampler.HTTPSampler: readResponse:
>> java.io.IOException: Server returned HTTP response code: 500 for URL:
>> http://IP:Port/Home Page Url //
>>
>> Can anybody providee me with the solution so that I can test the
>> Application
>> //
>>
>>
>> With thanks
>> Neeraj Chowdhry
>> --
>> View this message in context:
>> 
http://www.nabble.com/Server-returned-HTTP-response-code%3A-500-for-URL----tf3833153.html#a10851892
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

--
View this message in context: 
http://www.nabble.com/Server-returned-HTTP-response-code%3A-500-for-URL----tf3833153.html#a10867421
Sent from the JMeter - User mailing list archive at Nabble.com.


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



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

Reply via email to