Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA91E10C4F for ; Sun, 29 Sep 2013 18:42:17 +0000 (UTC) Received: (qmail 13897 invoked by uid 500); 29 Sep 2013 18:42:13 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 13707 invoked by uid 500); 29 Sep 2013 18:42:06 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 13697 invoked by uid 99); 29 Sep 2013 18:42:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Sep 2013 18:42:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of digitalkaran@gmail.com designates 209.85.212.194 as permitted sender) Received: from [209.85.212.194] (HELO mail-wi0-f194.google.com) (209.85.212.194) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Sep 2013 18:41:56 +0000 Received: by mail-wi0-f194.google.com with SMTP id hi5so578180wib.9 for ; Sun, 29 Sep 2013 11:41:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=h3kgzLICRbggQDWvCC5hq+0Q5DpJ8am+RTjQwt2FMjU=; b=VS5kt4lUzdLJDth0dwGBIrZyxQtla2/yWCUJknSdM8IJO5Qbr6qeO3zXET1SVlUHkL 6uKasInohUcGVXVNwHUY4//LMhe+r0eU4h5OwUhpHPrOU/6N5J1vSqKa3FFb310SXWkH 5jRvFt+ChPdsgs8Wjb4iVzOLep+D8YUgZKmGmL/QWd3oaqr+atIROUDldxXBp5TbsB/f qmMtnMRlVWiIxI84CShQRRq2u+pOoZ2oEE84tJ4OnTo5ioX1ruh4/LRa3jM3iz3udRzF ARoYoG1qWjzo+yOeuhv9O0531BBn0vJHy+G911qTfqOmh0D9OlikdMjZ3exPASQ3X1LI qLOA== MIME-Version: 1.0 X-Received: by 10.180.187.175 with SMTP id ft15mr10771402wic.20.1380480096194; Sun, 29 Sep 2013 11:41:36 -0700 (PDT) Received: by 10.194.43.132 with HTTP; Sun, 29 Sep 2013 11:41:36 -0700 (PDT) Date: Mon, 30 Sep 2013 00:11:36 +0530 Message-ID: Subject: Management Server does not start when interface cable is unplugged. From: "Karan ." To: users@cloudstack.apache.org Content-Type: multipart/alternative; boundary=001a11c34770c0d7f104e78a119f X-Virus-Checked: Checked by ClamAV on apache.org --001a11c34770c0d7f104e78a119f Content-Type: text/plain; charset=ISO-8859-1 Hi I'll be giving a short demo on CLOUDSTACK in my organization and for this I have a very basic setup of Cloudstack 4.1.1 where I am using one laptop as management server as well as agent . Also, I am using basic networking. >From logs I have observed that whenever my network cable is unplugged, MS doesn't start and throws following exception: 2013-09-29 23:09:09,693 INFO [cloud.cluster.ClusterManagerImpl] (Timer-1:null) Start configuring cluster manager : ClusterManagerImpl_EnhancerByCloudStack_d07fda90 2013-09-29 23:09:09,753 INFO [cloud.cluster.ClusterManagerImpl] (Timer-1:null) Cluster node IP : 192.168.1.4 2013-09-29 23:09:09,756 ERROR [utils.component.ComponentContext] (Timer-1:null) Unhandled exception javax.naming.ConfigurationException: cluster node IP should be valid local address where the server is running, please check your configuration at com.cloud.cluster.ClusterManagerImpl.configure(ClusterManagerImpl.java:1319) at com.cloud.utils.component.ComponentContext.initComponentsLifeCycle(ComponentContext.java:111) at com.cloud.servlet.CloudStartupServlet$1.run(CloudStartupServlet.java:50) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) Just for starting MS I have to attach my laptop to a network. Please suggest me a way where I can start MS without being connected to any network since I have a single host setup. I have tried bringing my interface up using 'ip link set eth0 up' but eth0 status is always DOWN unless I plug it into a network. Regards Karan Pugla --001a11c34770c0d7f104e78a119f--