cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Alfresco and Tomcat

bondiblue
Champ in-the-making
Champ in-the-making
Hi,
I am trying to install Alfresco and have spent about a week trying to get it to work.  I feel like I have gone in circles reading instructions and following suggestions in the forums.  I have done all I can think of, even though the solution may be easy and rather obvious.  My problem lies with Tomcat not liking Alfresco.  Here is the catalina log where it is clear that my admin.xml isn't configured correctly.  Maybe this is a Tomcat problem and not an Alfresco problem?  Any suggestions you could offer would be extremely useful.  I really want to try out Alfresco!

Jun 21, 2006 9:49:40 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:/var/lib/tomcat5/conf/Catalina/localhost/admin.xml
Jun 21, 2006 9:49:40 AM org.apache.catalina.startup.HostConfig deployDescriptors
SEVERE: Error deploying configuration descriptor admin.xml
Jun 21, 2006 9:49:40 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:/var/lib/tomcat5/conf/Catalina/localhost/balancer.xml
Jun 21, 2006 9:49:43 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:/var/lib/tomcat5/conf/Catalina/localhost/tomcat-docs.xml
Jun 21, 2006 9:49:44 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL file:/var/lib/tomcat5/webapps/ROOT
Jun 21, 2006 9:49:45 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /servlets-examples from URL file:/var/lib/tomcat5/webapps/servlets-examples
Jun 21, 2006 9:49:47 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /jsp-examples from URL file:/var/lib/tomcat5/webapps/jsp-examples
Jun 21, 2006 9:49:50 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /webdav from URL file:/var/lib/tomcat5/webapps/webdav
Jun 21, 2006 9:49:51 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /alfresco from URL file:/var/lib/tomcat5/webapps/alfresco
Jun 21, 2006 9:49:51 AM org.apache.catalina.core.StandardContext start
SEVERE: Error in dependencyCheck
Jun 21, 2006 9:49:51 AM org.apache.catalina.core.StandardContext start
SEVERE: Error getConfigured
Jun 21, 2006 9:49:51 AM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
Jun 21, 2006 9:49:51 AM org.apache.catalina.core.StandardContext start
SEVERE: Exception during cleanup after start failed
Jun 21, 2006 9:49:52 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8180
Jun 21, 2006 9:49:55 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Jun 21, 2006 9:49:55 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=248/344  config=/var/lib/tomcat5/conf/jk2.properties
Jun 21, 2006 9:49:56 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 17855 ms
2 REPLIES 2

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

Can you post the steps you took to install Alfresco on Tomcat along with a brief description of your environement? That way we might have a better idea on where the problem(s) could be.

Cheers,

–Aladdin

bondiblue
Champ in-the-making
Champ in-the-making
it turned out to be a mysql issue.  everything works after downloading mysql-connector-java-3.1.13-bin.jar and putting it into tomcat5/common/lib/