Hi Mikolaj thanx for quick reply, i have downloaded library and copied to tomcat lib folder, now there is some other problem i think
catalina is showing same error Sep 18, 2009 11:22:49 AM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Sep 18, 2009 11:22:49 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/itracker] startup failed due to previous errors while localhost is showing following error now Sep 18, 2009 11:22:49 AM org.apache.catalina.core.StandardContext listenerStart 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 'itrackerServices' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'issueService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'issueService' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'issueServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'issueServiceTarget' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'notificationService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationService' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'notificationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationServiceTarget' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'emailService' while setting bean property 'emailService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emailService' defined in class path resource [services-context.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'issueService' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'issueServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'issueServiceTarget' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'notificationService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationService' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'notificationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationServiceTarget' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'emailService' while setting bean property 'emailService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emailService' defined in class path resource [services-context.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'issueServiceTarget' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'notificationService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationService' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'notificationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationServiceTarget' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'emailService' while setting bean property 'emailService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emailService' defined in class path resource [services-context.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationService' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'notificationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationServiceTarget' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'emailService' while setting bean property 'emailService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emailService' defined in class path resource [services-context.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'notificationServiceTarget' defined in class path resource [services-context.xml]: Cannot resolve reference to bean 'emailService' while setting bean property 'emailService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emailService' defined in class path resource [services-context.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emailService' defined in class path resource [services-context.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection cheers alim Mikolaj Rydzewski-2 wrote: > > alim wrote: >> Sep 18, 2009 10:34:58 AM org.apache.catalina.core.StandardContext >> listenerStart >> 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 'sessionFactory' defined in class path resource >> [persistence-context.xml]: Invocation of init method failed; nested >> exception is java.lang.NoClassDefFoundError: >> javax/mail/internet/AddressException >> Caused by: java.lang.NoClassDefFoundError: >> javax/mail/internet/AddressException >> > > > Hi, > > You haven't got JavaMail library installed. So Tomcat is not able to > deploy webapp correctly. Hence 404 error. > > Download JavaMail from http://java.sun.com/products/javamail/downloads/ > and copy jar file to Tomcat's lib folder. > > -- > Mikolaj Rydzewski <m...@ceti.pl> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/http-error-404-tp25505913p25506513.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org