Re: Jenkins problem - Java mkdirs() failing

2012-05-22 Thread Marshall Schor
Thanks, that was the motivation I needed to dig into even less probable causes (and I found the cause :-) ... -Marshall On 5/21/2012 4:56 PM, Niklas Gustavsson wrote: On Mon, May 21, 2012 at 9:56 PM, Marshall Schor wrote: Can someone with ssh access to the build machine (ubuntu1) take a look

Re: Jenkins problem - Java mkdirs() failing

2012-05-21 Thread Niklas Gustavsson
On Mon, May 21, 2012 at 9:56 PM, Marshall Schor wrote: > Can someone with ssh access to the build machine (ubuntu1) take a look and > see if there is some kind of permission issue?  (I'm not sure what userid > the build runs as, and I don't know what "groups" the builder is a member > of, and I do

Jenkins problem - Java mkdirs() failing

2012-05-21 Thread Marshall Schor
We have a build helper custom plugin that used to work on Jenkins, but seems to have stopped working. The plugin fails to create a subdirectory in the Jenkins .m2 repository. I suspect this is some kind of a permissions issue. You can see the evidence in this raw log output from our last fai