Uploaded image for project: 'Commons Daemon'
  1. Commons Daemon
  2. DAEMON-244

prunsrv does not propagate exit code

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.10
    • 1.0.11
    • Procrun
    • None
    • MS Windows

    Description

      In order to perform recovery actions (e.g. restart service) the Windows Service Controller needs to detect abnormal program terminations (failures). The Service controller detects a failure if either the service process crashes or the process terminates with a non-zero exit code.

      For my Java server application I want to define recovery actions for the following conditions:
      1) VM crash
      2) Error was thrown (e.g. OutOfMemoryError)
      3) System.exit() with non-zero exit code

      When using prunsrv as a wrapper, I observe the following behaviour:
      1) VM crash is detected only when StartMode=jvm, otherwise the Service Controller ignores the failure situation
      2) When an Error is thrown and StartMode=jvm, prunsrv does not terminate but seems to hang. Therefore, the Service Controller is not aware of the failure. For other StartModes, prunsrv terminates, but the Service Controller does not detect the failure.
      3) When System.exit(42) is called, prunsrv terminates but the Service Controller does not detect the non-zero exit code. This applies for all StartModes.

      It seems to me as if prunsrv always terminates with exit code zero. But I expect the following behaviour:
      1) VM crash with StartMode=jvm -> OK as it is now, but with other StartModes, prunsrv should terminate with a non-zero exit code in order to indicate the abnormal termination.
      2) When an Error is thrown, prunsrv should terminate with a non-zero exit code in order to indicate the abnormal termination.
      3) When System.exit() is called, prunsrv should terminate with the exit code passed to System.exit() (transparent behaviour), in order to let the application indicate a failure situation.

      With the current behaviour, it is not possible to let the Windows Service Controller perform recovery actions.

      Attachments

        1. exit_code_patch_on_1_0_10-u.txt
          7 kB
          Peter Ehrbar
        2. exit_code_patch_on_1_0_10.txt
          8 kB
          Peter Ehrbar

        Issue Links

          Activity

            People

              mturk@apache.org Mladen Turk
              peter.ehrbar Peter Ehrbar
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: