Wicket protocol/jetty errors

Hi,

On starting/re-starting my Ignition module in Ignition, I get following errors in the log file (although my module works fine despite the errors!). What are these errors and how to fix them?

[color=#0000FF]INFO | jvm 1 | 2016/10/18 15:39:53 | 2016-10-18 15:39:53.396:WARN:oejs.ServletHandler:qtp4518619-994: /main/web/config/conf.modules
INFO | jvm 1 | 2016/10/18 15:39:53 | org.apache.wicket.protocol.http.servlet.ResponseIOException: org.eclipse.jetty.io.EofException
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:268)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.apache.wicket.protocol.http.HeaderBufferingWebResponse.flush(HeaderBufferingWebResponse.java:92)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:198)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:245)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.Server.handle(Server.java:518)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
INFO | jvm 1 | 2016/10/18 15:39:53 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
INFO | jvm 1 | 2016/10/18 15:39:53 | at java.lang.Thread.run(Thread.java:745)
INFO | jvm 1 | 2016/10/18 15:39:53 | Caused by:
INFO | jvm 1 | 2016/10/18 15:39:53 | org.eclipse.jetty.io.EofException[/color]

This happens only when I restart my module. When my module is started for the first time (starting GCU first time, starts my module automatically), there are no errors in the log file, only when I restart it from Configuration page of Ignition, it restarts but gives these wicket/jetty errors! Incidentally, I am creating 3 threads in my module which wait for external communication. It is something to do with exception on stopping threads?

Prafull

No these cannot be as a result of closing threads as the threads close successfully and restart as printed in log file. But I get the WARN immediately after my module shuts down and restarts again and the three threads are created successfully. This was not happening in Ignition versions upto 7.7.8, its happening from from 7.8 onward. Although my module is working fine and communicating with the external application successfully, but its not a good feeling until the warning is removed.

Can someone help in understanding and resolving the issue that’s causing the problem?

The complete trace in the log file is as given below:

[color=#0000FF]
INFO | jvm 1 | 2016/10/25 11:00:08 | 2016-10-25 11:00:08.684:WARN:oejs.ServletHandler:qtp744373-915: /main/web/config/conf.modules
INFO | jvm 1 | 2016/10/25 11:00:08 | org.apache.wicket.protocol.http.servlet.ResponseIOException: org.eclipse.jetty.io.EofException
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:268)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.HeaderBufferingWebResponse.flush(HeaderBufferingWebResponse.java:92)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:198)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:245)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Server.handle(Server.java:518)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
INFO | jvm 1 | 2016/10/25 11:00:08 | at java.lang.Thread.run(Thread.java:745)
INFO | jvm 1 | 2016/10/25 11:00:08 | Caused by:
INFO | jvm 1 | 2016/10/25 11:00:08 | org.eclipse.jetty.io.EofException
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:197)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:419)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:313)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:724)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:512)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:722)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:179)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:163)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:299)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Response.flushBuffer(Response.java:1154)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:264)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.HeaderBufferingWebResponse.flush(HeaderBufferingWebResponse.java:92)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:198)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:245)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Server.handle(Server.java:518)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
INFO | jvm 1 | 2016/10/25 11:00:08 | at java.lang.Thread.run(Thread.java:745)
INFO | jvm 1 | 2016/10/25 11:00:08 | Caused by:
INFO | jvm 1 | 2016/10/25 11:00:08 | java.io.IOException: An existing connection was forcibly closed by the remote host
INFO | jvm 1 | 2016/10/25 11:00:08 | at sun.nio.ch.SocketDispatcher.writev0(Native Method)
INFO | jvm 1 | 2016/10/25 11:00:08 | at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:55)
INFO | jvm 1 | 2016/10/25 11:00:08 | at sun.nio.ch.IOUtil.write(IOUtil.java:148)
INFO | jvm 1 | 2016/10/25 11:00:08 | at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:504)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:177)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:419)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:313)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:724)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:512)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:722)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:179)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:163)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:299)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Response.flushBuffer(Response.java:1154)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:264)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.HeaderBufferingWebResponse.flush(HeaderBufferingWebResponse.java:92)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:198)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:245)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Server.handle(Server.java:518)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
INFO | jvm 1 | 2016/10/25 11:00:08 | at java.lang.Thread.run(Thread.java:745)
INFO | jvm 1 | 2016/10/25 11:00:08 | 2016-10-25 11:00:08.686:WARN:oejs.HttpChannel:qtp744373-915: //localhost:8088/main/web/config/conf.modules?6-2.IBehaviorListener.0-demo&_=1477373404290
INFO | jvm 1 | 2016/10/25 11:00:08 | org.apache.wicket.protocol.http.servlet.ResponseIOException: org.eclipse.jetty.io.EofException
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:268)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.HeaderBufferingWebResponse.flush(HeaderBufferingWebResponse.java:92)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:198)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:245)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Server.handle(Server.java:518)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
INFO | jvm 1 | 2016/10/25 11:00:08 | at java.lang.Thread.run(Thread.java:745)
INFO | jvm 1 | 2016/10/25 11:00:08 | Caused by:
INFO | jvm 1 | 2016/10/25 11:00:08 | org.eclipse.jetty.io.EofException
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:197)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:419)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:313)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:724)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:512)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:722)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:179)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:163)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:299)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Response.flushBuffer(Response.java:1154)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:264)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.HeaderBufferingWebResponse.flush(HeaderBufferingWebResponse.java:92)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:198)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:245)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Server.handle(Server.java:518)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
INFO | jvm 1 | 2016/10/25 11:00:08 | at java.lang.Thread.run(Thread.java:745)
INFO | jvm 1 | 2016/10/25 11:00:08 | Caused by:
INFO | jvm 1 | 2016/10/25 11:00:08 | java.io.IOException: An existing connection was forcibly closed by the remote host
INFO | jvm 1 | 2016/10/25 11:00:08 | at sun.nio.ch.SocketDispatcher.writev0(Native Method)
INFO | jvm 1 | 2016/10/25 11:00:08 | at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:55)
INFO | jvm 1 | 2016/10/25 11:00:08 | at sun.nio.ch.IOUtil.write(IOUtil.java:148)
INFO | jvm 1 | 2016/10/25 11:00:08 | at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:504)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:177)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:419)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:313)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:724)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:512)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:722)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:179)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:163)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:299)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Response.flushBuffer(Response.java:1154)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:264)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.HeaderBufferingWebResponse.flush(HeaderBufferingWebResponse.java:92)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:198)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:245)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.Server.handle(Server.java:518)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
INFO | jvm 1 | 2016/10/25 11:00:08 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
INFO | jvm 1 | 2016/10/25 11:00:08 | at java.lang.Thread.run(Thread.java:745)
[/color]