查看完整版本: 使用JMeter,郁闷了。。。请问是哪里出了错?

asinezhang 2007-6-11 09:45

使用JMeter,郁闷了。。。请问是哪里出了错?

Http request中path是abc/index.do
View Results in Table中Success项老是不成功
View Result Tree中Sampler Result显示如下:
Load time: 93
HTTP response code: Non HTTP response code
HTTP response message: Non HTTP response message
Response Data显示如下:
java.io.IOException: Premature EOF
at sun.net.[url]www.http.ChunkedInputStream.readAheadBlocking[/url](Unknown Source)
at sun.net.[url]www.http.ChunkedInputStream.readAhead[/url](Unknown Source)
at sun.net.[url]www.http.ChunkedInputStream.read[/url](Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:235)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:449)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:514)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:503)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
at java.lang.Thread.run(Unknown Source)
DOS窗口中显示:
[Full GC 82420K->8675K(249088K), 0.5132244 secs]

PS:Http request中path设置为servlet/reload时,View Results in Table中正常,View Result Tree中也正常,DOS窗口中也显示FULL GC……同事使用同样版本的JMeter,一切正常,郁闷了……
请大家帮忙看看是怎么回事~~~~机器上只安装了ORACLE客户端和PL/SQL

jackei 2007-6-12 17:42

没看明白楼主想表达什么意思。
页: [1]
查看完整版本: 使用JMeter,郁闷了。。。请问是哪里出了错?