[Swift-user] Swift running errors

Mihael Hategan hategan at mcs.anl.gov
Wed Feb 20 09:42:12 CST 2008


> > 2. When runing a workflow which involves 1000nodes, I 
> > encounter the following errors very frequently, but not all 
> > the time:
> [..]
> >         java.io.IOException: Too many open files
> 
> What machine are you running on? Have you changed any configuration 
> parameters? A basic 1000 job workflow should run fine with the default 
> settings.
> 
> On the machine you are running on, type   ulimit -a   and paste that here.
> 

There is some odd bug in the JVM. Some, and I don't remember exactly
which, classes related to time/date open time zone resource files
repeatedly and they forget to close them. If this is done fast enough
(faster than the garbage collector reaches those files which get closed
when finalized), you get this error.

It might be something else though.




More information about the Swift-user mailing list