Hi,

I tried to monitor the file handles opened by the maven build on Windows using a set of utilities from [1]. Here are some observations:

a) The build keeps around 58 jars open from modules\<module>\target\<module.jar>
b) Java files are opened and closed as the compilation goes
c) OSGi related tests open bundle files in the cache
d) BPEL related tests open .data files for the derby database (>100 files)

I don't see accumulation of file handles though. Maybe d) or c) will create a peak of opened files.

[1] http://technet.microsoft.com/en-us/sysinternals/default.aspx

Thanks,
Raymond
--------------------------------------------------
From: "Simon Laws" <[email protected]>
Sent: Wednesday, January 06, 2010 3:09 AM
To: <[email protected]>; <[email protected]>
Subject: Re: Build failed in Hudson: Tuscany-2x #369

The handle count did start to creep up as the build progresses.
However my build failed due to local changes so I have to fix those
first.

Note. I'm not absolutely sure that the number I'm looking at is
directly related to the problem we are seeing just yet so don't assume
that I have a grip on this just yet.

Simon

Reply via email to