[ 
https://issues.jenkins-ci.org/browse/JENKINS-12176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163528#comment-163528
 ] 

Jim Searle commented on JENKINS-12176:
--------------------------------------

It's a UNIX thing, there is a directory in /proc for each process id, and 
/proc/<pid>/fd contains a list of all files opened by that <pid>.  Sorry, I 
don't know OSX at all...

I was following the instructions here:
https://wiki.jenkins-ci.org/display/JENKINS/I'm+getting+too+many+open+files+error

Can you see anything in the code where if a job is disabled it might not close 
the file?

                
> Unable to delete a job that has a fstrigger
> -------------------------------------------
>
>                 Key: JENKINS-12176
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12176
>             Project: Jenkins
>          Issue Type: Bug
>          Components: fstrigger
>            Reporter: Jim Searle
>            Assignee: Gregory Boissinot
>
> I have a fstrigger that polls every minute, and most of the time when I try 
> to delete the job I get an error:
> java.io.IOException: Unable to delete /some/path/.nfs00000000018e26ca00236d2f
> so I look at that file, and it contains the fstrigger polling log.
> If I disable the fstrigger, then I am able to delete the job.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to