"Too many open files" error during ivy:buildlist
------------------------------------------------

                 Key: IVY-1277
                 URL: https://issues.apache.org/jira/browse/IVY-1277
             Project: Ivy
          Issue Type: Bug
    Affects Versions: 2.2.0
         Environment: 64bit Ubuntu, ant 1.7.1
            Reporter: Garrett Kiel
            Priority: Minor


impossible to parse ivy file for /home/blah/blah/blah/build/build.xml: 
ivyfile=/home/blah/blah/blah/build/ivy.xml exception=java.text.ParseException: 
/home/blah/blah/blah/build/ivy.xml (Too many open files) in 
file:/home/blah/blah/blah/build/ivy.xml

This error has intermittently happened to a number of people I work with during 
a particular buildlist call that looks like this:
{code:xml}
<ivy:buildlist reference="@{module}.depends" root="@{module}" 
excluderoot="true" onlydirectdep="true">
    <fileset dir="${core.home}" includes="*/build/build.xml" excludes="build/"/>
</ivy:buildlist>
{code}

(It's nested in a <for> loop that iterates over every @{module} in our project)

We have approximately 50-60 ivy modules in our project just for reference.  
Additionally, this error only started coming up when we upgraded to 2.2.0 from 
2.0.0-beta2.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to