Code:
error message which is repeated until out of memory exception:
2005-07-21 11:25:02,360 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database product name found in cache for DataSource [org.apache.commons.dbcp.BasicDataSource@e23d66]. Name is 'MySQL'.
2005-07-21 11:25:02,361 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionManager'
2005-07-21 11:25:02,363 INFO org.springframework.orm.hibernate.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@e23d66] of Hibernate SessionFactory for HibernateTransactionManager
2005-07-21 11:25:02,364 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionTemplate'
2005-07-21 11:25:02,365 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'userService'
2005-07-21 11:25:02,367 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [databaseContext.xml]
2005-07-21 11:25:03,465 INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=2955762]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,userDao,memberProfileDao,productDao,transactionManager,transactionTemplate,userService]; Root of BeanFactory hierarchy
2005-07-21 11:25:03,467 INFO org.springframework.context.support.ClassPathXmlApplicationContext - 8 beans defined in ApplicationContext [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=2955762]
2005-07-21 11:25:03,469 INFO org.springframework.context.support.ClassPathXmlApplicationContext - No MessageSource found for context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=2955762]: using empty default
2005-07-21 11:25:03,471 INFO org.springframework.context.support.ClassPathXmlApplicationContext - No ApplicationEventMulticaster found for context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=2955762]: using default
2005-07-21 11:25:03,472 INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing listeners
2005-07-21 11:25:03,474 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,userDao,memberProfileDao,productDao,transactionManager,transactionTemplate,userService]; Root of BeanFactory hierarchy]
2005-07-21 11:25:03,475 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'dataSource'
2005-07-21 11:25:03,477 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'sessionFactory'
2005-07-21 11:25:04,900 INFO org.springframework.orm.hibernate.LocalSessionFactoryBean - Building new Hibernate SessionFactory
2005-07-21 11:25:06,127 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'userDao'
2005-07-21 11:25:06,129 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:06,131 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database Product Name is MySQL
2005-07-21 11:25:06,132 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Driver Version is mysql-connector-java-3.0.10-stable ( $Date: 2004/01/13 21:56:18 $, $Revision: 1.27.2.33 $ )
2005-07-21 11:25:06,134 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'memberProfileDao'
2005-07-21 11:25:06,135 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:07,225 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database product name found in cache for DataSource [org.apache.commons.dbcp.BasicDataSource@b4bc93]. Name is 'MySQL'.
2005-07-21 11:25:07,228 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'productDao'
2005-07-21 11:25:07,230 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:07,231 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database product name found in cache for DataSource [org.apache.commons.dbcp.BasicDataSource@b4bc93]. Name is 'MySQL'.
2005-07-21 11:25:07,232 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionManager'
2005-07-21 11:25:07,233 INFO org.springframework.orm.hibernate.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@b4bc93] of Hibernate SessionFactory for HibernateTransactionManager
2005-07-21 11:25:07,234 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionTemplate'
2005-07-21 11:25:07,235 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'userService'
2005-07-21 11:25:07,237 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [databaseContext.xml]
2005-07-21 11:25:07,247 INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=13131901]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,userDao,memberProfileDao,productDao,transactionManager,transactionTemplate,userService]; Root of BeanFactory hierarchy
2005-07-21 11:25:07,249 INFO org.springframework.context.support.ClassPathXmlApplicationContext - 8 beans defined in ApplicationContext [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=13131901]
2005-07-21 11:25:07,251 INFO org.springframework.context.support.ClassPathXmlApplicationContext - No MessageSource found for context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=13131901]: using empty default
2005-07-21 11:25:07,253 INFO org.springframework.context.support.ClassPathXmlApplicationContext - No ApplicationEventMulticaster found for context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=13131901]: using default
2005-07-21 11:25:07,254 INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing listeners
2005-07-21 11:25:07,255 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,userDao,memberProfileDao,productDao,transactionManager,transactionTemplate,userService]; Root of BeanFactory hierarchy]
2005-07-21 11:25:07,256 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'dataSource'
2005-07-21 11:25:07,258 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'sessionFactory'
2005-07-21 11:25:08,710 INFO org.springframework.orm.hibernate.LocalSessionFactoryBean - Building new Hibernate SessionFactory
2005-07-21 11:25:10,968 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'userDao'
2005-07-21 11:25:10,971 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:10,973 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database Product Name is MySQL
2005-07-21 11:25:10,975 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Driver Version is mysql-connector-java-3.0.10-stable ( $Date: 2004/01/13 21:56:18 $, $Revision: 1.27.2.33 $ )
2005-07-21 11:25:10,976 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'memberProfileDao'
2005-07-21 11:25:10,977 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:10,978 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database product name found in cache for DataSource [org.apache.commons.dbcp.BasicDataSource@d8e54c]. Name is 'MySQL'.
2005-07-21 11:25:10,979 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'productDao'
2005-07-21 11:25:10,981 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:10,982 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database product name found in cache for DataSource [org.apache.commons.dbcp.BasicDataSource@d8e54c]. Name is 'MySQL'.
2005-07-21 11:25:10,983 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionManager'
2005-07-21 11:25:10,984 INFO org.springframework.orm.hibernate.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@d8e54c] of Hibernate SessionFactory for HibernateTransactionManager
2005-07-21 11:25:10,985 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionTemplate'
2005-07-21 11:25:10,987 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'userService'
2005-07-21 11:25:10,989 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [databaseContext.xml]
2005-07-21 11:25:11,001 INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=11936163]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,userDao,memberProfileDao,productDao,transactionManager,transactionTemplate,userService]; Root of BeanFactory hierarchy
2005-07-21 11:25:11,005 INFO org.springframework.context.support.ClassPathXmlApplicationContext - 8 beans defined in ApplicationContext [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=11936163]
2005-07-21 11:25:11,007 INFO org.springframework.context.support.ClassPathXmlApplicationContext - No MessageSource found for context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=11936163]: using empty default
2005-07-21 11:25:11,009 INFO org.springframework.context.support.ClassPathXmlApplicationContext - No ApplicationEventMulticaster found for context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=11936163]: using default
2005-07-21 11:25:11,011 INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing listeners
2005-07-21 11:25:11,012 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,userDao,memberProfileDao,productDao,transactionManager,transactionTemplate,userService]; Root of BeanFactory hierarchy]
2005-07-21 11:25:11,013 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'dataSource'
2005-07-21 11:25:11,015 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'sessionFactory'
2005-07-21 11:25:13,590 INFO org.springframework.orm.hibernate.LocalSessionFactoryBean - Building new Hibernate SessionFactory
^C2005-07-21 11:25:14,810 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'userDao'
2005-07-21 11:25:14,812 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:14,816 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database Product Name is MySQL
2005-07-21 11:25:14,817 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Driver Version is mysql-connector-java-3.0.10-stable ( $Date: 2004/01/13 21:56:18 $, $Revision: 1.27.2.33 $ )
2005-07-21 11:25:14,818 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'memberProfileDao'
2005-07-21 11:25:14,820 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:14,821 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database product name found in cache for DataSource [org.apache.commons.dbcp.BasicDataSource@808228]. Name is 'MySQL'.
2005-07-21 11:25:14,844 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'productDao'
2005-07-21 11:25:14,846 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Looking up default SQLErrorCodes for DataSource
2005-07-21 11:25:14,847 INFO org.springframework.jdbc.support.SQLErrorCodesFactory - Database product name found in cache for DataSource [org.apache.commons.dbcp.BasicDataSource@808228]. Name is 'MySQL'.
2005-07-21 11:25:14,848 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionManager'
2005-07-21 11:25:14,849 INFO org.springframework.orm.hibernate.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@808228] of Hibernate SessionFactory for HibernateTransactionManager
2005-07-21 11:25:14,851 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionTemplate'
2005-07-21 11:25:14,852 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'userService'
2005-07-21 11:25:14,863 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [databaseContext.xml]
2005-07-21 11:25:14,880 INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=4295044]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,userDao,memberProfileDao,productDao,transactionManager,transactionTemplate,userService]; Root of BeanFactory hierarchy
2005-07-21 11:25:14,883 INFO org.springframework.context.support.ClassPathXmlApplicationContext - 8 beans defined in ApplicationContext [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=4295044]
2005-07-21 11:25:14,885 INFO org.springframework.context.support.ClassPathXmlApplicationContext - No MessageSource found for context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=4295044]: using empty default
2005-07-21 11:25:14,888 INFO org.springframework.context.support.ClassPathXmlApplicationContext - No ApplicationEventMulticaster found for context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=4295044]: using default
2005-07-21 11:25:14,889 INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing listeners
2005-07-21 11:25:14,890 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,userDao,memberProfileDao,productDao,transactionManager,transactionTemplate,userService]; Root of BeanFactory hierarchy]
2005-07-21 11:25:14,892 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'dataSource'
2005-07-21 11:25:14,894 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'sessionFactory' ....
ERROR 2005-07-21 10:57:04,724 [org.springframework.web.context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in resource [/WEB-INF/classes/databaseCon
text.xml] of ServletContext: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate clas
s [com.mpom.service.UserServiceImpl]; constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error c
reating bean with name 'userService' defined in class path resource [databaseContext.xml]: Instantiation of bean failed; nested exception is org.spring
framework.beans.FatalBeanException: Could not instantiate class [com.mpom.service.UserServiceImpl]; constructor threw exception; nested exception is or
g.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [databaseContext.xml]
: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [com.mpom.service.UserSer
viceImpl]; constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'use
rService' defined in class path resource [databaseContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanEx
ception: Could not instantiate class [com.mpom.service.UserServiceImpl]; constructor threw exception; nested exception is org.springframework.beans.fac
tory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [databaseContext.xml]: Instantiation of bean fai
led; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [com.mpom.service.UserServiceImpl]; constructor thre
w exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class
path resource [databaseContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instanti
ate class [com.mpom.service.UserServiceImpl]; constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'userService' defined in class path resource [databaseContext.xml]: Instantiation of bean failed; nested exception is or
g.springframework.beans.FatalBeanException: Could not instantiate class [com.mpom.service.UserServiceImpl]; constructor threw exception; nested excepti
on is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [databaseCont
ext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [com.mpom.service
.UserServiceImpl]; constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with n
ame 'userService' defined in class path resource [databaseContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.Fat
alBeanException: Could not instantiate class [com.mpom.service.UserServiceImpl]; constructor threw exception; nested exception is org.springframework.b
eans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [databaseContext.xml]: Instantiation of
bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [com.mpom.service.UserServiceImpl]; ...