[ https://issues.apache.org/jira/browse/CLOUDSTACK-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591407#comment-13591407 ]
Noa Resare commented on CLOUDSTACK-1490: ---------------------------------------- Debugging this was no fun, as the tomcat installation is a hairball inside a hairball. A minimally invasive way of fixing the two problems (and re-enable logging) is available at https://reviews.apache.org/r/9714/ and in the noa/deb_tomcat_fix_4.1 branch of the https://github.com/noaresare/incubator-cloudstack.git repo > 4.1 deb management fails to start due to tomcat dep problems > ------------------------------------------------------------ > > Key: CLOUDSTACK-1490 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1490 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Noa Resare > > When building the latest off 4.1 (38e06631d242ca2ba232e5c75ae853de15c51043) > on a Ubuntu 12.04LTS and installing cloudstack-management the invocation of > '/etc/init.d/cloudstack-management start' fails. > In syslog I see the following: > <code> > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: > java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > java.net.URLClassLoader$1.run(URLClassLoader.java:217) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > java.security.AccessController.doPrivileged(Native Method) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > java.net.URLClassLoader.findClass(URLClassLoader.java:205) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > java.lang.ClassLoader.loadClass(ClassLoader.java:321) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > java.lang.ClassLoader.loadClass(ClassLoader.java:266) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:216) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:275) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > java.lang.reflect.Method.invoke(Method.java:616) > Jan 6 20:00:29 ubuntu1204lts jsvc.exec[64611]: #011at > org.apache.commons.daemon.support.DaemonLoader.load(DaemonLoader.java:212) > </code> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira