Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-3659

Invalid DOS path on slave

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • vss-plugin
    • None
    • Platform: All, OS: Windows XP

      When trying to run a job from the slave an error of 'Invalid DOS path' is
      returned. It looks like on the server the command is run from the current
      directory where on the slave the full directory is specified in the Get Latest
      Version call. As there are spaces in the directory name, it may just need to
      have quotes around the path in the generated command.

      Started by user anonymous
      Building remotely on XXXXXXX
      FATAL: com4j.ComException: 8004d845 (Unknown error) : Invalid DOS path: :
      .\invoke.cpp:447
      hudson.util.IOException2: com4j.ComException: 8004d845 (Unknown error) : Invalid
      DOS path: : .\invoke.cpp:447
      at scm.vss.VSSSCM.get(VSSSCM.java:524)
      at scm.vss.VSSSCM.checkout(VSSSCM.java:265)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:809)
      at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314)
      at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266)
      at hudson.model.Run.run(Run.java:923)
      at hudson.model.Build.run(Build.java:112)
      at hudson.model.ResourceController.execute(ResourceController.java:93)
      at hudson.model.Executor.run(Executor.java:119)
      Caused by: com4j.ExecutionException: com4j.ComException: 8004d845 (Unknown
      error) : Invalid DOS path: : .\invoke.cpp:447
      at com4j.ComThread.execute(ComThread.java:189)
      at com4j.Task.execute(Task.java:32)
      at com4j.Wrapper$InvocationThunk.invoke(Wrapper.java:242)
      at com4j.Wrapper.invoke(Wrapper.java:118)
      at $Proxy8.get(Unknown Source)
      at scm.vss.VSSSCM.get(VSSSCM.java:515)
      ... 8 more
      Caused by: com4j.ComException: 8004d845 (Unknown error) : Invalid DOS path: :
      .\invoke.cpp:447
      at com4j.Native.invoke(Native Method)
      at com4j.StandardComMethod.invoke(StandardComMethod.java:95)
      at com4j.Wrapper$InvocationThunk.call(Wrapper.java:252)
      at com4j.Task.invoke(Task.java:44)
      at com4j.ComThread.run0(ComThread.java:149)
      at com4j.ComThread.run(ComThread.java:125)

            Unassigned Unassigned
            mburgess mburgess
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: