Re: exception in windows while using FilePageStore

2021-11-18 Thread Ernesto Reinaldo Barreiro
system itself if you access the same file in a very fast sequence: >> this >> >>> might be our case, as we are generating many web sockets messages >> >> (pushing >> >>> components) and this seems to trigger page serialization. >> >

Re: exception in windows while using FilePageStore

2021-11-18 Thread Ernesto Reinaldo Barreiro
; components) and this seems to trigger page serialization. > >>> > >>> On Linux and Mac we have no problems at all. > >>> > >>> > >>> On Tue, Nov 16, 2021 at 7:28 PM Sven Meier wrote: > >>> > >>>> Hi Ernesto, &g

Re: exception in windows while using FilePageStore

2021-11-18 Thread Sven Meier
ut FilePageStoreTest? Regards Sven On 16.11.21 16:18, Ernesto Reinaldo Barreiro wrote: Hi, We are trying to use FilePageStore and we are getting following exception (a lot of them actually) he requested operation cannot be performed on a file with a user-mapped section open [2021

Re: exception in windows while using FilePageStore

2021-11-17 Thread Ernesto Reinaldo Barreiro
Meier wrote: > > > >> Hi Ernesto, > >> > >> maybe an issue with concurrent file writes? > >> > >> I've tested the new FilePageStore on Linux only, and as it seems I > >> didn't add any synchronization to it. > >> > >&g

Re: exception in windows while using FilePageStore

2021-11-16 Thread Ernesto Reinaldo Barreiro
Nov 16, 2021 at 7:28 PM Sven Meier wrote: > > > >> Hi Ernesto, > >> > >> maybe an issue with concurrent file writes? > >> > >> I've tested the new FilePageStore on Linux only, and as it seems I > >> didn't add any synchronization to it. > >

Re: exception in windows while using FilePageStore

2021-11-16 Thread Sven Meier
rrent file writes? I've tested the new FilePageStore on Linux only, and as it seems I didn't add any synchronization to it. Could you try out FilePageStoreTest? Regards Sven On 16.11.21 16:18, Ernesto Reinaldo Barreiro wrote: Hi, We are trying to use FilePageStore and we are getting following

Re: exception in windows while using FilePageStore

2021-11-16 Thread Ernesto Reinaldo Barreiro
are trying to use FilePageStore and we are getting following > > exception (a lot of them actually) > > > > he requested operation cannot be performed on a file with a user-mapped > > section open > > [2021-11-16T07:34:00.699Z] at > > > sun.nio.fs.Windows

Re: exception in windows while using FilePageStore

2021-11-16 Thread Sven Meier
FilePageStore and we are getting following exception (a lot of them actually) he requested operation cannot be performed on a file with a user-mapped section open [2021-11-16T07:34:00.699Z] at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92) ~[?:?] [2021-11-16T07:34

exception in windows while using FilePageStore

2021-11-16 Thread Ernesto Reinaldo Barreiro
Hi, We are trying to use FilePageStore and we are getting following exception (a lot of them actually) he requested operation cannot be performed on a file with a user-mapped section open [2021-11-16T07:34:00.699Z] at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92

Re: Component.getPage() and Exception Handling

2020-08-25 Thread Daniel Weiss
aniel Am 24.08.2020 um 17:07 schrieb Sven Meier: Hi, I didn't understand what's your problem. Sven On 24.08.20 16:56, Daniel Weiss wrote: Hello all, I don't like the exception handling of Component.getPage(). We are working on the integration to Wicket 8.4. We use panels or dialog

Re: Component.getPage() and Exception Handling

2020-08-24 Thread Sven Meier
Hi, I didn't understand what's your problem. Sven On 24.08.20 16:56, Daniel Weiss wrote: Hello all, I don't like the exception handling of Component.getPage(). We are working on the integration to Wicket 8.4. We use panels or dialogs as anonymous classes / instances and this feature

Component.getPage() and Exception Handling

2020-08-24 Thread Daniel Weiss
Hello all, I don't like the exception handling of Component.getPage(). We are working on the integration to Wicket 8.4. We use panels or dialogs as anonymous classes / instances and this feature will blocked us to redefine a parent component or page. In fact (I think ..) we don't need

RE: Exception handling wicket 8

2019-02-18 Thread HOPPAN Matúš
Thanks for fast response, ive created quickstart and attached it to JIRA issue https://issues.apache.org/jira/browse/WICKET-6637 Matus -Original Message- From: Martin Grigorov Sent: Monday, February 18, 2019 1:49 PM To: users@wicket.apache.org Subject: Re: Exception handling wicket 8

Re: Exception handling wicket 8

2019-02-18 Thread Martin Grigorov
t > 8.3.0. > With wicket 7 everything seemed to be fine, however in wicket 8 we have an > issue > with handling exception. > In Application we have in init() method: > > getRequestCycleListeners().add(new > MyRequestCycleListener()); > > > > MyRequestC

Exception handling wicket 8

2019-02-18 Thread HOPPAN Matúš
Hi, recently we have upgraded our application, from wicket 7.11 to wicket 8.3.0. With wicket 7 everything seemed to be fine, however in wicket 8 we have an issue with handling exception. In Application we have in init() method: getRequestCycleListeners().add(new

Re: Exception with Wicket 7.5.0 when FeedbackMessage is rendered

2017-12-08 Thread Tom Götz
is only happens in our application’s > setup/environment. Just need a starting point for debugging, as something > must have changed between Wicket 7.4.0 and 7.5.0 that causes a different > behaviour in our app. Just asking here and hoping that someone else might > have experienced t

Re: Exception with Wicket 7.5.0 when FeedbackMessage is rendered

2017-12-08 Thread Tom Götz
experienced the same exception/behaviour … Tom > On 08.12.2017, at 09:06, Maxim Solodovnik <solomax...@gmail.com> wrote: > > Hello Tom, > > maybe you can create quickstart > http://wicket.apache.org/start/quickstart.html demonstrating this? > > On Fri, Dec 8

Re: Exception with Wicket 7.5.0 when FeedbackMessage is rendered

2017-12-08 Thread Maxim Solodovnik
Hello Tom, maybe you can create quickstart http://wicket.apache.org/start/quickstart.html demonstrating this? On Fri, Dec 8, 2017 at 3:00 PM, Tom Götz wrote: > Hi there, > > starting with Wicket 7.5.0 we get a WicketRuntimeException whenever a > FeedbackMessage is rendered in

Exception with Wicket 7.5.0 when FeedbackMessage is rendered

2017-12-08 Thread Tom Götz
Hi there, starting with Wicket 7.5.0 we get a WicketRuntimeException whenever a FeedbackMessage is rendered in our global FeedbackPanel that we use in our pages. Everything is fine if there are not messages, but as soon as there is any message to be rendered, we get this:

Re: Custom handling of serialisation exception

2017-10-05 Thread Sven Meier
.. extends AbstractRequestCycleListener { public IRequestHandler onException(RequestCycle cycle, Exception ex) { if (ex instanceof RuntimeException && ex.getMessage() != null && ex.getMessage().contains("Could not deserialize object from byte[]")) {

Custom handling of serialisation exception

2017-10-05 Thread ssamarin
, I've been trying to get .class from mounted pages and then invoke "return new RenderPageRequestHandler"...but this doesn't seem to work. ... extends AbstractRequestCycleListener { public IRequestHandler onException(RequestCycle cycle, Exception ex) { if (ex

Re: Wicket Modal throws exception

2017-05-01 Thread Martin Grigorov
button.setVisible(true); > button.setDefaultModel(new Model(modalWindow. > getButtonCaption())); > > > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Wicket-Modal-

Re: Wicket Modal throws exception

2017-05-01 Thread Entropy
(modalWindow.getMessage()); button.setVisible(true); button.setDefaultModel(new Model(modalWindow.getButtonCaption())); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Modal-throws-exception-tp4677764p460.html Sent from

Re: Wicket Modal throws exception

2017-05-01 Thread Martin Grigorov
ing > to > make one that will be more general purpose, but it otherwise seems the same > as our others and I am not sure what is so different about it. > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Wicket-Modal-throws-exception-tp4677764p4677768.

Re: Wicket Modal throws exception

2017-05-01 Thread Entropy
/Wicket-Modal-throws-exception-tp4677764p4677768.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Wicket Modal throws exception

2017-04-30 Thread Martin Grigorov
ervlet.doPost( > WicketServlet.java:159) > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Wicket-Modal-throws-exception-tp4677764.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >

Wicket Modal throws exception

2017-04-30 Thread Entropy
) at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201) at org.apache.wicket.protocol.http.WicketServlet.doPost(WicketServlet.java:159) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Modal-throws-exception-tp4677764.html Sent from the Users forum

Re: WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exception has been thrown during construction!

2017-03-26 Thread Sokab
Thank You very much!! :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketMessage-Can-t-instantiate-page-using-constructor-public-com-mycompany-StartPage-An-exception-h-tp4677445p4677447.html Sent from the Users forum mailing list archive at Nabble.com

Re: WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exception has been thrown during construction!

2017-03-26 Thread Sven Meier
Everyone! I am new and I want to learn to Wicket. When I create new simple project with Wicket everything is ok but when I try add EJB class to Wicket (WebPage) always i have this same error: "WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exceptio

WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exception has been thrown during construction!

2017-03-26 Thread Sokab
tPage()'. An exception has been thrown during construction!" It is my Wicket class: import javax.ejb.EJB; import org.apache.wicket.markup.html.WebPage; public class StartPage extends WebPage{ @EJB PersonManagerLocal managerLocal; public StartPage() { managerLocal

Re: DiskDataStore exception at end of day

2017-02-09 Thread Martin Grigorov
the session timeout duration. > > > > When their session goes, does Tomcat & the browser keep a web socket > connection open. > I'm not sure but it should be very easy to test! > > Perhaps the simplest option is for me to mute DiskDataStore exception log > mes

Re: DiskDataStore exception at end of day

2017-02-08 Thread Peter Henderson
ession timeout duration. > When their session goes, does Tomcat & the browser keep a web socket connection open. Perhaps the simplest option is for me to mute DiskDataStore exception log messages. > > But the exception in the DiskDataStore happens in a different thread, so I >

Re: DiskDataStore exception at end of day

2017-02-08 Thread Martin Grigorov
of error. I am not sure what is the best solution to this. There is an established web socket connection and there won't be a new handshake when the message arrives. The only workaround I see is to make a ping once per N minutes, where N is less than the session timeout duration. But the exception

DiskDataStore exception at end of day

2017-02-08 Thread Peter Henderson
/customer/apache-tomcat-8.5.11/work/Catalina/localhost/Starjar/Key[type=org.apache.wicket.protocol.ws.javax.JavaxWebSocketFilter, annotation=[none]]-filestore/247/7021/D69E0EE552DC1F1FE5FF986A1A919C39/data Another perhaps unrelated exception [2] Any pointers where I should dig to solve

Re: Wicket Websocket - Exception is logged in WicketEndpoint if the user is closing the browser

2017-01-28 Thread Martin Grigorov
://twitter.com/mtgrigorov On Sat, Jan 28, 2017 at 8:40 PM, Marc <marcgiff...@web.de> wrote: > It seems that this exception only occurs in Google Chrome... > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Wicket-Websocket-Exception-is-logged

Re: Wicket Websocket - Exception is logged in WicketEndpoint if the user is closing the browser

2017-01-28 Thread Marc
It seems that this exception only occurs in Google Chrome... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Websocket-Exception-is-logged-in-WicketEndpoint-if-the-user-is-closing-the-browser-tp4676886p4676889.html Sent from the Users forum mailing list archive

Wicket Websocket - Exception is logged in WicketEndpoint if the user is closing the browser

2017-01-27 Thread Marc
Hi, I've a page with a WebSocketBehavior. Everything is OK until the user is closing the browser or tab. An exception is logged in org.apache.wicket.protocol.ws.javax.WicketEndpoint. I don't know if this kind of exception should reach the onError method. Everything is working fine but the error

Re: Exception object in MyInternalErrorPage

2016-04-17 Thread Martin Grigorov
In onException () I would do: return new RenderPageRequestHandler (new PageProvider (new YourInternalErrorPage (exception ))); But I agree, there must be a better solution! On Apr 17, 2016 5:21 PM, "xesj.hu" <xesj...@gmail.com> wrote: > I have taken the IRequestCycleListen

Re: Exception object in MyInternalErrorPage

2016-04-17 Thread xesj.hu
I have taken the IRequestCycleListener method for years, but I think the setInternalErrorPage() is better. Thanks a lot. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Exception-object-in-MyInternalErrorPage-tp4674299p4674301.html Sent from the Users forum mailing

Re: Exception object in MyInternalErrorPage

2016-04-17 Thread Martin Grigorov
Settings().setInternalErrorPage(MyInternalErrorPage.class); > > But, I would like to store exception stack trace to database. > How can I get Exception object in MyInternalErrorPage constructor ? > > Bye, xesj. > > -- > View this message in context: > http://apache-wicket.1842946.n4.na

Exception object in MyInternalErrorPage

2016-04-17 Thread xesj.hu
Hi ! I can set my error page in MyApplication.init() method: getApplicationSettings().setInternalErrorPage(MyInternalErrorPage.class); But, I would like to store exception stack trace to database. How can I get Exception object in MyInternalErrorPage constructor ? Bye, xesj. -- View

Re: Exception Handling (ajax)

2016-03-09 Thread Sven Meier
to the DefaultExceptionMapper (in the case of an expected unexpected exception). Cheers Lars 2016-03-09 10:56 GMT+01:00 Sven Meier <s...@meiers.net>: Hi Lars, if this is a good or bad way to handle exceptions during ajax requests I'd keep your IRequestCycleListener and just retu

Re: Exception Handling (ajax)

2016-03-09 Thread Lars Törner
unexpected exception). Cheers Lars 2016-03-09 10:56 GMT+01:00 Sven Meier <s...@meiers.net>: > Hi Lars, > > > if this is a good or bad way to handle exceptions during ajax requests > > I'd keep your IRequestCycleListener and just return new > ErrorCodeReques

Re: Exception Handling (ajax)

2016-03-09 Thread Sven Meier
09:33, Lars Törner wrote: About exception handling I would like a fallback for unexcpected exceptions that are thrown during ajax-calls. I don't want to redirect to a new page so in my application#init I do: getExceptionSettings().setAjaxErrorHandlingStrat

Exception Handling (ajax)

2016-03-09 Thread Lars Törner
About exception handling I would like a fallback for unexcpected exceptions that are thrown during ajax-calls. I don't want to redirect to a new page so in my application#init I do: getExceptionSettings().setAjaxErrorHandlingStrategy(AjaxErrorStrategy.INVOKE_FAILURE_HANDLER); For the moment I

Re: Wicket 6 Clustering - Component Not Found Exception

2016-02-21 Thread mashleyttu
-Not-Found-Exception-tp4673610p4673687.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket 6 Clustering - Component Not Found Exception

2016-02-20 Thread Martin Grigorov
el); //Replace panel > pnlMain = myPanel; //Update reference in MainPage.java to new panel > target.add(myPanel); //Add to target for rendering > > On the node where everything worked (node that ran the code above) we had > all the components on the page we are expecting. > > On

Re: Wicket 6 Clustering - Component Not Found Exception

2016-02-20 Thread mashleyttu
; //Update reference in MainPage.java to new panel target.add(myPanel); //Add to target for rendering On the node where everything worked (node that ran the code above) we had all the components on the page we are expecting. On the node with the component not found exception (code above was not run

Re: Wicket 6 Clustering - Component Not Found Exception

2016-02-20 Thread Martin Grigorov
840 FINE [http-apr-443-exec-7] > de.javakaffee.web.msm.BackupSessionTask.call Finished for session id > E24FAB17D7B8C7AD74186C659F219E9D, returning status SUCCESS > 20-Feb-2016 09:48:46.840 FINE [http-apr-443-exec-7] > de.javakaffee.web.msm.BackupSessionTask.releaseLock Releasing lock for

Re: Wicket 6 Clustering - Component Not Found Exception

2016-02-20 Thread mashleyttu
estTrackingHostValve.invoke >>>>>> Request starting: GET /wicket/bookmarkable/org.apache.wicket.markup.html.pages.InternalErrorPage (requestedSessionId E24FAB17D7B8C7AD74186C659F219E9D) == -- View this message in context: http://apache-wicket.1842946.n4.

Re: Wicket 6 Clustering - Component Not Found Exception

2016-02-17 Thread Martin Grigorov
pSessionDataStore(getPageManagerContext(), new > PageNumberEvictionStrategy(100)); > } > }); > > We are able to navigate from page-to-page (each request going to a > different > node) without losing our session (user doesn't get logged out) and we > aren't > receiving

Wicket 6 Clustering - Component Not Found Exception

2016-02-16 Thread mashleyttu
)); } }); We are able to navigate from page-to-page (each request going to a different node) without losing our session (user doesn't get logged out) and we aren't receiving any page expired exceptions. The component not found exception occurs every time there is an ajax

Re: Exception handling in AutoCompleteTextField

2016-01-12 Thread Rakesh A
.1842946.n4.nabble.com/Exception-handling-in-AutoCompleteTextField-tp4673192p4673272.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Exception handling in AutoCompleteTextField

2016-01-08 Thread Martin Grigorov
://twitter.com/mtgrigorov On Wed, Jan 6, 2016 at 10:39 AM, Rakesh A <iamrakes...@rediffmail.com> wrote: > Hi, > > If we get an exception while preparing suggestions/choices for the entered > text (in AutoCompleteTextField#getChoices()), I see that, there is no means > to show it

Exception handling in AutoCompleteTextField

2016-01-06 Thread Rakesh A
Hi, If we get an exception while preparing suggestions/choices for the entered text (in AutoCompleteTextField#getChoices()), I see that, there is no means to show it to user. JavaScript implementation handles only success responses. Is there any way to execute standard Ajax response handling

not serializable exception

2015-11-19 Thread Ciocoiu Elvis
Hello, After upgrading to wicket 6.21.0 I've get a strange serialization error when adding the debug bar to ajax target. I do this on every ajax event in development and it worked until today. The stacktrace extras: Caused by: java.lang.RuntimeException: An error occurred while getting the model

Re: not serializable exception

2015-11-19 Thread Martin Grigorov
Hi, It seems to be caused by https://github.com/apache/wicket/commit/562d43ccdd7f305f8ca641817f4b63a07ee8b6a6 As the commit message says this container should be removed before the end of the request cycle, so it won't lead to such problem in the normal cases. But combined with the DebugBar it

Re: CompoundPropertyModel: override method or catch exception

2015-06-17 Thread Martin Grigorov
on this page, and the corresponding setter in the model can throw an exception. When it does, wicket crashes the page. It seems that it's using reflection by grabbing the name of the component on the page, and looking for a setter for that component in the model automatically behind the scenes

CompoundPropertyModel: override method or catch exception

2015-06-16 Thread sorinev
throw an exception. When it does, wicket crashes the page. It seems that it's using reflection by grabbing the name of the component on the page, and looking for a setter for that component in the model automatically behind the scenes. What I need to have happen is either I can somehow override

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Sebastien
(container); } } Thereby, I am getting following error. Has this something to do that some JS file has to be referenced in the panel instead of page? Thanks a lot, Chris ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: TypeError: undefined is not a function

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Chris
AddItem) { update.getTarget().add(container); } } Thereby, I am getting following error. Has this something to do that some JS file has to be referenced in the panel instead of page? Thanks a lot, Chris ERROR: Wicket.Ajax.Call.processEvaluation: Exception

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Chris
file has to be referenced in the panel instead of page? Thanks a lot, Chris ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: TypeError: undefined is not a function (evaluating 'jQuery('#sortable2c').sortable'), text: (function(){Wicket.Ajax.ajax({sc:voteup

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Sebastien
) { update.getTarget().add(container); } } Thereby, I am getting following error. Has this something to do that some JS file has to be referenced in the panel instead of page? Thanks a lot, Chris ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: TypeError

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Sebastien
); } } Thereby, I am getting following error. Has this something to do that some JS file has to be referenced in the panel instead of page? Thanks a lot, Chris ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: TypeError: undefined is not a function

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Chris
getting following error. Has this something to do that some JS file has to be referenced in the panel instead of page? Thanks a lot, Chris ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: TypeError: undefined is not a function (evaluating 'jQuery('#sortable2c

Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-25 Thread Chris
(container); } } Thereby, I am getting following error. Has this something to do that some JS file has to be referenced in the panel instead of page? Thanks a lot, Chris ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: TypeError: undefined is not a function (evaluating

wicket:enclosure tag issue - no exception for components missing in markup

2015-03-05 Thread Martin Sturm
a small quickstart for that: @Test(expected = WicketRuntimeException.class) // fails public void renderInvisible() throws Exception { final WicketTester tester = new WicketTester(); tester.startPage(new TestPage(false)); tester.assertRenderedPage(TestPage.class); tester.assertVisible

Re: wicket:enclosure tag issue - no exception for components missing in markup

2015-03-05 Thread Martin Grigorov
bug or expected behavior. I have a small quickstart for that: @Test(expected = WicketRuntimeException.class) // fails public void renderInvisible() throws Exception { final WicketTester tester = new WicketTester(); tester.startPage(new TestPage(false)); tester.assertRenderedPage

Re: GC overhead limit exceeded exception @ wicket-examples.

2015-02-17 Thread Tobias Soloschenko
Hi Martin, the exception are copy / paste from wicket-library.com - forgot to say that. Locally everything is working fine. kind regards Tobias Am 17.02.2015 um 14:55 schrieb Martin Grigorov mgrigo...@apache.org: Hi Tobias, I always run the examples in embedded Jetty locally, to test

Re: GC overhead limit exceeded exception @ wicket-examples.

2015-02-17 Thread Martin Grigorov
Status 500 - Filter execution threw an exception -- *type* Exception report *message* *Filter execution threw an exception* *description* *The server encountered an internal error that prevented it from fulfilling this request.* *exception

GC overhead limit exceeded exception @ wicket-examples.

2015-02-17 Thread Tobias Soloschenko
Hi everyone, I got an error when I try to access wicket-examples. kind regards Tobias HTTP Status 500 - Filter execution threw an exception -- *type* Exception report *message* *Filter execution threw an exception* *description* *The server encountered

Re: how to handle null pointer exception while submit button

2014-10-06 Thread Paul Bors
wrote: This code will help to handle exceptions when there is a single TextField: import java.awt.*; import java.awt.event.*; import java.applet.*; /* applet code=throwsDemo.class height=250 width=300 /applet */ class FieldZeroException extends Exception

Re: how to handle null pointer exception while submit button

2014-10-05 Thread Taught by SM
This code will help to handle exceptions when there is a single TextField: import java.awt.*; import java.awt.event.*; import java.applet.*; /* applet code=throwsDemo.class height=250 width=300 /applet */ class FieldZeroException extends Exception { FieldZeroException

Re: how to handle null pointer exception while submit button

2014-10-05 Thread Warren Bell
.*; import java.applet.*; /* applet code=throwsDemo.class height=250 width=300 /applet */ class FieldZeroException extends Exception { FieldZeroException() { } public String toString() { return Text field is empty.; } } public class

Re: Wicket7 paging navigation exception

2014-09-25 Thread Maxim Solodovnik
Thanks Andrea, Paging works as expected in latest snapshot On 21 September 2014 21:30, Maxim Solodovnik solomax...@gmail.com wrote: great! Thanks will try to check ASAP On 21 September 2014 21:28, Andrea Del Bene an.delb...@gmail.com wrote: Done. The fixed snapshot should be available in a

Re: Wicket7 paging navigation exception

2014-09-21 Thread Andrea Del Bene
Done. The fixed snapshot should be available in a while... Thanks :) On 21 September 2014 01:05, Andrea Del Bene an.delb...@gmail.com wrote: Same error in Wicket examples (page AjaxDataTablePage) :(. Working on a fix.

Re: Wicket7 paging navigation exception

2014-09-21 Thread Maxim Solodovnik
great! Thanks will try to check ASAP On 21 September 2014 21:28, Andrea Del Bene an.delb...@gmail.com wrote: Done. The fixed snapshot should be available in a while... Thanks :) On 21 September 2014 01:05, Andrea Del Bene an.delb...@gmail.com wrote: Same error in Wicket examples (page

Wicket7 paging navigation exception

2014-09-20 Thread Maxim Solodovnik
= pageLink]] WARN 09-21 00:08:38.556 RequestCycle.java 64403 346 RequestCycleExtra [http-nio-0.0.0.0-5080-exec-8] - WARN 09-21 00:08:38.560 RequestCycle.java 64407 347 RequestCycleExtra [http-nio-0.0.0.0-5080-exec-8] - Handling the following exception

Re: Wicket7 paging navigation exception

2014-09-20 Thread Andrea Del Bene
-nio-0.0.0.0-5080-exec-8] - Handling the following exception org.apache.wicket.core.request.handler.ListenerInvocationNotAllowedException: Component rejected interface invocationComponent: [AjaxPagingNavigationLink [Component id = pageLink]] Listener: [RequestListenerInterface name=ILinkListener

Re: Wicket7 paging navigation exception

2014-09-20 Thread Maxim Solodovnik
] - WARN 09-21 00:08:38.560 RequestCycle.java 64407 347 RequestCycleExtra [http-nio-0.0.0.0-5080-exec-8] - Handling the following exception org.apache.wicket.core.request.handler.ListenerInvocationNotAllowedEx ception: Component rejected interface invocationComponent

Re: how to handle null pointer exception while submit button

2014-06-28 Thread Mihir Chhaya
-exception-while-submit-button-tp4666392p4666404.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: how to handle null pointer exception while submit button

2014-06-27 Thread Mihir Chhaya
wrote: Hi Friends, I have a text box and a submit button , If i pressed submit button without entering anything in textbox , am getting null pointer exception . Can you please help us on it ? Thanks, Kumar -- View this message in context: http://apache-wicket.1842946. n4.nabble.com/how

Re: how to handle null pointer exception while submit button

2014-06-27 Thread kumar ramanathan
: http://apache-wicket.1842946.n4.nabble.com/how-to-handle-null-pointer-exception-while-submit-button-tp4666392p4666396.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: how to handle null pointer exception while submit button

2014-06-27 Thread Mihir Chhaya
in context: http://apache-wicket.1842946.n4.nabble.com/how-to-handle-null-pointer-exception-while-submit-button-tp4666392p4666396.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: how to handle null pointer exception while submit button

2014-06-27 Thread kumar ramanathan
lossIdField = new TextField(lossId,lossIdModel); lossIdField.setConvertEmptyInputStringToNull(false); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-handle-null-pointer-exception-while-submit-button-tp4666392p4666404.html Sent from the Users

how to handle null pointer exception while submit button

2014-06-26 Thread kumar ramanathan
Hi Friends, I have a text box and a submit button , If i pressed submit button without entering anything in textbox , am getting null pointer exception . Can you please help us on it ? Thanks, Kumar -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-handle-null

Re: how to handle null pointer exception while submit button

2014-06-26 Thread Sven Meier
null pointer exception . Can you please help us on it ? Thanks, Kumar -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-handle-null-pointer-exception-while-submit-button-tp4666392.html Sent from the Users forum mailing list archive at Nabble.com

Ajax exception handling on client side

2014-05-30 Thread Andre Camilo
Hi, How can I handle exceptions occurred at the server side on the client side (with Ajax requests)? At the client side, the javascript event ' /ajax/call/failure' is only fired when the connection fails (I think), but when the there's an unhandled exception on the server side, the events

Re: Ajax exception handling on client side

2014-05-30 Thread Martin Grigorov
side (with Ajax requests)? At the client side, the javascript event ' /ajax/call/failure' is only fired when the connection fails (I think), but when the there's an unhandled exception on the server side, the events ' /ajax/call/success' and '/ajax/call/complete' fired with a redirect message

onInitialize() and exception handling

2014-04-29 Thread Alberto Brosich
Hi, I have a wicket application where I create page components (mainly labels and ListViews) using onInitialize() method of some panels I have in every page. In some cases, during the creation of the components, some exceptions can occur (for example if the content is downloaded from a

Re: onInitialize() and exception handling

2014-04-29 Thread Francois Meillet
You can throw any exception that extends RuntimeException François Meillet Formation Wicket - Développement Wicket Le 29 avr. 2014 à 14:35, Alberto Brosich abros...@ogs.trieste.it a écrit : Hi, I have a wicket application where I create page components (mainly labels and ListViews

Re: Exception thrown when refreshing the page.

2014-04-02 Thread Sven Meier
tabindex=1 / /wicket:fragment and here's the exception i'm getting. org.apache.wicket.WicketRuntimeException: Exception in rendering component: [Component id = firstName.feedback

Re: Exception thrown when refreshing the page.

2014-04-02 Thread chathuraka.waas
this issue now? Best Regards, -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Exception-thrown-when-refreshing-the-page-tp4665212p4665218.html Sent from the Users forum mailing list archive at Nabble.com

Exception thrown when refreshing the page.

2014-04-01 Thread chathuraka.waas
=text value={firstName} maxlength=50 tabindex=1 / /wicket:fragment and here's the exception i'm getting. org.apache.wicket.WicketRuntimeException: Exception in rendering component: [Component id = firstName.feedback

Re: Avoid calling Page.onInitialize if page constructor throws an exception

2014-03-28 Thread Robin Shine
From: Sven Meier s...@meiers.net To: users@wicket.apache.org Sent: Thursday, March 27, 2014 10:49 PM Subject: Re: Avoid calling Page.onInitialize if page constructor throws an exception Hi, #onInitialize() is not called here with 6.14.0 and 6.15.0-SNAPSHOT. Regards Sven On 03/27/2014 03:30 PM

Re: Avoid calling Page.onInitialize if page constructor throws an exception

2014-03-28 Thread Sven Meier
Page.onInitialize if page constructor throws an exception Hi, #onInitialize() is not called here with 6.14.0 and 6.15.0-SNAPSHOT. Regards Sven On 03/27/2014 03:30 PM, Robin Shine wrote: Hi All, We are glad to see that the issue WICKET-5387 (Page#onInitialize called after an exception in the constructor

Re: Avoid calling Page.onInitialize if page constructor throws an exception

2014-03-28 Thread Robin Shine
Page.onInitialize if page constructor throws an exception Hi Robin, we should try to improve that. Please create a new issue with a quickstart. Thanks Sven On 03/28/2014 09:16 AM, Robin Shine wrote: Hi Sven, Thanks for looking into this. I started a new wicket project from scratch using

Avoid calling Page.onInitialize if page constructor throws an exception

2014-03-27 Thread Robin Shine
Hi All, We are glad to see that the issue WICKET-5387 (Page#onInitialize called after an exception in the constructor of Page) has been resolved in 6.13.0. However when I tried this version (and 6.14.0) with below code, the issue still exist: public class TestPage extends WebPage {     public

Re: Avoid calling Page.onInitialize if page constructor throws an exception

2014-03-27 Thread Sven Meier
Hi, #onInitialize() is not called here with 6.14.0 and 6.15.0-SNAPSHOT. Regards Sven On 03/27/2014 03:30 PM, Robin Shine wrote: Hi All, We are glad to see that the issue WICKET-5387 (Page#onInitialize called after an exception in the constructor of Page) has been resolved in 6.13.0

Re: Pass exception to internal error page

2014-03-14 Thread Martin Grigorov
ErrorPage class that takes the Exception object in the constructor. It also contains a list of ignored exceptions that it will return null for. This custom ErrorPage actually reports an error to our JIRA bug tracker when it renders to the user. The problem I am having is we are getting a lot of bug

  1   2   3   4   5   6   7   8   >