Mark,

-----Original Message-----
From: Mark Thomas [mailto:ma...@apache.org] 
Sent: Tuesday, February 25, 2014 3:34 AM
To: Tomcat Users List
Subject: Re: Installing the OWF webapp to an existing Tomcat Instance

On 24/02/2014 23:46, J. Brian Hall
> 2. Log files.  Yes, the webapp fails to initialize.  Here's the first 
> few
> lines:  
> 
> ERROR org.springframework.web.context.ContextLoader  - Context 
> initialization failed
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'messageSource': Initialization of bean 
> failed; nested exception is 
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'transactionManager': Cannot resolve reference 
> to bean 'sessionFactory' while setting bean property 'sessionFactory'; 
> nested exception is 
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'sessionFactory': Cannot resolve reference to bean
'hibernateProperties' while setting bean property 'hibernateProperties';
nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'hibernateProperties': Cannot resolve 
> reference to bean 'dialectDetector' while setting bean property
'properties'
> with key [hibernate.dialect]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'dialectDetector': Invocation of init method 
> failed; nested exception is 
> org.springframework.jdbc.support.MetaDataAccessException

Where did you put the JAR containing your JDBC driver? It should be in the
lib directory and nowhere else.

Yes, I have mysql-connector-java-5.1.26-bin.jar placed in CATALINA_HOME\lib
(and nowhere else).

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to