You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by María Noelia Gil <ma...@um.es> on 2014/02/27 01:02:13 UTC

CloudStack-setup-management

Hi, I installed the CloudStack-setup-management package, after I installed the database and have made ​​the necessary settings, but I can not access http://localhost:8080/client. 

Any solution? 

thanks

Re: CloudStack-setup-management

Posted by María Noelia Gil <ma...@um.es>.
I am installing a 64-bit ubuntu, I think the problem is solved.

thanks
El 27/02/2014, a las 04:18, Yitao Jiang <wi...@gmail.com> escribió:

> ​Can you paste logs file here ?​
> 
> Thanks,
> 
> Yitao
> 
> 
> 2014-02-27 8:02 GMT+08:00 María Noelia Gil <ma...@um.es>:
> 
>> Hi, I installed the CloudStack-setup-management package, after I installed
>> the database and have made ​​the necessary settings, but I can not access
>> http://localhost:8080/client.
>> 
>> Any solution?
>> 
>> thanks


Re: CloudStack-setup-management

Posted by Rohit Yadav <ro...@shapeblue.com>.
From the log looks like you’re probably setting up KVM with Ubuntu (ufw is on Ubuntu by default); try this:

- Stop tomcat6 daemon: service tomcat6 stop (when installing tomcat6 dependency on Debian/Ubuntu it starts tomcat6 by default)
- Now start the management server
- Configure rc.defaults as needed

> On 05-Dec-2014, at 4:00 am, Hugo Trippaers <tr...@gmail.com> wrote:
>
>>
>> DEBUG:root:execute:uname -m
>> DEBUG:root:execute:hostname -f
>> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
>> DEBUG:root:Failed to execute:
>> DEBUG:root:execute:ufw allow 8080/tcp
>> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
>> DEBUG:root:Failed to execute:
>> DEBUG:root:execute:ufw allow 7080/tcp
>> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
>> DEBUG:root:Failed to execute:
>> DEBUG:root:execute:ufw allow 8250/tcp
>> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
>> DEBUG:roo

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.yadav@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
CloudStack Software Engineering<http://shapeblue.com/cloudstack-software-engineering/>
CloudStack Infrastructure Support<http://shapeblue.com/cloudstack-infrastructure-support/>
CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/>

This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of Shape Blue Ltd or related companies. If you are not the intended recipient of this email, you must neither take any action based upon its contents, nor copy or show it to anyone. Please contact the sender if you believe you have received this email in error. Shape Blue Ltd is a company incorporated in England & Wales. ShapeBlue Services India LLP is a company incorporated in India and is operated under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The Republic of South Africa and is traded under license from Shape Blue Ltd. ShapeBlue is a registered trademark.

Re: CloudStack-setup-management

Posted by Hugo Trippaers <tr...@gmail.com>.
On which platform are you trying to install cloudstack? Are you using a packaged distribution?

Cheers,

Hugo 

Sent from my iPhone

