JVM?
OS?

Do you know which zip file it is?

We saw something vaguely similar using Tomcat on VMS. 
But the error was permanent. I believe the actual error was in trying to
create a temporary file somewhere within the Zip code.

Might be an idea to try turning on some more debugging.
You can now direct different categories (jmeter.engine, jmeter.xxx) to
different log files, if that helps (has to be done in the jmeter property
file). And you can use the -L command-line flag to control the logging
level.

Failing that, it might be necessary to write an interface to - or your own
version of - java.util.zip and over-ride the deault one, but hopefully it
won't come to that ...

-- 
The opinions expressed herein are my own, and are not necessarily endorsed
by my employer ...
-----Original Message-----
From: Brian Lundell [mailto:[EMAIL PROTECTED]
Sent: 01 July 2003 20:42
To: [EMAIL PROTECTED]
Subject: RE: __CSVRead always reads the same file.


Hey!

I ran into a problem today that when I read mail archives on the problem, it
was fixed back in February.  I'm getting the following error when running
JMeter from the command line:

Exception in thread "main" java.util.zip.ZipException: The system cannot
find th
e file specified
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:112)
        at java.util.jar.JarFile.<init>(JarFile.java:117)
        at java.util.jar.JarFile.<init>(JarFile.java:55)

The strange thing is, it doesn't happen all the time, which are the worst
bugs to find.  If anyone else is having this problem, please let me know.
I'm using 1.9RC2.  If anyone knows why it's happening and what I can do to
fix it, help fixing the problem would be greatly appreciated!

Thanks!
Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to