From commits-return-91947-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Tue Jul 23 13:06:52 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id AD1AB1802C7 for ; Tue, 23 Jul 2019 15:06:52 +0200 (CEST) Received: (qmail 36427 invoked by uid 500); 23 Jul 2019 13:06:52 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 36412 invoked by uid 99); 23 Jul 2019 13:06:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2019 13:06:52 +0000 From: GitBox To: commits@cloudstack.apache.org Subject: [GitHub] [cloudstack] nvazquez opened a new pull request #3511: [Vmware] Fix bad ovf null error when registering template Message-ID: <156388720704.5252.15602358847064272696.gitbox@gitbox.apache.org> Date: Tue, 23 Jul 2019 13:06:47 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 - [ ] 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? ---------------------------------------------------------------- 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