Alex,

If you do a listConfigurations passing a zoneId you get the following NPE

rver] (ApiServer-7:ctx-c8cdd77a ctx-bdeb07fe) unhandled exception executing api command: listConfigurations
java.lang.NullPointerException
at com.cloud.server.ConfigurationServerImpl.getConfigListByScope(ConfigurationServerImpl.java:693) at com.cloud.server.ManagementServerImpl.searchForConfigurations(ManagementServerImpl.java:1662)

I tracked it down to commit 435e74e9. If the value of the configuration is null you hit this situation. Its a simple null check needed, but I though since that was a larger commit maybe you'd realize something else.

Darren

Reply via email to