Hi all, 

I'm having the following exceptions executing jmeter.bat with JDK 1.4.2:

java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.jmeter.NewDriver.main(NewDriver.java:165)
Caused by: java.lang.ExceptionInInitializerError
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at 
org.apache.jmeter.gui.action.ActionRouter.populateCommandMap(ActionRouter.java:185)
        at org.apache.jmeter.gui.action.ActionRouter.getInstance(ActionRouter.java:220)
        at org.apache.jmeter.JMeter.startGui(JMeter.java:185)
        at org.apache.jmeter.JMeter.start(JMeter.java:237)
        ... 5 more
Caused by: java.lang.NullPointerException
        at org.apache.jmeter.gui.action.Help.<clinit>(Help.java:51)
        ... 11 more

With JDK 1.4.1 there is no problem at all.
Anybody else seeing this?  (it seems to be "good" timing for me to decide to start 
trying jmeter with my jdk just updated. 8-) )

-J.X.



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

Reply via email to