Sateesh Chodapuneedi created CLOUDSTACK-4553:
------------------------------------------------

             Summary: DB deployment fails with NPE
                 Key: CLOUDSTACK-4553
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4553
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Upgrade
    Affects Versions: 4.2.1
            Reporter: Sateesh Chodapuneedi
            Assignee: Sateesh Chodapuneedi
            Priority: Blocker
             Fix For: 4.2.1


While upgrading to 4.2 failed due to NullPointerException in following code.

+                if (rsmem_global != null) {
+                    rsmem_global.close();
+                }
+                if (rscpu_global != null) {
+                    rsmem_global.close();

Also, there is failure due to attempt to access empty result set.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to