Franz, Did you install the MySQL JDBC driver? The error i saying that it could not open a connection to the database, probably because there's some error with this driver.
Guilherme Loch Góes On Sat, May 29, 2010 at 6:43 AM, Franz Edler <[email protected]> wrote: > Hi all, > > I have installed SerMyAdmin but cannot start the application. > The Tomcat Manager says: FAIL - Application at context path /sermyadmin > could not be started > > I now looked into the log-files of Tomcat and I see the following SEVERE > error at starting: > May 29, 2010 10:38:22 AM org.apache.catalina.core.StandardContext > listenerStart > SEVERE: Exception sending context initialized event to listener instance of > class org.codehaus.groovy.grails.web.context.GrailsContextLoaderListener > 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: > Could not get Connection for extracting meta data; > nested exception is > org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get > JDBC Connection; > nested exception is org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot > create PoolableConnectionFactory (Communications link failure > > Does anyone have an idea what I might do? > > Regards > Franz > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
