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

Commons Daemon procrun failed with exit value: 5 (Failed to start service)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.15
    • 1.1.0
    • Procrun
    • None
    • OS : Windows 7 (64bit)
      Jre : 7 (32bit) and 7(64bit) installed, the 32bit one is used by default.
      Hardware specifications :

      • Processor : Intel Core i7
      • RAM : 8 GB

    Description

      I use the Amd64 version of procrun to run a .jar as a service, it works on several machines with the same configuration but on one of them, It's impossible to start the service.

      When the service is installed (with this command) :

      xx.exe //IS//xx --Install=xx.exe" --Description="xx" --Jvm=auto --Classpath=xx.jar --Startup=auto --StartMode=jvm --StartClass=Controller.ServiceMain --StartMethod=main --StartParams=start --StopMode=jvm --StopClass=Controller.ServiceMain --StopMethod=main --StopParams=stop --LogPath="./Logs" --StdOutput=auto --StdError=auto --StopTimeout=120 --LogLevel=debug

      it generates this log :

      [2013-11-28 13:10:06] [debug] ( prunsrv.c:1679) [ 9444] Commons Daemon procrun log initialized
      [2013-11-28 13:10:06] [info] ( prunsrv.c:1683) [ 9444] Commons Daemon procrun (1.0.15.0 64-bit) started
      [2013-11-28 13:10:06] [debug] ( prunsrv.c:561 ) [ 9444] Installing service...
      [2013-11-28 13:10:06] [info] ( prunsrv.c:600 ) [ 9444] Service xx name
      [2013-11-28 13:10:07] [debug] ( prunsrv.c:616 ) [ 9444] Setting service description xx
      [2013-11-28 13:10:07] [info] ( prunsrv.c:634 ) [ 9444] Service 'xx' installed
      [2013-11-28 13:10:07] [info] ( prunsrv.c:1764) [ 9444] Commons Daemon procrun finished
      [2013-11-28 13:10:07] [debug] ( prunsrv.c:1679) [ 9724] Commons Daemon procrun log initialized
      [2013-11-28 13:10:07] [info] ( prunsrv.c:1683) [ 9724] Commons Daemon procrun (1.0.15.0 64-bit) started
      [2013-11-28 13:10:07] [info] ( prunsrv.c:725 ) [ 9724] Starting service 'xx' ...
      [2013-11-28 13:10:10] [error] ( prunsrv.c:746 ) [ 9724] Failed to start 'xx' service
      [2013-11-28 13:10:10] [error] ( prunsrv.c:746 ) [ 9724] The data area passed to a system call is too small.
      [2013-11-28 13:10:10] [info] ( prunsrv.c:754 ) [ 9724] Start service finished.
      [2013-11-28 13:10:10] [error] ( prunsrv.c:1755) [ 9724] Commons Daemon procrun failed with exit value: 5 (Failed to start service)
      [2013-11-28 13:10:10] [error] ( prunsrv.c:1755) [ 9724] The data area passed to a system call is too small.

      And if I try to start the service again after the installation, no log is generated anymore.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              padrus00 Vincent Tonus
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: