Too many open files error in Glassfish3 while using https listener

Posted by a1ex07 on Stack Overflow See other posts from Stack Overflow or by a1ex07
Published on 2010-03-29T15:51:57Z Indexed on 2010/03/29 15:53 UTC
Read the original article Hit count: 357

Filed under:
|

I have a problem running webservice that requires https connection(Glassfish3). After running for a while, it eventually crashes. Log file show "Failed to load keystore type JKS with path ....config/keystore.jks due to ...config/keystore.jks (Too many open files)".


lsof shows that a number of open files are constantly increasing (among others, I noticed that there are many files with type 'sock' and undefined protocol that never get closed). I tried changing the limit of open files, but it resulted in a longer time before crashing... I blamed the webservice, but everything works fine if the application doesn't require confidential protocol. Did I miss anything in http listener configuration ? Or it is rather an application error?


Thanks in advance

© Stack Overflow or respective owner

Related posts about glassfishv3

Related posts about https