or as I like to say. customer often don't know what they want and ask for 
silly things

peter


On 9/14/05, sebb <[EMAIL PROTECTED]> wrote:
> 
> As I'm sure you know, running JMeter on the same box as the web-server
> is fine for functional testing, but it is not advisable for
> performance tests with lots of threads.
> 
> Customers are funny sometimes ...
> 
> S.
> On 14/09/05, Jacques Desmazieres <[EMAIL PROTECTED]> 
> wrote:
> > Actually we have to generate automatic performance reports after install 
> of
> > our application on Weblogic 6.1 (I know, it old !) and the only JVM
> > available is the Weblogic's one. And our customer does not want to 
> install
> > anything else on the production server, nor running the performance 
> script
> > from a separate station running JDK 1.4.
> >
> > Thanks for your reply
> >
> > Jacques Desmazieres
> >
> > > -----Message d'origine-----
> > > De : sebb [mailto:[EMAIL PROTECTED]
> > > Envoyé : mercredi 14 septembre 2005 11:59
> > > À : JMeter Developers List
> > > Objet : Re: JMeter 2.1 does not compile with JDK 1.3
> > >
> > >
> > > That looks like an accident - we've been trying to maintain 1.3
> > > compatibility.
> > > I'll have a look at fixing that for 2.1.1.
> > >
> > > However, be warned that the 1.3 JVM can have problems running
> > > JMeter scripts.
> > >
> > > 1.4 JVMs generally work much better.
> > >
> > > BTW, why can you not use 1.4?
> > >
> > > S.
> > > On 14/09/05, Jacques Desmazieres
> > > <[EMAIL PROTECTED]> wrote:
> > > > Hello,
> > > >
> > > > I need to run JMeter with JDK1.3. I retrieved the src build archive 
> and
> > > > tried to compile it. But I have compilation errors in the core 
> (jorphan)
> > > > classes. These errors does not exist anymore if I just replace
> > > with Jdk 1.4.
> > > >
> > > > Is JMeter still supposed to be JDK 1.3 fully compliant ?
> > > >
> > > > Jacques Desmazieres
> > > >
> > > > There are 2 types of errors:
> > > >
> > > > [javac] Compiling 37 source files to D:\JAKART~1.1\build\jorphan
> > > > [javac]
> > > >
> > > D:\JAKART~1.1\src\jorphan\org\apache\jorphan\collections\Configura
> > > tionTree.j
> > > > ava:75: reference to add is ambiguous, both method add(java.u
> > > > til.Collection) in org.apache.jorphan.collections.HashTree and 
> method
> > > > add(java.lang.Object) in
> > > org.apache.jorphan.collections.ListedHashTree match
> > > > [javac] propTree.add(keys);
> > > >
> > > > and
> > > >
> > > > [javac]
> > > >
> > > D:\JAKART~1.1\src\jorphan\org\apache\jorphan\util\Converter.java:3
> > > 78: cannot
> > > > resolve symbol
> > > > [javac] symbol : method replaceAll (java.lang.String,
> java.lang.String)
> > > > [javac] location: class java.lang.String
> > > > [javac] return v.trim().replaceAll("\\s+", insertion);
> > > >
> > > >
> > > > JVM version (java -version):
> > > > java version "1.3.1"
> > > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
> > > > Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
> > > >
> > > >
> > > >
> > > >
> > > > 
> ---------------------------------------------------------------------
> > > > 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]
> > >
> > >
> > >
> >
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to