kiranchavala commented on issue #7644:
URL: https://github.com/apache/cloudstack/issues/7644#issuecomment-1596678017

   @Hossein4185 
   
   Based on the exception 
   
   ```
   2023-06-19 10:34:50,676 DEBUG [c.c.v.VirtualMachineManagerImpl] 
(API-Job-Executor-6:ctx-822bb171 job-510652 ctx-546500c6) (logid:c02aa83d) 
Cleaning up NICS
   
   2023-06-19 10:34:50,716 ERROR [c.c.a.ApiAsyncJobDispatcher] 
(API-Job-Executor-6:ctx-822bb171 job-510652) (logid:c02aa83d) Unexpected 
exception while executing 
org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin
   java.lang.NullPointerException
   
   ```
   
   It points to db discrepancy 
   
   Could you please check the status of the network and nic table
   
   mysql> use cloud;
   
   mysql> select * from nics where instance_id=463;
   
   Identify the network the vm belongs to 
   
   mysql> select * from networks where name="<>"
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to