You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "karan singh malhi (JIRA)" <ji...@apache.org> on 2007/08/31 05:34:31 UTC

[jira] Updated: (OPENEJB-672) Running the command "openejb stop --help" throws a null pointer exception

     [ https://issues.apache.org/jira/browse/OPENEJB-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

karan singh malhi updated OPENEJB-672:
--------------------------------------

    Attachment: openejb-672.patch

Fixed. 

Also fixed invalid urls in all the files in META-INF/org.apache.openejb.cli 

> 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
>         Attachments: openejb-672.patch
>
>
> 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.