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 D5AFF9127 for ; Sat, 18 May 2013 00:47:14 +0000 (UTC) Received: (qmail 3763 invoked by uid 500); 18 May 2013 00:47:14 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 3730 invoked by uid 500); 18 May 2013 00:47:14 -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 3720 invoked by uid 99); 18 May 2013 00:47:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 May 2013 00:47:14 +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 (athena.apache.org: domain of aemneina@gmail.com designates 209.85.210.170 as permitted sender) Received: from [209.85.210.170] (HELO mail-ia0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 May 2013 00:47:09 +0000 Received: by mail-ia0-f170.google.com with SMTP id l29so5617710iag.1 for ; Fri, 17 May 2013 17:46:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:reply-to:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=efI3mHAuC2yB+7BUH0nvNQmckRWM4Gg8R11gpV2BydY=; b=fLsiqcnMsiKZwKTbJRsPJazoGrJuWsqWlSZ/rJu1w7bTSbM6YE4DdUKwd+r9v0Gjyz aD84ShQ47ACaBRA3Op99UmzLxGR8OV6xG0oqMtWAJFPsTLsZ4nKNmcig24AxfbYOXSeZ 3tuo6Y5joeKPG+HRYMM8ZiynvNtgtJYLHQ81UBNUw6CwXW+JwiLKe1bfHidDUSOBYo/1 5jUnUICwwVB0qHpBRjpqMsvWZvwEcKOuGyH3e9KYD+j5YAlDXUugwn7VB9NkhlV3h7+u leB9LOU2Mx5XvTRyuUwqeho9h8Lvw5EjU7zBBkyJVic6NXxSaX9kvoB1PwyPW8peb8vm a0OA== X-Received: by 10.50.3.67 with SMTP id a3mr358677iga.88.1368838008696; Fri, 17 May 2013 17:46:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.77.132 with HTTP; Fri, 17 May 2013 17:46:28 -0700 (PDT) Reply-To: aemneina@gmail.com In-Reply-To: References: From: Ahmad Emneina Date: Fri, 17 May 2013 17:46:28 -0700 Message-ID: Subject: Re: apiServlet not available To: Cloudstack users mailing list Content-Type: multipart/alternative; boundary=089e013cbd5e43765104dcf36fe8 X-Virus-Checked: Checked by ClamAV on apache.org --089e013cbd5e43765104dcf36fe8 Content-Type: text/plain; charset=ISO-8859-1 what does the management-server.log file say? any exceptions in there? thatstypical behavior when the management server cant connect to the db... On Fri, May 17, 2013 at 1:11 PM, Owen Marinas wrote: > Hi, all > > I had a problem with CS UI login. > > I installed CS4.0 on CentOS6.4, I can open > http://[management-server-ip]:8080/client > but I cannot log in (I was told that the username or password was > incorrect). > The credential I used is "admin:password" and I think it is correct. > From google-chrome's development tool, I can see that > http://[management-server-ip]:8080/client/api > > I did check the passwd in the mysql > > mysql -u root -ppassword cloud > > mysql> SELECT id,username,password FROM user WHERE username = 'admin'; > +----+----------+----------------------------------+ > | id | username | password | > +----+----------+----------------------------------+ > | 2 | admin | 5f4dcc3b5aa765d61d8327deb882cf99 | > +----+----------+----------------------------------+ > > ideas ??? > > regards > > -- > Owen Marinas | System Administrator | Mate1.com Inc. > 4200 Saint Laurent Blvd., Suite 550 Montreal, QC H2W 2R2 > --089e013cbd5e43765104dcf36fe8--