Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.2.3
-
None
-
Linux Red Hat AS4 (2.6.9-34.ELsmp), JRockit 1.5.0_14, Weblogic 9.2 MP2
Description
Due to the default value of the parameter CONFIG_REFRESH_PERIOD, each request causes to reload the web.xml and potential faces config files defined in the web.xml. These loaded files were not freed up and led to open file handles (which are limited to 1024 by default) on the system. After a while the open file handles prevents the system from creating new SocketConnections.