Mikolaj,

-----Original Message-----
From: Mikolaj Rydzewski [mailto:m...@ceti.pl] 
Sent: Tuesday, February 25, 2014 2:52 AM
To: Tomcat Users List
Subject: RE: Installing the OWF webapp to an existing Tomcat Instance

On 25.02.2014 00:46, J. Brian Hall wrote:

> 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

Is it the complete error message? Is there anything more in the logs?

Yes, the log files are extensive - should I post them here?  Which one?

Those error messages are related to JDBC problems. Is your DB up and running 
with all tables created and with correct permissions?

I had Tomcat and MySQL up and running without problems before this and the DB 
works with other webapps.  The OWF webapp that I'm trying to install provided a 
script to create the tables within the schema.  All lines of the script ran 
successfully.  

You said, that install guide is for older version of Tomcat. Several versions 
of Tomcat back, there were changes in way one configures datasource resources. 
Maybe your install guide refers to the old way?

Yes, the OWF webapp comes with Tomcat 7.0.21.  I'm using Tomcat 7.0.42.  Should 
I changes how the datasource resources are configured?  How?

--
Mikolaj Rydzewski <m...@ceti.pl>


---------------------------------------------------------------------
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