Running the command "openejb stop --help" throws a null pointer exception
-------------------------------------------------------------------------
Key: OPENEJB-672
URL: https://issues.apache.org/jira/browse/OPENEJB-672
Project: OpenEJB
Issue Type: Bug
Environment: Windows XP SP2
Reporter: karan singh malhi
Running the command "openejb stop --help" throws a NullPointerException. See
below
D:\openejb-3.0.0-SNAPSHOT>bin\openejb stop --help
OpenEJB Remote Server
[EJB Server] FATAL ERROR: null
java.lang.NullPointerException
at org.apache.openejb.server.admin.Stop.printHelp(Stop.java:96)
at org.apache.openejb.server.admin.Stop.main(Stop.java:69)
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.openejb.cli.MainImpl.main(MainImpl.java:151)
at org.apache.openejb.cli.Bootstrap.main(Bootstrap.java:102)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.