Hide Forgot
Description of problem: The output of the status option of the init script is always "lockfile exists but process is not running" Version-Release number of selected component (if applicable): tomcat6-6.0.24-52.el6_4.noarch How reproducible: Run a tomcat instance, and try service tomcat6 status Patch: *************** function checkpidfile() *** 231,236 **** --- 231,237 ---- if [ -d "/proc/${kpid}" ]; then # The pid file exists and the process is running RETVAL="0" + return else # The pid file exists but the process is not running RETVAL="1"
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1721.html