Running a Bamboo Remote Agent service on Windows as a user other than System the parameter passed to the java.io.tmpdir fails the build

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 3.2 RC1, 3.2
    • Affects Version/s: 3.1.3
    • Component/s: Bamboo Release
    • None
    • Environment:

      Windows XP x86
      Bamboo 3.1.3 standalone
      JDK 1.6.0_12

      When the agent runs as the system, the param for java.io.tmpdir defaults to C:\WINDOWS\TEMP\<BUILD-KEY> and the build works just fine.
      When I run the agent as a user (trying to get around permissions issues with writing) the param for java.io.tmpdir defaults to "C:\Documents and Settings\<user-name>\Local Settings\temp\<BUILD-KEY>"

      When the build runs, the first task that runs an Ant script I get a message that says:

      BUILD FAILED
      Target "and" does not exist in project "<project-name>"

      Even though I see that the param being passed is in quotes so the space in the path should be taken care of, that's the only "and" I can find in my log. In the build script "and" does not appear anywhere, not even embedded in some other word.

            Assignee:
            Marcin Gardias
            Reporter:
            Jay Barra
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: