Re: FileNotFoundException

2021-05-18 Thread Martin Grigorov
On Tue, May 18, 2021, 17:27 Eric Hamel wrote: > Martin, > > ViewerControls is a serializable class (pojo). I see it’s being referenced > in a PackageResourceReference inside a behavior for loading different css > files based on properties inside ViewerControls. Does it fail occasionally or

Re: FileNotFoundException

2021-05-18 Thread Eric Hamel
Martin, ViewerControls is a serializable class (pojo). I see it’s being referenced in a PackageResourceReference inside a behavior for loading different css files based on properties inside ViewerControls. If this is the culprit, I’m not sure how I would go about to solving this. —

Re: FileNotFoundException

2021-05-18 Thread Martin Grigorov
Hi, See inline! On Tue, May 18, 2021 at 4:02 PM Eric Hamel wrote: > Good morning, > > For the last month I’ve been struggling to find the root cause of the > following exception. It is polluting our logs and I’m just not > understanding what’s happening here. > > We’re on Wicket 6.24.0 > > Any

FileNotFoundException

2021-05-18 Thread Eric Hamel
Good morning, For the last month I’ve been struggling to find the root cause of the following exception. It is polluting our logs and I’m just not understanding what’s happening here. We’re on Wicket 6.24.0 Any help would be appreciated. Thank you E

Re: FileNotFoundException when saving page to disk

2017-09-05 Thread Martin Grigorov
Hi, Recently another user complained with the same problem: http://markmail.org/ message/j7wcf6yididd6gpo I think it is related to https://issues.apache.org/jira/browse/WICKET-6356 https://issues.apache.org/jira/browse/WICKET-6387 https://issues.apache.org/jira/browse/WICKET-6457 If you upgrade

FileNotFoundException when saving page to disk

2017-09-05 Thread Marieke Vandamme
Hi, This morning we release a new version of our website, and start getting strange exceptions in the logfile. *2017-09-05 15:49:06 ERROR DiskDataStore:438 - /run/jetty/aaa/bbb.dir/cccFilter-filestore/6809/6405/11rhtvkkhzsiqk1jcfde055w23b/data (No such file or directory)*

Re: DiskPageStore - Error FileNotFoundException

2011-03-05 Thread Igor Vaynberg
something else, other then wicket, may be eating up your filehandles. just because wicket gets the exception doesnt mean its causing it. ask your admin to list the files that are held open to see what they are. and, yes, also upgrade to latest ver. -igor On Fri, Mar 4, 2011 at 7:53 AM, Jeffrey

DiskPageStore - Error FileNotFoundException

2011-03-04 Thread Jeffrey Schneller
Hi... my site in production has been running and after our latest code change we started to get the error below after a few days. It appears it is something to do with wicket's PageMap. In the past this error would come up after weeks or months of the app running [we were re-starting tomcat

Re: DiskPageStore - FileNotFoundException

2010-07-06 Thread FarhanS
I just noticed the same error in our production, did you find out what was the cause of the problem? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DiskPageStore-FileNotFoundException-tp1867585p2280260.html Sent from the Wicket - User mailing list archive

Re: WicketServlet-filestore and FileNotFoundException

2010-04-23 Thread Jesper Tejlgaard
Hi Steve Did you ever find out if the Cluster setup provoked the problem? Best regards, Jesper -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketServlet-filestore-and-FileNotFoundException-tp1878047p2062342.html Sent from the Wicket - User mailing list archive

Re: WicketServlet-filestore and FileNotFoundException

2010-04-23 Thread shetc
I do that. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketServlet-filestore-and-FileNotFoundException-tp1878047p2062550.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Newbie-Problem: Wicket/Maven/Jetty: FileNotFoundException?

2009-05-15 Thread Erik van Oosten
Note that this is a maven problem. Apparently maven does not use the correct 'home' directory. You can override the home directory set by setting an environment variable. I think its called M2_REPO. Regards, Erik. Henrik schreef: I am very new to the Java-World and want to make a web

FileUploadFile FileNotFoundException (Wicket 1.3.5)

2009-05-14 Thread Stefan Droog
Hi all, Currently I want to upload a file via FileUploadField. However when I select a file and press upload I get a FileNotFoundException (System cannot find the file specified). File.getCanonicalPath and file.getAbsolutePath both returns the wrong location. Somebody a clue why? Regards

Re: FileUploadFile FileNotFoundException (Wicket 1.3.5)

2009-05-14 Thread Martijn Dashorst
upload I get a FileNotFoundException (System cannot find the file specified).  File.getCanonicalPath and file.getAbsolutePath both returns the wrong location. Somebody a clue why? Regards, Stefan Java: final FileUploadField fileUploadField = new FileUploadField(fileInput2

RE: FileUploadFile FileNotFoundException (Wicket 1.3.5)

2009-05-14 Thread Stefan Droog
. Stefan -Original Message- From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] Sent: Thursday, May 14, 2009 10:59 AM To: users@wicket.apache.org Subject: Re: FileUploadFile FileNotFoundException (Wicket 1.3.5) Why are you looking up the client filename? Do you have access

Newbie-Problem: Wicket/Maven/Jetty: FileNotFoundException?

2009-05-14 Thread Henrik
I am very new to the Java-World and want to make a web project using Java/Maven2/Wicket. I tried to install Wicket with these instructions: http://cwiki.apache.org/WICKET/windows-guide-to-installing-wicket-on-eclipse-with-maven.html Everything went fine up to the point of running a project. I

WicketServlet-filestore and FileNotFoundException

2009-02-11 Thread shetc
that was recently launched into production. It is based on v1.3.5 of Wicket and operates within WebSphere 6.1 on an AIX o/s. It is regularly throwing a FileNotFoundException; an example is shown at the bottom of this message. Based on the above DiskPageStore post, I am assuming that the available file

Re: WicketServlet-filestore and FileNotFoundException

2009-02-11 Thread Matej Knopp
into production. It is based on v1.3.5 of Wicket and operates within WebSphere 6.1 on an AIX o/s. It is regularly throwing a FileNotFoundException; an example is shown at the bottom of this message. Based on the above DiskPageStore post, I am assuming that the available file handles are being

Re: WicketServlet-filestore and FileNotFoundException

2009-02-11 Thread shetc
if clustering is a factor or not. Steve -- View this message in context: http://www.nabble.com/WicketServlet-filestore-and-FileNotFoundException-tp21955499p21963872.html Sent from the Wicket - User mailing list archive at Nabble.com

DiskPageStore - FileNotFoundException

2008-08-04 Thread Jan Kriesten
Hi, with the current 1.3-Snapshot, I encounter problems with DiskPageStore: ---8--- 09:30:43.151 ERROR [.wicket.protocol.http.pagestore.DiskPageStore] - Error flushing page java.lang.RuntimeException: java.io.FileNotFoundException: