Re: error shutting down

2018-10-12 Thread Rob Audenaerde
BTW: I currently worked around it by (very ugly) adding a Thread.sleep(1000) between the last test-action in Wicket and the Jetty-shutdown. So it seems a timing issue (which probably explains why Maxim has been seeing Jenkins failing occasionally). Thanks for checking into this! -Rob On Fri,

Re: error shutting down

2018-10-12 Thread Rob Audenaerde
Is there a simple way to disable the AsynchronousDataStore (for now)? On Fri, Oct 12, 2018 at 3:31 PM Maxim Solodovnik wrote: > I'm occasionally able to see this error on Apache Jenkins, but > unfortunately there is no clear steps to reproduce > I was unable to find what is wrong, will spend

Re: error shutting down

2018-10-12 Thread Maxim Solodovnik
I'm occasionally able to see this error on Apache Jenkins, but unfortunately there is no clear steps to reproduce I was unable to find what is wrong, will spend some more time on this next week On Fri, 12 Oct 2018 at 17:20, Martin Grigorov wrote: > > Hi, > > When the application stops

Re: error shutting down

2018-10-12 Thread Martin Grigorov
Hi, When the application stops Application#destroy() should call AsynchronousDataStore#destroy() ( https://github.com/apache/wicket/blob/6ee5313d405fbbdd4ce9d9a03ccb526358834fca/wicket-core/src/main/java/org/apache/wicket/pageStore/AsynchronousDataStore.java#L101 ) There it will interrupt the

error shutting down

2018-10-12 Thread Rob Audenaerde
Hi all, I'm experiencing some jetty-shutdown problems after upgrading from 7.9 to 8.1. See the stacktrace below. Is there a simple remedy for this? (or a known cause?) It is annoying because this error prevents Jetty from shutting down, and I use this in my tests, so my tests never end... :(