java.io.FilenotFoundException (bad File Discriptor)

in my project i am facing one exception that is :

Java.io.FileNotFoundException (Bad File Discriptor)

when this exception coming tell me briefly

[170 byte] By [travprasada] at [2007-11-27 11:53:43]
# 1

Briefly: file system corruption, or too many files open or...

CeciNEstPasUnProgrammeura at 2007-7-29 18:51:51 > top of Java-index,Java Essentials,Java Programming...
# 2

Either your filesystem has gone awry or you are doing something wrong in your code. I suspect the latter.

Please post your formatted code using the code tags.

cotton.ma at 2007-7-29 18:51:51 > top of Java-index,Java Essentials,Java Programming...