2008/5/1 john wu <[EMAIL PROTECTED]>: > Hi, > > I set up jMeter to use own built-in HTTP Proxy Server, when I tested file > upload in my web application, I got the following error message: > > java.io.FileNotFoundException: security.properties (No such file or > directory)
Does that file exist in the current working 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) > > What am I missing? > Some browsers don't save the full path name when doing file uploads; there's nothing JMeter can do about that. > Thanks > > > > > > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > --------------------------------------------------------------------- > 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]

