Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 15787200BEA for ; Tue, 27 Dec 2016 18:01:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 142DC160B42; Tue, 27 Dec 2016 17:01:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 67192160B1D for ; Tue, 27 Dec 2016 18:01:01 +0100 (CET) Received: (qmail 36486 invoked by uid 500); 27 Dec 2016 17:01:00 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 36444 invoked by uid 500); 27 Dec 2016 17:01:00 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 36439 invoked by uid 99); 27 Dec 2016 17:01:00 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2016 17:01:00 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2AF4E2C2A69 for ; Tue, 27 Dec 2016 17:01:00 +0000 (UTC) Date: Tue, 27 Dec 2016 17:01:00 +0000 (UTC) From: "Sateesh Chodapuneedi (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (CLOUDSTACK-3223) Exception occured while creating the CPVM in the VmWare Setup using the latest SystemVM template. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 27 Dec 2016 17:01:02 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sateesh Chodapuneedi reopened CLOUDSTACK-3223: ---------------------------------------------- Able to reproduce when both SSVM and CPVM are created simultaneously. > Exception occured while creating the CPVM in the VmWare Setup using the latest SystemVM template. > ------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-3223 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3223 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Install and Setup > Affects Versions: 4.2.0 > Reporter: Kiran Koneti > Assignee: Sateesh Chodapuneedi > Fix For: 4.9.2.0 > > Attachments: IssuewithPublicportgroupupdate.png, management-server.log.2013-06-26 > > > Exception occured while creating the CPVM in the VmWare Setup using the latest SystemVM template, below are the steps followed. > 1)Tried to create a VMware Advanced Zone setup using the latest system VM templates for VH7. > 2)while creating the CPVM the below error message is observed: > "2013-06-26 16:30:57,550 INFO [vmware.resource.VmwareResource] (DirectAgent-3:10.147.40.18) Prepare network on vmwaresvs P[vSwitch0:untagged] with name prefix: cloud.public > 2013-06-26 16:30:57,826 WARN [vmware.resource.VmwareResource] (DirectAgent-3:10.147.40.18) StartCommand failed due to Exception: com.vmware.vim25.AlreadyExists > message: [] > com.vmware.vim25.AlreadyExistsFaultMsg: The specified key, name, or identifier already exists. > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:532) > at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:130) > at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:108) > at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) > at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:107) > at $Proxy90.addPortGroup(Unknown Source) > at com.cloud.hypervisor.vmware.mo.HostNetworkSystemMO.addPortGroup(HostNetworkSystemMO.java:38) > at com.cloud.hypervisor.vmware.mo.HostMO.createPortGroup(HostMO.java:382) > at com.cloud.hypervisor.vmware.mo.HypervisorHostHelper.prepareNetwork(HypervisorHostHelper.java:866) > at com.cloud.hypervisor.vmware.resource.VmwareResource.prepareNetworkFromNicInfo(VmwareResource.java:2853) > at com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:2617) > at com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:474) > at com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)" > 3)The same error message is also observed in the Vcenter also for both 4.1 and 5.0 setups. > Note:This error message does not prevent the creation of CPVM or any other functionality of CS,but this would create a panic while creating the setup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)