You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/07/23 13:06:47 UTC

[GitHub] [cloudstack] nvazquez opened a new pull request #3511: [Vmware] Fix bad ovf null error when registering template

nvazquez opened a new pull request #3511: [Vmware] Fix bad ovf null error when registering template
URL: https://github.com/apache/cloudstack/pull/3511
 
 
   ## Description
   Fix error on template registration:
   
   
   ````
   2019-07-23 12:23:09,674 DEBUG [c.c.a.t.Request] (AgentManager-Handler-6:null) (logid:) Seq 4-4903012619322916910: Processing:  { Ans: , MgmtId: 32987630602057, via: 4, Ver: v1, Flags: 10, [{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"ef37e03c-ef79-42da-9a34-47d3f41ba88b","downloadPct":100,"errorString":"Failed post download script: com.cloud.exception.InternalErrorException: OVA package has bad ovf file null","downloadStatus":"DOWNLOAD_ERROR","downloadPath":"/mnt/SecStorage/a9751ac5-94ed-35c4-bff1-42f61b3c8b18/template/tmpl/2/202/dnld5595547545501326400tmp_","installPath":"template/tmpl/2/202/95d1f7c7-d6b6-3387-bdc6-9c8ab170e702.ova","templateSize":0,"templatePhySicalSize":0,"checkSum":"5cc9bedfb202cd88f4b9abed33f38f0d","result":true,"details":"Failed post download script: com.cloud.exception.InternalErrorException: OVA package has bad ovf file null","wait":0}}] }
   2019-07-23 12:23:09,684 WARN  [c.c.a.AlertManagerImpl] (RemoteHostEndPoint-1:ctx-546dd73b) (logid:4644378a) AlertType:: 28 | dataCenterId:: 1 | podId:: null | clusterId:: null | message:: Failed to register template: b6c595de-2ebe-4b0c-bcab-bd6f5a887af9 with error: Failed post download script: com.cloud.exception.InternalErrorException: OVA package has bad ovf file null
   2019-07-23 12:23:09,687 ERROR [o.a.c.s.i.BaseImageStoreDriverImpl] (RemoteHostEndPoint-1:ctx-546dd73b) (logid:4644378a) Failed to register template: b6c595de-2ebe-4b0c-bcab-bd6f5a887af9 with error: Failed post download script: com.cloud.exception.InternalErrorException: OVA package has bad ovf file null
   ````
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document -->
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services