Hi.
Thanks for all the help.
I've gotten past this problem. It was apparently due to some
combination of :
o whether I used a dos batch, perl or a combination driving batch
startup
o whether I used double or single backslash path separators
in two paths - path to JMeter.jar and to my *.jmx 'test plan'
o double/single quoting of command line arguments
o current directory when I executed the batch startup
... and was evidently an implicit CLASSPATH problem.
It looked like that all along ... just wasn't obvious how to fix it.
Lee
> -----Original Message-----
> From: BAZLEY, Sebastian [mailto:Sebastian.BAZLEY@london.sema.slb.com]
> Sent: Thursday, October 23, 2003 11:53 AM
> To: 'JMeter Users List'
> Subject: RE: ZipException during batch invocation
>
>
> > -----Original Message-----
> > > > -----Original Message-----
> > > > From: Lee Peterson [mailto:Lee.Peterson@sas.com]
> > > > Sent: 22 October 2003 19:15
> > > > To: JMeter Users List
> > > > Subject: RE: ZipException during batch invocation
> > >
> ...
> > > > Also, I still want to invoke JMeter in batch mode ...
> > > > so I'd appreciate anyone's advice on how to resolve the
> > > > java.util.zip.ZipException problem.
> > > >
> ...
> > >
> > > Could it be spaces in the JRE directory or the Jmeter install
> > > directory?
> >
> > No. I have those pruned down to 8.3 dos-type names with '~'
> > characters
> > and no spaces at all ... like you get using 'dir /x'
> > dos directory listing command.
> >
> > > Perhaps try installing the 1.4.1 or 1.4.2 SDK and running
> with that?
> >
> > I'm running j2re1.4.1 and have tried j2re1.4.1_02, too.
> >
> > I don't need an SDK to make this work, do I? I just tried
> > j2sdk1.4.1_02 and that didn't seem to help.
>
> It was just that the SDK tends to be installed at the
> top-level under C:
> rather than under Program Files; also I've not tried with the JRE.
>
> >
> > My CLASSPATH is set firstly to a JAVA_HOME, then to Jakarta
> > JMeter - parent
> > directory of the /bin directory.
> >
> > I've tried adding all the jars under the JMeter lib directory
> > to CLASSPATH, even though the doc says that's unnecessary.
> > That didn't help either.
>
> Classpath is ignored if the -jar qualifier is used.
> [Normal java behaviour - it's not JMeter.]
>
> Does it happen with all JMX files?
> Can you perhaps send me the batch file you used to start
> JMeter, as well as
> the exact command that you typed, as well as the jmeter.log
> file (if it
> creates one).
> Also, the crash output, but from a run without the class-loading
> information.
>
> Which version of JMeter?
> Directory listings of lib and lib\ext might be useful.
>
> S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|