Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » "java.net.SocketException: Too many open files" error on the Stardust portal("java.net.SocketException: Too many open files" error on the Stardust portal after sometime/usage)
"java.net.SocketException: Too many open files" error on the Stardust portal [message #832584] Fri, 30 March 2012 10:09
Ganesh Lawande is currently offline Ganesh LawandeFriend
Messages: 5
Registered: February 2012
Junior Member
We got "java.net.SocketException: Too many open files" error on the Stardust portal after some time/usage.


Then, we could resolve it by added following two facelets context parameters.

<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>facelets.REFRESH_PERIOD</param-name>
<param-value>-1</param-value>
</context-param>
<context-param>
Previous Topic:Character encoding/decoding to UTF-8
Next Topic:Tiff Image viewer: No image reader found Exception
Goto Forum:
  


Current Time: Thu Apr 18 09:39:30 GMT 2024

Powered by FUDForum. Page generated in 0.02364 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top