> On 04 Dec 2014, at 19:14, rahil khera <ra...@gmail.com> wrote:
> 
> Yitao Jiang <wi...@...> writes:
>> 
>> ​Can you paste logs file here ?​
>> 
>> Thanks,
>> 
>> Yitao
>> 
>> 2014-02-27 8:02 GMT+08:00 María Noelia Gil <ma...@...>:
>> 
>>> Hi, I installed the CloudStack-setup-management package, after I installed
>>> the database and have made ​​the necessary settings, but I can not access
>>> http://localhost:8080/client.
>>> 
>>> Any solution?
>>> 
>>> thanks
> 
> Hi, I am having same problem, the following message is shown :
> "Starting CloudStack-specific Tomcat servlet engine cloudstack- management
> [fail]" when service cloudstack-management start is executed
> 
> Following is the log contents at /var/log/cloudstack/management in file name
> setupManagement.log
> 
> DEBUG:root:execute:uname -r
> DEBUG:root:execute:uname -m
> DEBUG:root:execute:hostname -f
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 8080/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 7080/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 8250/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 9090/tcp
> DEBUG:root:execute:rm -f /etc/cloudstack/management/server.xml
> DEBUG:root:execute:rm -f /etc/cloudstack/management/tomcat6.conf
> DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml
> /etc/cloudstack/management/server.xml
> DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf
> /etc/cloudstack/management/tomcat6.conf
> DEBUG:root:execute:hostname --fqdn
> DEBUG:root:execute:mkdir /var/log/cloudstack-management/
> DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
> DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
> DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
> DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
> not running.
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management stop
> DEBUG:root:execute:sudo update-rc.d -f cloudstack-management remove
> DEBUG:root:execute:sudo update-rc.d -f cloudstack-management defaults
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
> DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
> not running.
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management start
> DEBUG:root:execute:uname -r
> DEBUG:root:execute:uname -m
> DEBUG:root:execute:hostname -f
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 8080/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 7080/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 8250/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 9090/tcp
> DEBUG:root:execute:rm -f /etc/cloudstack/management/server.xml
> DEBUG:root:execute:rm -f /etc/cloudstack/management/tomcat6.conf
> DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml
> /etc/cloudstack/management/server.xml
> DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf
> /etc/cloudstack/management/tomcat6.conf
> DEBUG:root:execute:hostname --fqdn
> DEBUG:root:execute:mkdir /var/log/cloudstack-management/
> DEBUG:root:Failed to execute:mkdir: cannot create directory
> ‘/var/log/cloudstack-management/’: File exists
> DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
> DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
> DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
> DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
> not running.
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management stop
> DEBUG:root:execute:sudo update-rc.d -f cloudstack-management remove
> DEBUG:root:execute:sudo update-rc.d -f cloudstack-management defaults
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
> DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
> not running.
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management start
> DEBUG:root:execute:uname -r
> DEBUG:root:execute:uname -m
> DEBUG:root:execute:hostname -f
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 8080/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 7080/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 8250/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 9090/tcp
> DEBUG:root:execute:rm -f /etc/cloudstack/management/server.xml
> DEBUG:root:execute:rm -f /etc/cloudstack/management/tomcat6.conf
> DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml
> /etc/cloudstack/management/server.xml
> DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf
> /etc/cloudstack/management/tomcat6.conf
> DEBUG:root:execute:hostname --fqdn
> DEBUG:root:execute:mkdir /var/log/cloudstack-management/
> DEBUG:root:Failed to execute:mkdir: cannot create directory
> ‘/var/log/cloudstack-management/’: File exists
> DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
> DEBUG:root:Failed to execute: * Tomcat servlet engine is not running.
> DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
> DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
> DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
> not running.
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management stop
> DEBUG:root:execute:sudo update-rc.d -f cloudstack-management remove
> DEBUG:root:execute:sudo update-rc.d -f cloudstack-management defaults
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
> DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
> not running.
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management start
> DEBUG:root:execute:uname -r
> DEBUG:root:execute:uname -m
> DEBUG:root:execute:hostname -f
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 8080/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 7080/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 8250/tcp
> DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
> DEBUG:root:Failed to execute:
> DEBUG:root:execute:ufw allow 9090/tcp
> DEBUG:root:execute:rm -f /etc/cloudstack/management/server.xml
> DEBUG:root:execute:rm -f /etc/cloudstack/management/tomcat6.conf
> DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml
> /etc/cloudstack/management/server.xml
> DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf
> /etc/cloudstack/management/tomcat6.conf
> DEBUG:root:execute:hostname --fqdn
> DEBUG:root:execute:mkdir /var/log/cloudstack-management/
> DEBUG:root:Failed to execute:mkdir: cannot create directory
> ‘/var/log/cloudstack-management/’: File exists
> DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
> DEBUG:root:Failed to execute: * Tomcat servlet engine is not running.
> DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
> DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
> DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
> not running.
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management stop
> DEBUG:root:execute:sudo update-rc.d -f cloudstack-management remove
> DEBUG:root:execute:sudo update-rc.d -f cloudstack-management defaults
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
> DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
> not running.
> DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management start
> 
> 

Re: CloudStack-setup-management

Posted by rahil khera <ra...@gmail.com>.
Yitao Jiang <wi...@...> writes:
> 
> ​Can you paste logs file here ?​
> 
> Thanks,
> 
> Yitao
> 
> 2014-02-27 8:02 GMT+08:00 María Noelia Gil <ma...@...>:
> 
> > Hi, I installed the CloudStack-setup-management package, after I installed
> > the database and have made ​​the necessary settings, but I can not access
> > http://localhost:8080/client.
> >
> > Any solution?
> >
> > thanks
> 

Hi, I am having same problem, the following message is shown :
"Starting CloudStack-specific Tomcat servlet engine cloudstack- management
[fail]" when service cloudstack-management start is executed

Following is the log contents at /var/log/cloudstack/management in file name
setupManagement.log

