You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "jaikiran pai (JIRA)" <ji...@apache.org> on 2017/07/28 14:06:00 UTC

[jira] [Commented] (IVY-1277) "Too many open files" error during ivy:buildlist

    [ https://issues.apache.org/jira/browse/IVY-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105011#comment-16105011 ] 

jaikiran pai commented on IVY-1277:
-----------------------------------

[~gkiel], [~netappbluedevil], is this reproducible against 2.4.0 version of Ivy? If yes, could either of you share a build and relevant Ivy files to reproduce this?


> "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 was sent by Atlassian JIRA
(v6.4.14#64029)