After deploying and starting your application in Tomcat, you might
look at your $CATALINA_HOME/logs/localhost*.log files - they sometimes
contain the information you're looking for.

Matt

On 1/24/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote:
> Mike - thx a lot for helping me. No errors using mvn jetty:run war .
>
> The .war has all the library needs to run - like: Hibernate, etc ?
>
> This is the output from testing finish section:
>
> ==============================
> Results :
>
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [dbunit:operation {execution: test}]
> [INFO] [war:war]
> [INFO] Exploding webapp...
> [INFO] Assembling webapp mec_discusion_documentos in
> /home/leobarrientosc/PROYECTOS/DESARROLLO/mec_discusion_documentos_trunk/target/mec_discusion_documentos-0.2
> [INFO] Copy webapp webResources to
> /home/leobarrientosc/PROYECTOS/DESARROLLO/mec_discusion_documentos_trunk/target/mec_discusion_documentos-0.2
> [INFO] Overlaying 2 war(s).
> [INFO] Generating war
> /home/leobarrientosc/PROYECTOS/DESARROLLO/mec_discusion_documentos_trunk/target/mec_discusion_documentos-0.2.war
> [INFO] Building war:
> /home/leobarrientosc/PROYECTOS/DESARROLLO/mec_discusion_documentos_trunk/target/mec_discusion_documentos-0.2.war
> [INFO] [jetty:run-war]
> [INFO] Configuring Jetty for project: Mec discusion documentos - AppFuse
> Spring MVC Application
> [INFO] Context path = /
> [INFO] Tmp directory =  determined at runtime
> [INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
> [INFO] Web overrides =  none
> [INFO] Starting jetty 6.1.6 ...
> [mec_discusion_documentos] DEBUG [main]
> ExpedienteController.registerHandlerMethod(323) | Found action method
> [public org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.ExpedienteController.listarExpedientes(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> ExpedienteController.registerHandlerMethod(323) | Found action method
> [public org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.ExpedienteController.listarExpedientesEnTramite(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> ExpedienteController.registerHandlerMethod(323) | Found action method
> [public org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.ExpedienteController.listarExpedientesConciliados(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> ExpedienteController.registerHandlerMethod(323) | Found action method
> [public org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.ExpedienteController.listarExpedientesCancelados(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> ExpedienteController.registerHandlerMethod(323) | Found action method
> [public org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.ExpedienteController.listarExpedientesFinalizados(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> ExpedienteController.registerHandlerMethod(323) | Found action method
> [public org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.ExpedienteController.mostrarExpediente(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> ExpedienteController.setUserAuthHelper(128) | Objeto userAuth helper
> inyectado .... we Love Spring
> [mec_discusion_documentos] DEBUG [main]
> AyudaController.registerHandlerMethod(323) | Found action method [public
> org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.AyudaController.mostrarBienvenida(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> AyudaController.registerHandlerMethod(323) | Found action method [public
> org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.AyudaController.mostrarAyuda(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> DocumentoController.registerHandlerMethod(323) | Found action method
> [public org.springframework.web.servlet.ModelAndView
> com.opensistemas.mec_discusion_documentos.webapp.controller.DocumentoController.mostrarDocumento(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
> throws java.lang.Exception]
> [mec_discusion_documentos] DEBUG [main]
> DocumentoController.setUserAuthHelper(53) | Objeto userAuth helper
> inyectado .... we Love Spring
> [INFO] Started Jetty Server
> [INFO] Starting scanner at interval of 3 seconds.
> ============================================
>
>
> Michael Horwitz wrote:
> > 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]
> > <mailto:[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]>
> >     > <mailto: [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> <
> >     http://www.opensistemas.com>
> >     >     Madrid: 902 10 73 96
> >     >     Móvil: 662319448
> >     >     España.
> >     >
> >     >
> >     >
> >     >
> >     ---------------------------------------------------------------------
> >     >     To unsubscribe, e-mail:
> >     [EMAIL PROTECTED]
> >     <mailto:[EMAIL PROTECTED]>
> >     >     <mailto:[EMAIL PROTECTED]
> >     <mailto:[EMAIL PROTECTED]>>
> >     >     For additional commands, e-mail:
> >     [EMAIL PROTECTED]
> >     <mailto:[EMAIL PROTECTED]>
> >     >     <mailto:[EMAIL PROTECTED]
> >     <mailto:[EMAIL PROTECTED]>>
> >     >
> >     >
> >
> >
> >     --
> >     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]
>
>

Reply via email to