Re: DiskDataStore error

2017-08-24 Thread Lon Varscsak
Hey Martin, yeah the file is owned by me and it’s a file not a directory. I upgraded to M7 and I don’t seem to get the error anymore. -Lon On Wed, Aug 23, 2017 at 11:11 PM, Martin Grigorov wrote: > Hi, > > The same error can happen if the Tomcat/Jetty process doesn't have > permissions to read/

Re: DiskDataStore error

2017-08-23 Thread Martin Grigorov
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

Re: DiskDataStore error

2017-08-23 Thread Lon Varscsak
As always, I forgot to include the version. :)* 8.0.0-M6* On Wed, Aug 23, 2017 at 2:58 PM, Lon Varscsak wrote: > Hey guys, I’m getting this error on an app (on my dev/Mac machine): > > java.io.FileNotFoundException: /var/folders/3g/ > vcn2yyls05q249yzkbp457qmgn/T/wicket-filestore/8289/6329/

DiskDataStore error

2017-08-23 Thread Lon Varscsak
Hey guys, I’m getting this error on an app (on my dev/Mac machine): java.io.FileNotFoundException: /var/folders/3g/vcn2yyls05q249yzkbp457qmgn/T/wicket-filestore/8289/6329/1rjb8e27m1orf1mnxttof0qy22/data (No such file or directory) at java.io.RandomAccessFile.open0(Native Method) at java.io.R