Jmeter代理服务器不捕获文件上载请求

giJ*_*Joe 5 file-upload jmeter

我试图从Jmeter的代理服务器捕获文件上传请求,但显示上传文件错误消息.我已经将proxy.binary.types属性配置为application/x-amf,application/x-java-serialized-object,application/octet-stream,application/vnd.ms-excel.

以下是UI上显示的错误消息:

java.io.FileNotFoundException: employee_template.xls (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at org.apache.jmeter.protocol.http.sampler.PostWriter.writeFileToStream(PostWriter.java:406)
    at org.apache.jmeter.protocol.http.sampler.PostWriter.sendPostData(PostWriter.java:115)
    at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sendPostData(HTTPSampler.java:122)
    at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:508)
    at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:965)
    at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:242)
Run Code Online (Sandbox Code Playgroud)

UBI*_*ACK 5

复制要在JMeter的bin文件夹中上传的文件,请参阅: