Hi,

The same error can happen if the Tomcat/Jetty process doesn't have
permissions to read/write this file.
Check that this file is owned by the Tomcat user and that it is a file, not
a directory.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Aug 24, 2017 at 1:38 AM, Lon Varscsak <[email protected]>
wrote:

> As always, I forgot to include the version. :)* 8.0.0-M6*
>
> On Wed, Aug 23, 2017 at 2:58 PM, Lon Varscsak <[email protected]>
> wrote:
>
> > Hey guys, I’m getting this error on an app (on my dev/Mac machine):
> >
> > java.io.FileNotFoundException: /var/folders/3g/
> > vcn2yyls05q249yzkbp457qm0000gn/T/wicket-filestore/8289/6329/
> > 1rjb8e27m1orf1mnxttof0qy22/data (No such file or directory)
> >
> > at java.io.RandomAccessFile.open0(Native Method)
> >
> > at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
> >
> > at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)
> >
> > at org.apache.wicket.pageStore.DiskDataStore$SessionEntry.
> getFileChannel(
> > DiskDataStore.java:432)
> >
> > at org.apache.wicket.pageStore.DiskDataStore$SessionEntry.savePage(
> > DiskDataStore.java:350)
> >
> > at org.apache.wicket.pageStore.DiskDataStore.storeData(DiskDa
> > taStore.java:188)
> >
> > at org.apache.wicket.pageStore.AsynchronousDataStore$
> > PageSavingRunnable.run(AsynchronousDataStore.java:340)
> >
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > That file does exist which means it must be locked, but I don’t know why
> I
> > would be getting this error.  I’m not really sure what I’d be doing in
> this
> > application to trigger this error.  Thoughts?
> >
> > Thanks!
> >
> > -Lon
> >
>

Reply via email to