[Swift-devel] swift errors

Mihael Hategan hategan at mcs.anl.gov
Sun Mar 18 20:46:54 CDT 2007


On Sun, 2007-03-18 at 08:01 -0500, Veronika V. Nefedova wrote:
> HI,
> 
> When I  was running the same workflow that worked before without any errors 
> - I got this errors on my stdout:
> 
> Exception occured in the exception handling code, so it cannot be properly 
> propagated to the user
> java.lang.IllegalArgumentException: This socket does not seem to exist in 
> the socket pool.
>          at org.globus.ftp.dc.SocketPool.remove(SocketPool.java:78)
>          at 
> org.globus.ftp.dc.GridFTPTransferSinkThread.shutdown(GridFTPTransferSinkThread.java:87)
>          at 
> org.globus.ftp.dc.TransferSinkThread.run(TransferSinkThread.java:78)
> <a lot of these>

Grr. I'll try to see what can be done to remove that error.

> 
> And then these (also a lot of them):
> java.lang.OutOfMemoryErrorjava.lang.OutOfMemoryError
> java.lang.OutOfMemoryError

If you get those, you should ctrl+c the workflow and restart it with
more memory. Edit swift/bin/swift and on the OPTIONS= line say:
OPTIONS="-Xmx256M" (or whatever heap limit you want it to have - the
default is 32M I think).

> 
> The is on wiggum in 
> /sandbox/ydeng/alamines/swift-MolDyn-free-final-lor82qgcceac0.log and I am 
> suing this swift code/verison: /sandbox/nefedova/SWIFT/vdsk-0.1rc2/
> 
> Nika
> 
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
> 




More information about the Swift-devel mailing list