On 23/03/07, Rickardsson Daniel <[EMAIL PROTECTED]> wrote:
Hi!
Below you see some warnings and errors from my logfile... have I missed
something in my set-up of JMeter?!
I don't understand the first warnings because I don't do any https-requests.
The SSL warning messages are only generated if the protocol is https,
so your test plan must be using https.
But the last two lines... those are for my dwr-calls (ajax) that should
populate/fill my drop-lists.
2007/03/23 13:05:07 WARN - jmeter.protocol.http.sampler.HTTPSampler: You may
have forgotten to set the ssl.provider property in jmeter.properties
java.lang.IllegalStateException: SSLContextImpl is not initialized
[...]
at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSampler.java:160)
The above line of code (in JMeter 2.2) is only executed as part of the block:
if (PROTOCOL_HTTPS.equalsIgnoreCase(u.getProtocol())){
}
2007/03/23 13:05:18 ERROR - jmeter.protocol.http.sampler.HTTPSampler: readResponse:
java.io.IOException: Server returned HTTP response code: 500 for URL:
http://localhost:8080/arkivsok/s/exec/SearchClass.getCountys.dwr
<http://localhost:8080/arkivsok/s/exec/SearchClass.getCountys.dwr>
That appears to be a server problem.
2007/03/23 13:05:18 ERROR - jmeter.protocol.http.sampler.HTTPSampler: readResponse:
java.io.IOException: Server returned HTTP response code: 500 for URL:
http://localhost:8080/arkivsok/s/exec/PropertyClass.getPropertyValues.dwr
<http://localhost:8080/arkivsok/s/exec/PropertyClass.getPropertyValues.dwr>
Likewise.
Check your server logs.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]