-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Platform: All, OS: other
Hi all,
I am running Hudson 1.227 clear case plugin 0.5.2. I am not able run more than
on job on Hudson, I
installed Tomcat 6 on Windows 2003 server. This one job also hangs after some
time because of file
descriptor leak. Is there any way to work around to stop this leak on 2003
server, by the way I tried the
documented work around but it doest not help much, still i see the same exception.
Pls Help me,
-Arshad
WARNING: Process leaked file descriptors. See
http://hudson.gotdns.com/wiki/display/JENKINS/Spawning+processes+from+build for
more information
java.lang.Exception
at hudson.Proc$LocalProc.join(Proc.java:128)
at
hudson.plugins.clearcase.HudsonClearToolLauncher.run(HudsonClearToolLauncher.java:54)
at hudson.plugins.clearcase.ClearToolExec.catcs(ClearToolExec.java:139)
at
hudson.plugins.clearcase.action.SnapshotCheckoutAction.checkout(SnapshotCheckoutAction.java:33)
at
hudson.plugins.clearcase.AbstractClearCaseScm.checkout(AbstractClearCaseScm.java:133)
at
hudson.plugins.clearcase.AbstractClearCaseScm.checkout(AbstractClearCaseScm.java:113)
at hudson.model.AbstractProject.checkout(AbstractProject.java:574)
at
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:251)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:225)
at hudson.model.Run.run(Run.java:778)
at hudson.model.Build.run(Build.java:85)
at hudson.model.ResourceController.execute(ResourceController.java:70)
at hudson.model.Executor.run(Executor.java:85)
Fixed through using 0.6 (trunk) instead of 0.5.2