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

Daniel Holmes commented on IVY-1277:
------------------------------------

I did just encounter this for the first time.  Happened as I was experimenting 
with URL resolver rather than a basic file resolver which we had been using for 
nearly 2 years.  Does seem intermittent because my second build seemed to 
proceed fine.
                
> "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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to