Boris Stoyanov created CLOUDSTACK-10171: -------------------------------------------
Summary: List Volumes returns NPE on VMware Key: CLOUDSTACK-10171 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10171 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: VMware Environment: VMware-5.5u3 Management CentOS 7.2 Reporter: Boris Stoyanov Priority: Blocker Latest smoketests reports failures on test_volumes.py, when I've investigated further it turns out there's a NPE when listing a volume. Please note that this has been reproduced with VMware 5.5u3 and management on CentOs7. {code}2017-12-04 10:26:13,860 DEBUG [c.c.a.ApiServlet] (qtp788117692-16:ctx-8d819843) (logid:73619640) ===START=== 10.5.0.7 -- GET signatureversion=3&apiKey=LIN6rqXuaJwMPfGYFh13qDwYz5VNNz1J2J6qIOWcd3oLQOq0WtD4CwRundBL6rzXToa3lQOC_vKjI3nkHtiD8Q&expires=2017-12-04T10%3A39%3A24%2B0000&command=listVolumes&signature=cydaX3NA4vnAzpVR%2Fnu3%2FySsAUk%3D&response=json 2017-12-04 10:26:13,870 ERROR [c.c.a.ApiServer] (qtp788117692-16:ctx-8d819843 ctx-a9df2925 ctx-a428334c) (logid:73619640) unhandled exception executing api command: [Ljava.lang.String;@6163625b java.lang.NullPointerException 2017-12-04 10:26:13,872 DEBUG [c.c.a.ApiServlet] (qtp788117692-16:ctx-8d819843 ctx-a9df2925 ctx-a428334c) (logid:73619640) ===END=== 10.5.0.7 -- GET signatureversion=3&apiKey=LIN6rqXuaJwMPfGYFh13qDwYz5VNNz1J2J6qIOWcd3oLQOq0WtD4CwRundBL6rzXToa3lQOC_vKjI3nkHtiD8Q&expires=2017-12-04T10%3A39%3A24%2B0000&command=listVolumes&signature=cydaX3NA4vnAzpVR%2Fnu3%2FySsAUk%3D&response=json{code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)