Re: http error 404

2009-09-18 Thread Peter Crowther
2009/9/18 alim > [...] > 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.GenericJDBCEx

Re: http error 404

2009-09-18 Thread alim
hi peter, i ll try this way also, thanx cheers alim Peter Crowther wrote: > > 2009/9/18 alim > >> Jre 1.6 >> > > OK, so it's a JRE not a JDK? > > >> java.lang.NoClassDefFoundError: javax/mail/internet/AddressException >> > > That's your root cause - for some reason, your system can't

Re: http error 404

2009-09-18 Thread alim
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.apa

Re: http error 404

2009-09-18 Thread Peter Crowther
2009/9/18 alim > Jre 1.6 > OK, so it's a JRE not a JDK? > java.lang.NoClassDefFoundError: javax/mail/internet/AddressException > That's your root cause - for some reason, your system can't see at least some of the Javamail classes. My guess is that because you're running a JRE, Javamail isn'

Re: http error 404

2009-09-18 Thread Mikolaj Rydzewski
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 creati