https://issues.apache.org/bugzilla/show_bug.cgi?id=47064





--- Comment #6 from Milamber <[email protected]>  2009-04-24 13:36:52 PST 
---
Created an attachment (id=23541)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23541)
Patch to work with os.name = "linux"

With New Revision 768370, JMeter doesn't start on Linux (ubuntu 9.04), because
os.name is "linux" without space like "windows xp"

jmeter.log :
2009/04/24 20:23:38 FATAL - jmeter.JMeter: An error occurred: 
java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at
org.apache.jmeter.gui.action.ActionRouter.populateCommandMap(ActionRouter.java:275)
    at
org.apache.jmeter.gui.action.ActionRouter.getInstance(ActionRouter.java:308)
    at org.apache.jmeter.JMeter.startGui(JMeter.java:220)
    at org.apache.jmeter.JMeter.start(JMeter.java:343)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.jmeter.NewDriver.main(NewDriver.java:207)
Caused by: java.lang.NullPointerException
    at
org.apache.jmeter.gui.action.LookAndFeelCommand.getJMeterLaf(LookAndFeelCommand.java:77)
    at
org.apache.jmeter.gui.action.LookAndFeelCommand.<clinit>(LookAndFeelCommand.java:49)
    ... 11 more

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to