• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • harvest-plugin
    • None

      Does anyone try this plugin on a Solaris Machine, Hudson running under Glassfish? When I launch a build configure with a Harvest SCM, I have the following exception:
      "FileNotFoundExecption /../hco.log file"

      I looked at the code and indeed the code read this file to retrieve information about the harvest checkout.
      Harvest command launched by Hudson is correct and working: I launched it on a command shell in the same directory with the same user and it is working(the hco.log file is created...)
      The exception tends to say that the process is 'too' fast and not waits the creation of this hco.log file, or something like that

      I managed to make it works under Windows XP, that's why I asked about Solaris/Glassfish?

      Antony

          [JENKINS-7373] Running on Solaris/Glassfish?

          gliptak added a comment -

          We are running Hudson/Harvest on Windows.

          I'm not sure how that hco.log file location was formed:

          "FileNotFoundExecption /../hco.log file"

          In our configuration, the hco.log file is being placed at the root of the workspace:

          %HUDSON_ROOT%/jobs/jobname/workspace/hco.log

          Try setting Client Path to . or leave it empty.

          gliptak added a comment - We are running Hudson/Harvest on Windows. I'm not sure how that hco.log file location was formed: "FileNotFoundExecption /../hco.log file" In our configuration, the hco.log file is being placed at the root of the workspace: %HUDSON_ROOT%/jobs/jobname/workspace/hco.log Try setting Client Path to . or leave it empty.

          gliptak added a comment -

          Did you resolve this issue? Thanks

          gliptak added a comment - Did you resolve this issue? Thanks

          gliptak added a comment -

          Please reopen if further information is available. Thanks

          gliptak added a comment - Please reopen if further information is available. Thanks

          abrugger added a comment -

          I still have the issue

          Location of the hco.log file is correct %HUDSON_ROOT%/jobs/jobname/workspace/hco.log

          I tried with client Path to . and empty, same issue...

          Did you test it on another OS than Windows?

          abrugger added a comment - I still have the issue Location of the hco.log file is correct %HUDSON_ROOT%/jobs/jobname/workspace/hco.log I tried with client Path to . and empty, same issue... Did you test it on another OS than Windows?

          abrugger added a comment -

          I tries wit the latest version (0.4), still the same...

          abrugger added a comment - I tries wit the latest version (0.4), still the same...

          gliptak added a comment -

          Anthony, we are only running this under Windows. You might review the code to see if path (the location of the hco.log file) are formed properly under *nix? You might also consider debugging the plugin maybe ... Thanks

          gliptak added a comment - Anthony, we are only running this under Windows. You might review the code to see if path (the location of the hco.log file) are formed properly under *nix? You might also consider debugging the plugin maybe ... Thanks

            Unassigned Unassigned
            abrugger abrugger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: