scb_*.tmp Files



I am facing a problem similar to the problem here.
http://www.linuxquestions.org/questions/showthread.php?threadid=74955

Basically, I am using MS Sql Server JDBC driver. After running my
servlet for a while, I got a "Too many open files" error. Then I
discovered JDBC driver had created more than 20000 files named
"scb_*.tmp", "scb_*.tmp" and "scp_*.tmp" in /var/tomcat/temp/. "*"
is a number here.

the scd_ file appears to contain the results of my query, whilst one,
the scb file, is always empty.

I have no idea where these files come from.

Need help.

Thanks very much.

Hong

:)

.


Loading