Hello,
I have the following error (seemingly without further influence on the
application) in an application that runs on a tomcat 5.5.20 server. The disk
is not full or something.
When I look in the directory
work/Catalina/localhost/idp2009/IdpApplication-filestore it is empty...
Does anyone have an idea what might be the cause?
2010-12-02 16:27:08,430 ERROR
[org.apache.wicket.protocol.http.pagestore.DiskPageStore] Error flushing
page
java.lang.RuntimeException: java.io.FileNotFoundException:
/usr/local/apache-tomcat-5.5.20/work/Catalina/localhost/idp2009/IdpApplication-filestore/6432/1402/2C47AFD3CCE8EFB724777A0B780EC109/pm-null
(No such file or directory)
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:
/usr/local/apache-tomcat-5.5.20/work/Catalina/localhost/idp2009/IdpApplication-filestore/6
432/1402/2C47AFD3CCE8EFB724777A0B780EC109/pm-null (No such file or
directory)
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
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Error-Flushing-Page-because-of-java-io-FileNotFoundException-tp3069562p3069562.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]