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.