DEBUG:root:execute:uname -r
DEBUG:root:execute:uname -m
DEBUG:root:execute:hostname -f
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 8080/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 7080/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 8250/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 9090/tcp
DEBUG:root:execute:rm -f /etc/cloudstack/management/server.xml
DEBUG:root:execute:rm -f /etc/cloudstack/management/tomcat6.conf
DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml
/etc/cloudstack/management/server.xml
DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf
/etc/cloudstack/management/tomcat6.conf
DEBUG:root:execute:hostname --fqdn
DEBUG:root:execute:mkdir /var/log/cloudstack-management/
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
not running.
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management stop
DEBUG:root:execute:sudo update-rc.d -f cloudstack-management remove
DEBUG:root:execute:sudo update-rc.d -f cloudstack-management defaults
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
not running.
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management start
DEBUG:root:execute:uname -r
DEBUG:root:execute:uname -m
DEBUG:root:execute:hostname -f
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 8080/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 7080/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 8250/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 9090/tcp
DEBUG:root:execute:rm -f /etc/cloudstack/management/server.xml
DEBUG:root:execute:rm -f /etc/cloudstack/management/tomcat6.conf
DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml
/etc/cloudstack/management/server.xml
DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf
/etc/cloudstack/management/tomcat6.conf
DEBUG:root:execute:hostname --fqdn
DEBUG:root:execute:mkdir /var/log/cloudstack-management/
DEBUG:root:Failed to execute:mkdir: cannot create directory
‘/var/log/cloudstack-management/’: File exists
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
not running.
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management stop
DEBUG:root:execute:sudo update-rc.d -f cloudstack-management remove
DEBUG:root:execute:sudo update-rc.d -f cloudstack-management defaults
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
not running.
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management start
DEBUG:root:execute:uname -r
DEBUG:root:execute:uname -m
DEBUG:root:execute:hostname -f
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 8080/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 7080/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 8250/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 9090/tcp
DEBUG:root:execute:rm -f /etc/cloudstack/management/server.xml
DEBUG:root:execute:rm -f /etc/cloudstack/management/tomcat6.conf
DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml
/etc/cloudstack/management/server.xml
DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf
/etc/cloudstack/management/tomcat6.conf
DEBUG:root:execute:hostname --fqdn
DEBUG:root:execute:mkdir /var/log/cloudstack-management/
DEBUG:root:Failed to execute:mkdir: cannot create directory
‘/var/log/cloudstack-management/’: File exists
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
DEBUG:root:Failed to execute: * Tomcat servlet engine is not running.
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
not running.
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management stop
DEBUG:root:execute:sudo update-rc.d -f cloudstack-management remove
DEBUG:root:execute:sudo update-rc.d -f cloudstack-management defaults
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
not running.
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management start
DEBUG:root:execute:uname -r
DEBUG:root:execute:uname -m
DEBUG:root:execute:hostname -f
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 8080/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 7080
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 7080/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 8250/tcp
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
DEBUG:root:Failed to execute:
DEBUG:root:execute:ufw allow 9090/tcp
DEBUG:root:execute:rm -f /etc/cloudstack/management/server.xml
DEBUG:root:execute:rm -f /etc/cloudstack/management/tomcat6.conf
DEBUG:root:execute:ln -s /etc/cloudstack/management/server-nonssl.xml
/etc/cloudstack/management/server.xml
DEBUG:root:execute:ln -s /etc/cloudstack/management/tomcat6-nonssl.conf
/etc/cloudstack/management/tomcat6.conf
DEBUG:root:execute:hostname --fqdn
DEBUG:root:execute:mkdir /var/log/cloudstack-management/
DEBUG:root:Failed to execute:mkdir: cannot create directory
‘/var/log/cloudstack-management/’: File exists
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
DEBUG:root:Failed to execute: * Tomcat servlet engine is not running.
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
not running.
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management stop
DEBUG:root:execute:sudo update-rc.d -f cloudstack-management remove
DEBUG:root:execute:sudo update-rc.d -f cloudstack-management defaults
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management status
DEBUG:root:Failed to execute: * CloudStack-specific Tomcat servlet engine is
not running.
DEBUG:root:execute:sudo /usr/sbin/service cloudstack-management start



Re: CloudStack-setup-management

Posted by Yitao Jiang <wi...@gmail.com>.
​Can you paste logs file here ?​

Thanks,

Yitao


2014-02-27 8:02 GMT+08:00 María Noelia Gil <ma...@um.es>:

> Hi, I installed the CloudStack-setup-management package, after I installed
> the database and have made ​​the necessary settings, but I can not access
> http://localhost:8080/client.
>
> Any solution?
>
> thanks

Re: CloudStack-setup-management

