Print

Print


OK great

I will fill "yet another bug" in savanah
unless someone complains against
there is a recipe somewhere in the GOC wiki to
after the "stop"

[root@se01 test]# su edginfo -c "killall - 9 java" 2>/dev/null
[root@se01 test]# su tomcat4 -c "killall - 9 java" 2>/dev/null
[root@se01 test]# rm -f /var/tomcat4/logs/catalina.out

cheers

Mario

Quoting Eduardo Huedo Cuesta <[log in to unmask]>:

> Hi Mario,
>
> Yes, we have experienced that, and we have to manually kill the catalina
> process.
> The script to stop tomcat4 hands in the following loop:
>
>       tc4run=1
>       until [ $tc4run = '0' ]
>       do
>           tc4run=`ps -aux | grep catalina | grep -v grep | grep
> $TOMCAT_USER -c`
>           sleep 1
>       done
>
> It waits until  the catalina process exits, but it doesn't. Who has to
> kill the catalina process? I think that a (soft) kill of the catalina
> process is missing in this loop.
>
> Regards,
>
>     Eduardo.
>
>
> LHC Computer Grid - Rollout wrote:
>
> >Hi
> >at LIP-LCG2
> >since upgrading to LCG2.3.0 I have been having problems
> >to stop edg-tomcat4 deamon
> >it says
> >Stopping tomcat4:                                          [  OK  ]
> >
> >but stays there forever
> >I will try to take a closer look at the catalina*.log files
> >
> >should I open a bug on this, as anybody else experienced the same
> >behaviour?
> >
> >this has of course implications in the service-status and rgma stuff, etc.
> >
> >cheers
> >
> >Mario
> >
> >
> >
> >
>
> --
>
> GridWay, The Way to Grid! http://www.gridway.org
>
> **************************************************
>
> Eduardo Huedo Cuesta
> Laboratorio de Computación Avanzada, Simulación
>  y Aplicaciones Telemáticas
> Centro de Astrobiología (CSIC-INTA)
> Ctra. de Ajalvir Km 4
> 28850 Torrejón de Ardoz, Madrid
> Spain
>
> Tel:   +34 91 520 64 28
> Fax:   +34 91 520 10 74
> Email: [log in to unmask]
> Web:   http://www.cab.inta.es/~huedoce
>
> **************************************************
>