https://issues.apache.org/bugzilla/show_bug.cgi?id=55439

            Bug ID: 55439
           Summary: 'catalina.sh stop -force' doesn't account for empty
                    pid file
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Packaging
          Assignee: dev@tomcat.apache.org
          Reporter: davemi...@gmail.com

When CATALINA_PID is provided to 'catalina.sh stop -force', but the script
doesn't have permission to remove the file, the script instead clears the
CATALINA_PID file's contents. The subsequent code for '-force' doesn't account
for this and attempts to call kill an empty PID argument, leading to spurious
error messages.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to