It looks like there is an error wiring up the Spring beans in your application. If you start the app using Jetty on the command line (mvn jetty:run-war) does everything start properly? If not does it give you some additional details/error messages? If you are running Tomcat on Windows is there any additional information printed to the console during startup?
Mike On 1/24/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: > > Mike: The log (Catalina) says: > > INFO: Deploying web application archive discusion_documentos-0.2.war > Jan 24, 2008 10:36:31 AM org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart > Jan 24, 2008 10:36:31 AM org.apache.catalina.core.StandardContext start > SEVERE: Context [/discusion_documentos-0.2] startup failed due to > previous errors > Jan 24, 2008 10:36:41 AM org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart > Jan 24, 2008 10:36:41 AM org.apache.catalina.core.StandardContext start > SEVERE: Context [/discusion_documentos-0.2] startup failed due to > previous errors > > ..... I am newbie in tomcat. > > > > Michael Horwitz wrote: > > Are there any more details in the Tomcat logs? And can you access the > > application via a browser? > > > > Mike > > > > On 1/24/08, *Leo Barrientos C.* <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > Hello, i've got this error on tomcat5 manager: > > > > FALLO - No se pudo arrancar la aplicación en trayectoria de contexto > > On English should be like: FAILURE: Aplication cannot start on > > context-trayectory > > > > I missing something? . > > > > I'm using appfuse 2, Spring MVC - HIBERNATE. > > > > JDK 1.6 > > > > Thanks in advance. > > > > > > -- > > Leo Barrientos C. > > Responsable de operaciones - OpenSistemas Madrid. > > www.opensistemas.com <http://www.opensistemas.com> > > Madrid: 902 10 73 96 > > Móvil: 662319448 > > España. > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > Leo Barrientos C. > Responsable de operaciones - OpenSistemas Madrid. > www.opensistemas.com > Madrid: 902 10 73 96 > Móvil: 662319448 > España. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
