By default diskpagestore doesn't eat more then 25 handles (I even plan to increasing this), unless you are under _extreme_ load, but then you'd see WARN messages in log.
We used to have a problem with jetty and filehandles. Jetty didn't properly close file handle when serving static resources. -Matej On 9/14/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > Ah, just saw that it checks for 'the jar'. Could this be the disk > store that eats up the file handles? > > Martijn > > On 9/14/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > Hmm, > > > > This: > > 2007-09-13 18:53:24,719 ERROR [TP-Processor5] > > org.apache.wicket.util.resource.UrlResourceStream: getLastModified for > > jar:file:/home/fips/webapps/WEB-INF/lib/wicket- > > extensions-1.3.0-beta2.jar!/org/apache/wicket/extensions/ajax/markup/html/modal/res/frame-blue-1-ie.pngfailed: > > /home/fips/webapps/WEB-INF/lib/wicket- > > extensions-1.3.0-beta2.jar (Too many open files) > > > > does suggest that the app is checking for last modified dates, while > > for bundled resources the last modified time should use the jar's. I > > thought we had a solution for that? > > > > Martijn > > > > On 9/14/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > > > It doesn't look like the jars are issue. What is your file handle > > > limits? Maybe it's just set too low. > > > > > > -Matej > > > > > > On 9/14/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > > > Is this only at your client's site? Why doesn't this show on your own > > > > test servers? It seems like a configuration issue. > > > > > > > > One way to get around this problem is to unzip the jar and put the > > > > contents on the classpath. This will solve the problem for your client > > > > until we have found the cause. > > > > > > > > Martijn > > > > > > > > -- > > > > Buy Wicket in Action: http://manning.com/dashorst > > > > Apache Wicket 1.3.0-beta3 is released > > > > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > Buy Wicket in Action: http://manning.com/dashorst > > Apache Wicket 1.3.0-beta3 is released > > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ > > > > > -- > Buy Wicket in Action: http://manning.com/dashorst > Apache Wicket 1.3.0-beta3 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