Posted by David Nalley <da...@gnsa.us>.
Yes - unless you compiled packages yourself. You need a 64-bit arch
distribution of linux for the packages supplied by the community.

--David

On Wed, Feb 26, 2014 at 7:55 PM, María Noelia Gil <ma...@um.es> wrote:
> I have installed ubuntu 32 bits, can be the problem?
>
> El 27/02/2014, a las 01:46, María Noelia Gil <ma...@um.es> escribió:
>
>> When running "service management CloudStack-start", no information is displayed in the log file.
>>
>> El 27/02/2014, a las 01:41, David Nalley <da...@gnsa.us> escribió:
>>
>>> Look in /var/log/cloudstack/management/catalina.out and see what the
>>> problem is.
>>
>

Re: CloudStack-setup-management

Posted by María Noelia Gil <ma...@um.es>.
I have installed ubuntu 32 bits, can be the problem?

El 27/02/2014, a las 01:46, María Noelia Gil <ma...@um.es> escribió:

> When running "service management CloudStack-start", no information is displayed in the log file.
> 
> El 27/02/2014, a las 01:41, David Nalley <da...@gnsa.us> escribió:
> 
>> Look in /var/log/cloudstack/management/catalina.out and see what the
>> problem is.
> 


Re: CloudStack-setup-management

Posted by María Noelia Gil <ma...@um.es>.
When running "service management CloudStack-start", no information is displayed in the log file.

El 27/02/2014, a las 01:41, David Nalley <da...@gnsa.us> escribió:

> Look in /var/log/cloudstack/management/catalina.out and see what the
> problem is.


Re: CloudStack-setup-management

Posted by David Nalley <da...@gnsa.us>.
Look in /var/log/cloudstack/management/catalina.out and see what the
problem is.

--David

On Wed, Feb 26, 2014 at 7:29 PM, María Noelia Gil <ma...@um.es> wrote:
> When I run "service management CloudStack-start", the following is displayed:
>
>   * Starting Tomcat servlet CloudStack-specific engine CloudStack-management [fail]
>
> El 27/02/2014, a las 01:24, David Nalley <da...@gnsa.us> escribió:
>
>> service
>> cloudstack-management star
>

Re: CloudStack-setup-management

Posted by María Noelia Gil <ma...@um.es>.
When I run "service management CloudStack-start", the following is displayed: 

  * Starting Tomcat servlet CloudStack-specific engine CloudStack-management [fail]

El 27/02/2014, a las 01:24, David Nalley <da...@gnsa.us> escribió:

> service
> cloudstack-management star


Re: CloudStack-setup-management

Posted by David Nalley <da...@gnsa.us>.
Don't start tomcat using 'service tomcat6 (re)start' ensure that it's
stopped (service tomcat6 stop) and then use 'service
cloudstack-management start'

--David

On Wed, Feb 26, 2014 at 7:22 PM, María Noelia Gil <ma...@um.es> wrote:
> Hello, I have looked / var / log / CloudStack / management / management-server.log and the problem is that tomcat is not running:
>
> DEBUG: root: Failed to execute: * CloudStack-specific Tomcat servlet engine is not running.
>
> I do not know how to start it, because "service tomcat6 restart" restart the service, but now tomcat can not find the resource /client.
>
>
> El 27/02/2014, a las 01:10, Erdősi Péter <fa...@niif.hu> escribió:
>
>> / ?
>

Re: CloudStack-setup-management

Posted by María Noelia Gil <ma...@um.es>.
Hello, I have looked / var / log / CloudStack / management / management-server.log and the problem is that tomcat is not running: 

DEBUG: root: Failed to execute: * CloudStack-specific Tomcat servlet engine is not running. 

I do not know how to start it, because "service tomcat6 restart" restart the service, but now tomcat can not find the resource /client.


El 27/02/2014, a las 01:10, Erdősi Péter <fa...@niif.hu> escribió:

> / ?


Re: CloudStack-setup-management

Posted by Erdősi Péter <fa...@niif.hu>.
Hy Maria!

2014.02.27. 1:02 keltezéssel, María Noelia Gil írta:
> Hi, I installed the CloudStack-setup-management package, after I installed the database and have made ​​the necessary settings, but I can not access http://localhost:8080/client.
>
> Any solution?
Can you be more specific about "necessary settings"?
did you run /cloudstack-setup-database/ and /cloudstack-setup-management/ ?
Is your service running?
What /netstat -alnp |grep 8080/ says?
What do you see in //var/log/cloudstack/management/management-server.log/ ?

Regards,
  Peter