search list archives for "Too many open files" or "too many file handles"
-igor On Fri, Sep 16, 2011 at 9:51 AM, Archana <[email protected]> wrote: > I am using Apache wicket 1.4 framework to build web pages in my application, > when ever lot of users try to access the application then am seeing lot of > errors related to diskPageStore and too many files. > > Can you please let me know the reason why am getting these errors frequently > ? > > What is the work-around for this ? > > Below is the errors description. Please take a look on this. > > [2011-09-15 13:59:16,737] [ERROR] > [org.apache.wicket.protocol.http.pagestore.DiskPageStore] [Error flushing > page] > java.lang.RuntimeException: java.io.FileNotFoundException: > /config/jboss/ews/1.0/domains/sub/SMG-A2/work/Catalina/vx103a.uprr.com/smg/wicketFilter-filestore/9643/4873/585701EC988522889C4F45C951B57BA5.smgA2/pm-null > (Too many open files) > at > org.apache.wicket.protocol.http.pagestore.FileChannelPool.newFileChannel(FileChannelPool.java:103) > at > org.apache.wicket.protocol.http.pagestore.FileChannelPool.getFileChannel(FileChannelPool.java:170) > at > org.apache.wicket.protocol.http.pagestore.DiskPageStore$SessionEntry.savePage(DiskPageStore.java:241) > at > org.apache.wicket.protocol.http.pagestore.DiskPageStore.flushPagesToSaveList(DiskPageStore.java:924) > at > org.apache.wicket.protocol.http.pagestore.DiskPageStore$PageSavingThread.run(DiskPageStore.java:996) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.io.FileNotFoundException: > /config/jboss/ews/1.0/domains/sub/SMG-A2/work/Catalina/vx103a.uprr.com/smg/wicketFilter-filestore/9643/4873/585701EC988522889C4F45C951B57BA5.smgA2/pm-null > (Too many open files) > at java.io.RandomAccessFile.open(Native Method) > at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212) > at > org.apache.wicket.protocol.http.pagestore.FileChannelPool.newFileChannel(FileChannelPool.java:98) > ... 5 more > > ----- > Thanks & Regards, > Archana > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/pagestore-DiskPageStore-error-tp3818575p3818575.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
