Results 1 to 3 of 3

Thread: SEVERE: Exception sending context initialized event to listener instance of class

Threaded View

  1. #1
    Join Date
    Dec 2012
    Posts
    1

    Default SEVERE: Exception sending context initialized event to listener instance of class

    I am having the below error while starting Tomcat 6.0 . I cannot determine why I get this error.
    Code:
    SEVERE: Exception sending context initialized event to listener instance of class 
    org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.thetasp.common.report.imp.WordMLReportImp' defined in class path resource [core-spring.xml]: Cannot resolve reference to bean 'com.thetasp.common.wordml.TemplateResolver' while setting bean property 'templateResolver'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.thetasp.common.wordml.TemplateResolver' defined in class path resource [core-spring.xml]: Cannot resolve reference to bean 'com.thetasp.common.wordml.Jod3Converter' while setting bean property 'jod3Converter'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.thetasp.common.wordml.Jod3Converter' defined in class path resource [core-spring.xml]: Invocation of init method failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Cannot open connection; uncategorized SQLException for SQL [???]; SQL state [null]; error code [0]; Cannot create PoolableConnectionFactory (IO Error: The Network Adapter could not establish the connection); nested exception is org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (IO Error: The Network Adapter could not establish the connection) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    Last edited by Ruba; Dec 14th, 2012 at 05:05 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •