Hi I set up proxy server via jMeter to test my web application. But when I wen to my web application and try to load a attachment, I got the following error:
java.io.FileNotFoundException: security.properties (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:106) at java.io.FileInputStream.<init>(FileInputStream.java:66) at org.apache.jmeter.protocol.http.sampler.PostWriter.writeFileToStream(PostWriter.java:384) at org.apache.jmeter.protocol.http.sampler.PostWriter.sendPostData(PostWriter.java:108) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sendPostData(HTTPSampler.java:111) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:462) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:863) at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:191) Does anyone know how to fix this problem? Thanks -- View this message in context: http://www.nabble.com/Attachment-tp16945941p16945941.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

