Hi,

On 27/05/15 02:53, Sean Carte wrote:

On 26 May 2015 at 16:20, Hilton Gibson <hilton.gib...@gmail.com> wrote:


The handle server is always problematic after an upgrade.

Thanks, Hilton; lots of great information there.

So it seems that this is not a good indicator of whether handled is running:

ps -ef | grep java | grep log4j-handle | grep -v 'grep'

I use
sudo jps -l
(jps is like ps but just for JVM processes; the -l option tells it to output the full class name incl package)

On one of my production DSpace servers, that currently says:
13042 sun.tools.jps.Jps
1768 org.apache.catalina.startup.Bootstrap
1978 net.handle.server.Main

So the first one is jps itself, the second one is tomcat and the third one is the handle service. A few greps less ;)

cheers,
Andrea
-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to