DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13895>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13895 InvocationTargetException trying to start jMeter for the first time Summary: InvocationTargetException trying to start jMeter for the first time Product: JMeter Version: unspecified Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This was in version 1.8. Downloaded and unzipped. Modified jmeter.bat to match my environment as follows set PATH=C:/devtools/jdk1.4/jre/bin set JAVA_HOME=C:/devtools/jdk1.4/ if not "%OS%"=="Windows_NT" goto win9xStart :winNTStart @setlocal etc, etc, When I run jmeter.bat I get the following stack trace: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:30) at sun.reflect.InflatableMethodAccessorImpl.invoke (InflatableMethodAccessorImpl.java:48) at java.lang.reflect.Method.invoke(Method.java:306) 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(Class.java:130) 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 -- To unsubscribe, e-mail: <mailto:jmeter-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jmeter-dev-help@;jakarta.apache.org>
