You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Andrei Savu (JIRA)" <ji...@apache.org> on 2010/12/30 21:21:46 UTC

[jira] Created: (WHIRR-180) ListClusterCommand.run throws a NullPointerException for unrecognized service names

ListClusterCommand.run throws a NullPointerException for unrecognized service names 
------------------------------------------------------------------------------------

                 Key: WHIRR-180
                 URL: https://issues.apache.org/jira/browse/WHIRR-180
             Project: Whirr
          Issue Type: Bug
          Components: cli
            Reporter: Andrei Savu
            Assignee: Andrei Savu
            Priority: Minor
             Fix For: 0.3.0



For unrecognized service names {{ListClusterCommand.run}} throws a NullPointerException:

{code}
Exception in thread "main" java.lang.NullPointerException
	at org.apache.whirr.cli.command.ListClusterCommand.run(ListClusterCommand.java:65)
	at org.apache.whirr.cli.Main.run(Main.java:65)
	at org.apache.whirr.cli.Main.main(Main.java:91)
{code}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-180) ListClusterCommand.run throws a NullPointerException for unrecognized service names

Posted by "Andrei Savu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Savu updated WHIRR-180:
------------------------------

    Status: Patch Available  (was: Open)

> ListClusterCommand.run throws a NullPointerException for unrecognized service names 
> ------------------------------------------------------------------------------------
>
>                 Key: WHIRR-180
>                 URL: https://issues.apache.org/jira/browse/WHIRR-180
>             Project: Whirr
>          Issue Type: Bug
>          Components: cli
>            Reporter: Andrei Savu
>            Assignee: Andrei Savu
>            Priority: Minor
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-180.patch
>
>
> For unrecognized service names {{ListClusterCommand.run}} throws a NullPointerException:
> {code}
> Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.whirr.cli.command.ListClusterCommand.run(ListClusterCommand.java:65)
> 	at org.apache.whirr.cli.Main.run(Main.java:65)
> 	at org.apache.whirr.cli.Main.main(Main.java:91)
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-180) ListClusterCommand.run throws a NullPointerException for unrecognized service names

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-180:
----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I've just committed this. Thanks Andrei!

> ListClusterCommand.run throws a NullPointerException for unrecognized service names 
> ------------------------------------------------------------------------------------
>
>                 Key: WHIRR-180
>                 URL: https://issues.apache.org/jira/browse/WHIRR-180
>             Project: Whirr
>          Issue Type: Bug
>          Components: cli
>            Reporter: Andrei Savu
>            Assignee: Andrei Savu
>            Priority: Minor
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-180.patch
>
>
> For unrecognized service names {{ListClusterCommand.run}} throws a NullPointerException:
> {code}
> Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.whirr.cli.command.ListClusterCommand.run(ListClusterCommand.java:65)
> 	at org.apache.whirr.cli.Main.run(Main.java:65)
> 	at org.apache.whirr.cli.Main.main(Main.java:91)
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-180) ListClusterCommand.run throws a NullPointerException for unrecognized service names

Posted by "Andrei Savu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Savu updated WHIRR-180:
------------------------------

    Attachment: WHIRR-180.patch

> ListClusterCommand.run throws a NullPointerException for unrecognized service names 
> ------------------------------------------------------------------------------------
>
>                 Key: WHIRR-180
>                 URL: https://issues.apache.org/jira/browse/WHIRR-180
>             Project: Whirr
>          Issue Type: Bug
>          Components: cli
>            Reporter: Andrei Savu
>            Assignee: Andrei Savu
>            Priority: Minor
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-180.patch
>
>
> For unrecognized service names {{ListClusterCommand.run}} throws a NullPointerException:
> {code}
> Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.whirr.cli.command.ListClusterCommand.run(ListClusterCommand.java:65)
> 	at org.apache.whirr.cli.Main.run(Main.java:65)
> 	at org.apache.whirr.cli.Main.main(Main.java:91)
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.