Some extracts:
2006/08/09 00:41:38 INFO - jmeter.JMeter: java.version=1.4.2
- this is not JRE 1.5.
parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:./ApacheJMeter.jar],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}
- This means that you are not using the Sun JDK.
2006/08/09 00:44:29 WARN - jmeter.gui.util.ReportMenuFactory: Could not
instantiate org.apache.jmeter.config.CSVDataSet
java.lang.NoSuchMethodError: method java.beans.Introspector.getBeanInfo
with signature (Ljava.lang.Class;I)Ljava.beans.BeanInfo; was not found.
at org.apache.jmeter.testbeans.BeanInfoSupport.<init>
(BeanInfoSupport.java:94)
at org.apache.jmeter.config.CSVDataSetBeanInfo.<init>
(CSVDataSetBeanInfo.java:43)
at java.lang.Class.newInstance (libgcj.so.7)
at java.beans.ExplicitInfo.getBeanInfo (libgcj.so.7)
at java.beans.ExplicitInfo.reallyFindExplicitBeanInfo (libgcj.so.7)
at java.beans.ExplicitInfo.findExplicitBeanInfo (libgcj.so.7)
at java.beans.ExplicitInfo.<init> (libgcj.so.7)
at java.beans.Introspector.getBeanInfo (libgcj.so.7)
at java.beans.Introspector.getBeanInfo (libgcj.so.7)
at org.apache.jmeter.testbeans.gui.TestBeanGUI.<init>
(TestBeanGUI.java:157)
This appears to mean that the non-SUN JRE does not fully support
JavaBeans, as it should be possible to find the method listed.
As I said before, try again with a JRE from Sun.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]