Hi,
I have my B4J app running on my VPS and in the log it shows:
It has the above approx. 6-7 times.
Anyone know what that above error means?
I am guessing the remote client has connected and then had the browser or app (since I am using web sockets) sitting there idle and it has timed out? If I am correct is there anything that can be done to stop that from crashing ?
I have my B4J app running on my VPS and in the log it shows:
java.util.concurrent.TimeoutException: Idle timeout expired: 10800000/10800000 ms
org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:166)
org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
It has the above approx. 6-7 times.
Anyone know what that above error means?
I am guessing the remote client has connected and then had the browser or app (since I am using web sockets) sitting there idle and it has timed out? If I am correct is there anything that can be done to stop that from crashing ?