NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread Seif Eddine Jemli
Hi everyone, I installed the cloudstack management server using the *: apt-get install cloud-client.* I have this exception when I try to log in the UI : *exception* javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/tomcat/util/descriptor/LocalResolver

Re: NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread Seif Eddine Jemli
Hi Sebastien, I removed he cloud-client package and installed cloudstack-management and cloudstack-common. But when trying to set up the databse, this is what I get : cloud-setup-databases cloud:@localhost --deploy-as=root:password *cloud-setup-databases: command not found*

Re: NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread sebgoa
Seif, looks like you are on ubuntu/debian assuming you set up the repos properly try: apt-get install cloudstack-management and if you have setup your db's properly then: service cloudstack-management start Ps: please just email one list dev@ or users@ On Jun 23, 2014, at 6:43 PM, Seif

Re: NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread Seif Eddine Jemli
oups it is just cloudstack-databases instead of cloud-databases.. 2014-06-23 19:32 GMT+02:00 Seif Eddine Jemli seifeddineje...@gmail.com: Hi Sebastien, I removed he cloud-client package and installed cloudstack-management and cloudstack-common. But when trying to set up the databse, this