nvazquez commented on issue #5250:
URL: https://github.com/apache/cloudstack/issues/5250#issuecomment-894347661
Hi @tampler, as @slavkap pointed out the logs you have shared belong to a
`startVirtualMachine` API:
````
2021-07-28 18:01:29,789 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl]
(qtp2109798150-519:ctx-148bd1aa ctx-5832b23b) (logid:269f731d) submit async
job-130, details: AsyncJobVO {id:130, userId: 2, accountId: 2, instanceType:
VirtualMachine, instanceId: 22, cmd:
org.apache.cloudstack.api.command.admin.vm.StartVMCmdByAdmin, cmdInfo:
{"response":"json","ctxUserId":"2","sessionkey":"jOX8IVV7LOmU0usFaOqhWjjyWUA","httpmethod":"GET","ctxStartEventId":"348","id":"efb8bc53-a7bc-4f5f-88a7-76315b37bff9","ctxDetails":"{\"interface
com.cloud.vm.VirtualMachine\":\"efb8bc53-a7bc-4f5f-88a7-76315b37bff9\"}","ctxAccountId":"2","uuid":"efb8bc53-a7bc-4f5f-88a7-76315b37bff9","cmdEventType":"VM.START"},
cmdVersion: 0, status: IN_PROGRESS, processStatus: 0, resultCode: 0, result:
null, initMsid: 279278805452959, completeMsid: null, lastUpdated: null,
lastPolled: null, created: null, removed: null}
2021-07-28 18:01:29,790 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl]
(API-Job-Executor-19:ctx-0cbc44bc job-130) (logid:08d468e0) Executing
AsyncJobVO {id:130, userId: 2, accountId: 2, instanceType: VirtualMachine,
instanceId: 22, cmd:
org.apache.cloudstack.api.command.admin.vm.StartVMCmdByAdmin, cmdInfo:
{"response":"json","ctxUserId":"2","sessionkey":"jOX8IVV7LOmU0usFaOqhWjjyWUA","httpmethod":"GET","ctxStartEventId":"348","id":"efb8bc53-a7bc-4f5f-88a7-76315b37bff9","ctxDetails":"{\"interface
com.cloud.vm.VirtualMachine\":\"efb8bc53-a7bc-4f5f-88a7-76315b37bff9\"}","ctxAccountId":"2","uuid":"efb8bc53-a7bc-4f5f-88a7-76315b37bff9","cmdEventType":"VM.START"},
cmdVersion: 0, status: IN_PROGRESS, processStatus: 0, resultCode: 0, result:
null, initMsid: 279278805452959, completeMsid: null, lastUpdated: null,
lastPolled: null, created: null, removed: null}
````
Can you please repeat the deployment of a new VM from the template and share
the logs for the `deployVirtualMachine` API?
--
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]