Servoy server blocks

those seem to be all initial foundset loads of forms you touch.

the one with the limit is the pk load query (limit is 200) and the one with the order by is i guess the data load for the first records of that table.

Each time when a form with table data is shown the memory increase with ~100Mb, for all tables I display in forms. When they reach to ~600Mb in total I think GC do its job and release most of the memory, because from time to time the memory drops to less then 100Mb in total use.

OK, but I removed all that data I imported, and it’s stable. With all that data in the database the server would crash.

But, for a form added in a tabpane using a relation, the request that loads the data when the form is displayed takes into account that relation?

Also, I tried to implement the showAllRecords in my main form, but it is never called.

that relation is taken into account normally yes.

But maybe you can then make a case with a sample of what you exactly are doing
Because the amount of data in the database really shouldn’t matter to servoy, servoy is never just loading everything.

OK, I think I’m close to fix this. I have found a piece of code in a batch process that blocks the client, most probable in a loop. But I didn’t manage to find exactly where. Locally I couldn’t reproduce it and I’ve put some outs but on the server they are not displayed in the log. Any idea why? I even set the loglevel to WARNING, but nothing is displayed in the Server Log in admin web page and not even in the servoy_log.txt or server.log.

Still I’m worried also about the memory issue. If user click to display a single form with a table, the memory is almost always increased with 100 Mb. When it reach about 700 Mb in total it drops to 100 Mb. Which is OK. I don’t know how will behave when 20 users will click in the same time to display a form! And I checked all queries in Performance Data: all of them include in the condition company_id = ?

Hi Johan,

Although the server didn’t block we still have the memory issue which is increased quite much, as I said, with 100 Mb each time I display a table form with data. But it is released sooner, and until now the server is fine!

Anyway, what concern me now is that I came onto one issue when trying to iterate through the data from a table form, before that form would be shown. Before the iteration I displayed the size of the foundset and it was as you said: 200. But after the iteration ends it was 3566, which is the number of records in the database. I do have a relation set on that form, and when the form is displayed I get only the ones that the relation filters, which are only few.

Why the relation doesn’t filter the data before the form is shown?

I also set the showAllRecords event but it’s never called. To fix this I had to call in the onLoad method foundset.loadRecords() with an sql query to filter the data. But I can’t do this for all forms and anyway is not a nice workaround. Is no other easy way to filter the data based on the relation from the start, before the form is shown?

Thanks,
Bogdan.

what do you mean with a “relation set on that form” ?
Do you mean with this, the form is shown in a tabpanel on a main form through a relation?
And before you show that tabpanel (or even the main form that holds that tabpanel) you do:

forms.xxxx.foundset?

then yes the relation will not be set, because the form doesn’t know yet that it is showing a relation.
That related foundset is only pushed to the form when the form is shown in the tabpanel and the main record from the main form has pushed the relation in it.

So what you do if you just do forms.xxxx.foundset is that you just walk over a normal table foundset. (so all the records)

but if you want to walk over the related foundset, you shouldn’t do forms.xxxx.foundset thats UI stuff
what you should do is mainrecord.relatedfoundset to get the thing what you want

OK, I understood, thanks a lot :)

Hello fellow Servoy developers,

We have an Servoy solution running on a linux server. Actually, it is running on a Linux Virtual Private Server (VPS) with lots of memory and disc space left over. The issue is that we are running a mission critical Servoy application on this server. Pilots the world over can use our Servoy solution or our native iPhone app to submit flightplans to Air Traffic Control and Eurocontrol and send ATC messages just before departure e.g. from Schiphol airport or when arriving elsewhere.

We had first some trouble getting the server running stable, but these issues were resolved. Lots of memory and disc space is available all the time and the Servoy configuration website always still works fine and responds fast. However, several times per week the application server (not the hardware or linux or not even the Servoy configuration website where you configure the server) crashes and stops responding. We then have to restart the application server for it to work again.

We are very dedicated to make this Servoy app work well and focussed to Servoy development. Is there anyone who could give us help and tips in how to improve the stability or where to look to solve these issues?

Thanks,

Sjoerd Jan ter Welle & Bogdan Udrescu
AeroPlus Aviation Software

how does it crash? Anything in the logs? What really happens?

Servoy app server and the config part are coming from the same thing.

The servoy actually appears not to crash but stops responding. The Servoy admin web interface still responds fine and fast, but the application stops responding as well as that new releases can then not be deployed. It uploads them, but then it remains on status “waiting”. In the past, we had trouble with the deployment due to a loop in the code, but then it also blocked the admin interface and the memory usage increased to maximum. This is not the case now. The log does not have anything strange, but there are some exceptions there. We can post them.

Again, we love the Servoy solution and most likely are making somewhere a mistake. We tried searching for it. A stable server environment is essential for keeping our aviation clients happy when they file official flightplans with Air Traffic Control centres using the Servoy solution. Any help is appreciated.

Sjoerd Jan

if it stops responding but you still can go to the admin page, then make a stack dump that can be done on the admin page. Maybe we can see there what hangs.

Hello Johan,

I’ll monitor the server and when I see the problem again I’ll let you know. Yesterday it happened 3 or 4 times. But where do I get the stack dump from?

Thanks!
Bogdan.

Hi Bogdan,

udrescu_bogdan:
But where do I get the stack dump from?

On the servoy-admin page right under the system information.

Hi,

I just had a block on the server. I tried to deploy, it took at least 5 minutes after the file was uploaded. In between I couldn’t open any client. I could open another web admin interface of the server and got the stack traces. Now the deploy was done and the client seems to work.

Current time: Sun Aug 07 14:19:25 CEST 2011

Server Information
Servoy version 5.2.9 -build 1020
Port used by RMI Registry: 1089
Repository version 38

Current time: Sun Aug 07 14:19:25 CEST 2011

Uptime:  6 minutes 36 seconds

JDK Information
java.vm.name=Java HotSpot(TM) Server VM
java.version=1.6.0_22
java.vm.info=mixed mode
java.vm.vendor=Sun Microsystems Inc.

Operating System Information
os.name=Linux
os.version=2.6.29-xs5.5.0.17
os.arch=i386

System Information
Heap memory: allocated=591488K, used=297888K, max=1864192K
None Heap memory: allocated=52992K, used=52509K, max=180224K

Thread: authenticator, state: BLOCKED, total cpu time: 0.0ms, total user time: 0.0ms, blocked by: http-213.154.231.180-80-8 on com.servoy.j2db.server.Zc.Za@137740c
  com.servoy.j2db.server.Zc.Za.Za(Za.java:687)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:12)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:15)
  com.servoy.j2db.dataprocessing.Zb.Za(Zb.java:99)
  com.servoy.j2db.dataprocessing.Za.register(Za.java:30)
  com.servoy.j2db.ClientState.registerClient(ClientState.java:583)
  com.servoy.j2db.server.headlessclient.SessionClient.registerClient(SessionClient.java:291)
  com.servoy.j2db.ClientState.applicationServerInit(ClientState.java:292)
  com.servoy.j2db.server.headlessclient.SessionClient.<init>(SessionClient.java:203)
  com.servoy.j2db.server.headlessclient.SessionClient.<init>(SessionClient.java:159)
  com.servoy.j2db.server.Zg.<init>(Zg.java:2)
  com.servoy.j2db.server.Zq.run(Zq.java:16)
  java.lang.Thread.run(Thread.java:662)

Thread: authenticator, state: BLOCKED, total cpu time: 0.0ms, total user time: 0.0ms, blocked by: http-213.154.231.180-80-8 on com.servoy.j2db.server.Zc.Za@137740c
  com.servoy.j2db.server.Zc.Za.Za(Za.java:687)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:12)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:15)
  com.servoy.j2db.dataprocessing.Zb.Za(Zb.java:99)
  com.servoy.j2db.dataprocessing.Za.register(Za.java:30)
  com.servoy.j2db.ClientState.registerClient(ClientState.java:583)
  com.servoy.j2db.server.headlessclient.SessionClient.registerClient(SessionClient.java:291)
  com.servoy.j2db.ClientState.applicationServerInit(ClientState.java:292)
  com.servoy.j2db.server.headlessclient.SessionClient.<init>(SessionClient.java:203)
  com.servoy.j2db.server.headlessclient.SessionClient.<init>(SessionClient.java:159)
  com.servoy.j2db.server.Zg.<init>(Zg.java:2)
  com.servoy.j2db.server.Zq.run(Zq.java:16)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Connection(idle), state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:424)
  java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:323)
  java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:874)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:945)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Connection(idle), state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:424)
  java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:323)
  java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:874)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:945)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Connection(idle), state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:424)
  java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:323)
  java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:874)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:945)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Connection(idle), state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:424)
  java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:323)
  java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:874)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:945)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Connection(31)-84.86.189.71, state: RUNNABLE, total cpu time: 180.0ms, total user time: 180.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
  com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:755)
  com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
  java.io.FilterInputStream.read(FilterInputStream.java:66)
  sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:517)
  sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
  sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[1], state: BLOCKED, total cpu time: 0.0ms, total user time: 0.0ms, blocked by: http-213.154.231.180-80-8 on com.servoy.j2db.server.Zc.Za@137740c
  com.servoy.j2db.server.Zc.Za.Za(Za.java:687)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:12)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:5)
  com.servoy.j2db.dataprocessing.Zb.Za(Zb.java:334)
  com.servoy.j2db.dataprocessing.Zg.run(Zg.java:1)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:82)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-6-thread-1, state: WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Connection(25)-83.85.199.31, state: RUNNABLE, total cpu time: 0.0ms, total user time: 0.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
  com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:755)
  com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
  java.io.FilterInputStream.read(FilterInputStream.java:66)
  sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:517)
  sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
  sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI RenewClean-[172.16.0.56:3001], state: RUNNABLE, total cpu time: 0.0ms, total user time: 0.0ms
  java.net.PlainSocketImpl.socketConnect(Native Method)
  java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
  java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
  java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
  java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
  java.net.Socket.connect(Socket.java:529)
  java.net.Socket.connect(Socket.java:478)
  java.net.Socket.<init>(Socket.java:375)
  java.net.Socket.<init>(Socket.java:189)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory.createSocket(ServerTwoWaySocketFactory.java:241)
  sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
  sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
  sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
  sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
  sun.rmi.transport.DGCImpl_Stub.clean(Unknown Source)
  sun.rmi.transport.DGCClient$EndpointEntry.makeCleanCalls(DGCClient.java:647)
  sun.rmi.transport.DGCClient$EndpointEntry.access$1700(DGCClient.java:153)
  sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:559)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Connection(idle), state: TIMED_WAITING, total cpu time: 240.0ms, total user time: 220.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:424)
  java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:323)
  java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:874)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:945)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[3], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[2], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[1], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1-thread-3, state: WAITING, total cpu time: 100.0ms, total user time: 40.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:160)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-5-thread-1, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1-thread-2, state: WAITING, total cpu time: 140.0ms, total user time: 80.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:160)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-4-thread-1, state: WAITING, total cpu time: 200.0ms, total user time: 160.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-19, state: WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-18, state: RUNNABLE, total cpu time: 280.0ms, total user time: 280.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-17, state: WAITING, total cpu time: 140.0ms, total user time: 100.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Thread.join(Thread.java:1186)
  java.lang.Thread.join(Thread.java:1239)
  com.servoy.j2db.server.Zm.login(Zm.java:65)
  com.servoy.j2db.ClientState.authenticate(ClientState.java:498)
  com.servoy.j2db.ClientState.authenticate(ClientState.java:484)
  com.servoy.j2db.scripting.JSSecurity.js_authenticate(JSSecurity.java:1104)
  sun.reflect.GeneratedMethodAccessor427.invoke(Unknown Source)
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  org.mozilla.javascript.MemberBox.invoke(MemberBox.java:179)
  org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:353)
  org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3666)
  org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
  org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
  org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
  org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
  org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
  com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
  com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
  com.servoy.j2db.FormController.executeFormMethod(FormController.java:4291)
  com.servoy.j2db.FormController.executeOnShowMethod(FormController.java:4170)
  com.servoy.j2db.FormController.access$15(FormController.java:4161)
  com.servoy.j2db.FormController$3.run(FormController.java:3040)
  com.servoy.j2db.server.headlessclient.WebClient.invokeLater(WebClient.java:528)
  com.servoy.j2db.util.Utils.invokeLater(Utils.java:1782)
  com.servoy.j2db.FormManager.showFormInMainPanel(FormManager.java:780)
  com.servoy.j2db.FormManager.showFormInMainPanel(FormManager.java:590)
  com.servoy.j2db.FormManager.makeSolutionSettings(FormManager.java:371)
  com.servoy.j2db.FormManager$1.run(FormManager.java:162)
  com.servoy.j2db.server.headlessclient.WebClient.invokeLater(WebClient.java:528)
  com.servoy.j2db.FormManager.propertyChange(FormManager.java:158)
  java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
  javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:75)
  java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
  com.servoy.j2db.J2DBGlobals.firePropertyChange(J2DBGlobals.java:90)
  com.servoy.j2db.server.headlessclient.SessionClient.solutionLoaded(SessionClient.java:474)
  com.servoy.j2db.ClientState.loadSolutionsAndModules(ClientState.java:1385)
  com.servoy.j2db.server.headlessclient.SessionClient.loadSolution(SessionClient.java:266)
  com.servoy.j2db.ClientState.selectAndOpenSolution(ClientState.java:417)
  com.servoy.j2db.ClientState.handleClientUserUidChanged(ClientState.java:395)
  com.servoy.j2db.server.headlessclient.WebClientSession.startSessionClient(WebClientSession.java:146)
  com.servoy.j2db.server.headlessclient.SolutionLoader.<init>(SolutionLoader.java:181)
  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188)
  org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:89)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.java:305)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.java:320)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarget.java:234)
  org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
  org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
  org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
  org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
  org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
  org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:486)
  com.servoy.j2db.server.servlets.Zl.doGet(Zl.java:4)
  org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:138)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-16, state: WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-15, state: WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-14, state: WAITING, total cpu time: 160.0ms, total user time: 160.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-13, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-12, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-11, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-10, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-9, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-8, state: RUNNABLE, total cpu time: 13240.0ms, total user time: 9100.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:145)
  org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:114)
  org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:73)
  org.postgresql.core.PGStream.ReceiveChar(PGStream.java:274)
  org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1660)
  org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
  org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
  org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
  org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:273)
  sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  com.servoy.j2db.Za.Za.Zf.invoke(Zf.java:5)
  $Proxy0.executeQuery(Unknown Source)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  com.servoy.j2db.server.Zc.Za.Za(Za.java:432)
  com.servoy.j2db.server.Zc.Za.Za(Za.java:722)
  com.servoy.j2db.server.Zc.Za.updateRootObject(Za.java:1018)
  com.servoy.j2db.server.Ze.Zl.Za(Zl.java:169)
  com.servoy.j2db.server.Ze.Zl.importingDone(Zl.java:298)
  com.servoy.j2db.server.Ze.Zeb.Za(Zeb.java:302)
  com.servoy.j2db.server.Ze.Zeb.importFromJarFile(Zeb.java:317)
  com.servoy.j2db.server.servlets.ConfigServlet.Zj(ConfigServlet.java:3499)
  com.servoy.j2db.server.servlets.ConfigServlet.service(ConfigServlet.java:351)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-7, state: WAITING, total cpu time: 180.0ms, total user time: 180.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-6, state: WAITING, total cpu time: 2600.0ms, total user time: 2480.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Thread.join(Thread.java:1186)
  java.lang.Thread.join(Thread.java:1239)
  com.servoy.j2db.server.Zm.login(Zm.java:65)
  com.servoy.j2db.ClientState.authenticate(ClientState.java:498)
  com.servoy.j2db.ClientState.authenticate(ClientState.java:484)
  com.servoy.j2db.scripting.JSSecurity.js_authenticate(JSSecurity.java:1104)
  sun.reflect.GeneratedMethodAccessor427.invoke(Unknown Source)
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  org.mozilla.javascript.MemberBox.invoke(MemberBox.java:179)
  org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:353)
  org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3666)
  org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
  org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
  org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
  org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
  org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
  com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
  com.servoy.j2db.FormController.executeFunction(FormController.java:3977)
  com.servoy.j2db.FormController.executeFormMethod(FormController.java:4291)
  com.servoy.j2db.FormController.executeOnShowMethod(FormController.java:4170)
  com.servoy.j2db.FormController.access$15(FormController.java:4161)
  com.servoy.j2db.FormController$3.run(FormController.java:3040)
  com.servoy.j2db.server.headlessclient.WebClient.invokeLater(WebClient.java:528)
  com.servoy.j2db.util.Utils.invokeLater(Utils.java:1782)
  com.servoy.j2db.FormManager.showFormInMainPanel(FormManager.java:780)
  com.servoy.j2db.FormManager.showFormInMainPanel(FormManager.java:590)
  com.servoy.j2db.FormManager.makeSolutionSettings(FormManager.java:371)
  com.servoy.j2db.FormManager$1.run(FormManager.java:162)
  com.servoy.j2db.server.headlessclient.WebClient.invokeLater(WebClient.java:528)
  com.servoy.j2db.FormManager.propertyChange(FormManager.java:158)
  java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
  javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:75)
  java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
  com.servoy.j2db.J2DBGlobals.firePropertyChange(J2DBGlobals.java:90)
  com.servoy.j2db.server.headlessclient.SessionClient.solutionLoaded(SessionClient.java:474)
  com.servoy.j2db.ClientState.loadSolutionsAndModules(ClientState.java:1385)
  com.servoy.j2db.server.headlessclient.SessionClient.loadSolution(SessionClient.java:266)
  com.servoy.j2db.ClientState.selectAndOpenSolution(ClientState.java:417)
  com.servoy.j2db.ClientState.handleClientUserUidChanged(ClientState.java:395)
  com.servoy.j2db.server.headlessclient.WebClientSession.startSessionClient(WebClientSession.java:146)
  com.servoy.j2db.server.headlessclient.SolutionLoader.<init>(SolutionLoader.java:181)
  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188)
  org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:89)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.java:305)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.java:320)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarget.java:234)
  org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
  org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
  org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
  org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
  org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
  org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:486)
  com.servoy.j2db.server.servlets.Zl.doGet(Zl.java:4)
  org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:138)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-5, state: WAITING, total cpu time: 1900.0ms, total user time: 1860.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-4, state: WAITING, total cpu time: 460.0ms, total user time: 460.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-3, state: WAITING, total cpu time: 160.0ms, total user time: 160.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-2, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: Java2D Disposer, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  sun.java2d.Disposer.run(Disposer.java:127)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[0], state: BLOCKED, total cpu time: 40.0ms, total user time: 40.0ms, blocked by: http-213.154.231.180-80-8 on com.servoy.j2db.server.Zc.Za@137740c
  com.servoy.j2db.server.Zc.Za.Za(Za.java:687)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:12)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:5)
  com.servoy.j2db.dataprocessing.Zb.Za(Zb.java:334)
  com.servoy.j2db.dataprocessing.Zg.run(Zg.java:1)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:82)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI RenewClean-[10.0.0.26:3000], state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:516)
  java.lang.Thread.run(Thread.java:662)

Thread: Timer-0, state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.util.TimerThread.mainLoop(Timer.java:509)
  java.util.TimerThread.run(Timer.java:462)

Thread: scheduler_QuartzSchedulerThread, state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:411)

Thread: scheduler_Worker-1, state: TIMED_WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  java.lang.Object.wait(Native Method)
  org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:543)

Thread: DestroyJavaVM, state: RUNNABLE, total cpu time: 6720.0ms, total user time: 5920.0ms

Thread: http-213.154.231.180-80-1, state: RUNNABLE, total cpu time: 1780.0ms, total user time: 1700.0ms
  sun.management.ThreadImpl.getThreadInfo0(Native Method)
  sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:145)
  sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:123)
  com.servoy.j2db.server.servlets.ConfigServlet.Zt(ConfigServlet.java:2457)
  com.servoy.j2db.server.servlets.ConfigServlet.service(ConfigServlet.java:3632)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-Acceptor-0, state: RUNNABLE, total cpu time: 0.0ms, total user time: 0.0ms
  java.net.PlainSocketImpl.socketAccept(Native Method)
  java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)
  java.net.ServerSocket.implAccept(ServerSocket.java:453)
  java.net.ServerSocket.accept(ServerSocket.java:421)
  org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:61)
  org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:317)
  java.lang.Thread.run(Thread.java:662)

Thread: ContainerBackgroundProcessor[StandardEngine[Catalina]], state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Thread.sleep(Native Method)
  org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1579)
  java.lang.Thread.run(Thread.java:662)

Thread: ModificationWatcher Task, state: TIMED_WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Thread.sleep(Native Method)
  org.apache.wicket.util.time.Duration.sleep(Duration.java:445)
  org.apache.wicket.util.thread.Task$1.run(Task.java:130)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-3-thread-1, state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI Scheduler(0), state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: ClientExportNotifyListner[1], state: RUNNABLE, total cpu time: 0.0ms, total user time: 0.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
  com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:755)
  com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
  java.io.DataInputStream.readInt(DataInputStream.java:370)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:106)

Thread: ClientExportNotifyListner[0], state: RUNNABLE, total cpu time: 0.0ms, total user time: 0.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
  com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:755)
  com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
  java.io.DataInputStream.readInt(DataInputStream.java:370)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:106)

Thread: SocketAccepter[0], state: WAITING, total cpu time: 80.0ms, total user time: 60.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: GC Daemon, state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  sun.misc.GC$Daemon.run(GC.java:100)

Thread: RMI Reaper, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  sun.rmi.transport.ObjectTable$Reaper.run(ObjectTable.java:333)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1-thread-1, state: WAITING, total cpu time: 540.0ms, total user time: 480.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:160)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Accept-1089, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:317)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory$TwoWayServerSocket.accept(ServerTwoWaySocketFactory.java:578)
  sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
  sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
  java.lang.Thread.run(Thread.java:662)

Thread: 2 way Server Acceptor, state: RUNNABLE, total cpu time: 20.0ms, total user time: 20.0ms
  java.net.PlainSocketImpl.socketAccept(Native Method)
  java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)
  java.net.ServerSocket.implAccept(ServerSocket.java:453)
  com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:261)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory$TwoWayServerSocket.run(ServerTwoWaySocketFactory.java:596)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2-thread-1, state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: PingScanner, state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  com.servoy.j2db.dataprocessing.Zn.run(Zn.java:38)
  java.lang.Thread.run(Thread.java:662)

Thread: MessageScheduler, state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  com.servoy.j2db.dataprocessing.Zp.run(Zp.java:10)
  java.lang.Thread.run(Thread.java:662)

Thread: MessagePreHandler, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.dataprocessing.ClientMessagePreQueueHandler.run(ClientMessagePreQueueHandler.java:48)
  java.lang.Thread.run(Thread.java:662)

Thread: Signal Dispatcher, state: RUNNABLE, total cpu time: 0.0ms, total user time: 0.0ms

Thread: Finalizer, state: WAITING, total cpu time: 20.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

Thread: Reference Handler, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)

yes starting clients when your are importing is very tricky because a registering and loading of a solution needs the same kind of data that the importer uses.
So that will block, I believe that in 6 we already have an option that you can check that will turn on maintenance mode when importing.

OK, I understand! It makes sense. Thank you!

Hi,

Our server is again very slow. It seems that there are more then 200 clients with solution . Can’t they be automatically closed?

I will make another post with the stack trace. This message would be too long if I include that as well.

	All clients: Total number of clients: 255
  	Solution: <none>
        	Application server: vps.accentosoftware.com(213.154.231.144)
  	Client: 84.134.107.73[84.134.107.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:18:45 CEST 2011
Client idle since:	Wed Aug 17 10:18:39 CEST 2011
  	Client: 84.134.107.73[84.134.107.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:18:15 CEST 2011
Client idle since:	Wed Aug 17 10:17:51 CEST 2011
  	Client: 62.80.31.2[62.80.31.2] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:17:26 CEST 2011
Client idle since:	Wed Aug 17 10:17:20 CEST 2011
  	Client: 79.217.93.90[79.217.93.90] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:17:14 CEST 2011
Client idle since:	Wed Aug 17 10:17:02 CEST 2011
  	Client: 92.252.69.170[92.252.69.170] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:16:56 CEST 2011
Client idle since:	Wed Aug 17 10:16:38 CEST 2011
  	Client: 79.217.93.90[79.217.93.90] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:15:55 CEST 2011
Client idle since:	Wed Aug 17 10:15:25 CEST 2011
  	Client: 169.143.244.115[169.143.244.115] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:15:19 CEST 2011
Client idle since:	Wed Aug 17 10:15:01 CEST 2011
  	Client: 79.196.44.57[79.196.44.57] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:14:36 CEST 2011
Client idle since:	Wed Aug 17 10:14:36 CEST 2011
  	Client: 79.202.18.154[79.202.18.154] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:12:28 CEST 2011
Client idle since:	Wed Aug 17 10:12:28 CEST 2011
  	Client: 91.16.174.3[91.16.174.3] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:12:03 CEST 2011
Client idle since:	Wed Aug 17 10:12:03 CEST 2011
  	Client: 91.16.174.3[91.16.174.3] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:11:12 CEST 2011
Client idle since:	Wed Aug 17 10:11:12 CEST 2011
  	Client: 91.3.208.94[91.3.208.94] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:11:12 CEST 2011
Client idle since:	Wed Aug 17 10:11:00 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:11:12 CEST 2011
Client idle since:	Wed Aug 17 10:10:40 CEST 2011
  	Client: 77.171.67.188[77.171.67.188] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:09:33 CEST 2011
Client idle since:	Wed Aug 17 10:08:51 CEST 2011
  	Client: 79.204.128.91[79.204.128.91] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:08:13 CEST 2011
Client idle since:	Wed Aug 17 10:08:07 CEST 2011
  	Client: 134.169.149.88[134.169.149.88] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:07:37 CEST 2011
Client idle since:	Wed Aug 17 10:07:24 CEST 2011
  	Client: 92.69.254.101[92.69.254.101] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:07:12 CEST 2011
Client idle since:	Wed Aug 17 10:07:00 CEST 2011
  	Client: 77.171.67.188[77.171.67.188] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:06:48 CEST 2011
Client idle since:	Wed Aug 17 10:06:48 CEST 2011
  	Client: 89.182.6.167[89.182.6.167] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:05:59 CEST 2011
Client idle since:	Wed Aug 17 10:05:41 CEST 2011
  	Client: 77.171.67.188[77.171.67.188] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:04:21 CEST 2011
Client idle since:	Wed Aug 17 10:04:14 CEST 2011
  	Client: 89.182.6.167[89.182.6.167] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:03:56 CEST 2011
Client idle since:	Wed Aug 17 10:03:56 CEST 2011
  	Client: 77.171.67.188[77.171.67.188] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:03:43 CEST 2011
Client idle since:	Wed Aug 17 10:03:37 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:47:27 CEST 2011
Client idle since:	Wed Aug 17 10:02:48 CEST 2011
  	Client: 93.104.3.41[93.104.3.41] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:01:58 CEST 2011
Client idle since:	Wed Aug 17 10:01:58 CEST 2011
  	Client: 91.3.208.94[91.3.208.94] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:01:28 CEST 2011
Client idle since:	Wed Aug 17 10:01:28 CEST 2011
  	Client: 92.252.106.194[92.252.106.194] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:00:32 CEST 2011
Client idle since:	Wed Aug 17 09:59:59 CEST 2011
  	Client: 84.174.4.117[84.174.4.117] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:59:22 CEST 2011
Client idle since:	Wed Aug 17 09:59:02 CEST 2011
  	Client: 93.104.3.41[93.104.3.41] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:59:02 CEST 2011
Client idle since:	Wed Aug 17 09:58:31 CEST 2011
  	Client: 79.198.142.168[79.198.142.168] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:59:08 CEST 2011
Client idle since:	Wed Aug 17 09:58:25 CEST 2011
  	Client: 79.196.44.57[79.196.44.57] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:58:44 CEST 2011
Client idle since:	Wed Aug 17 09:58:07 CEST 2011
  	Client: 84.86.189.71[84.86.189.71] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:57:16 CEST 2011
Client idle since:	Wed Aug 17 09:56:58 CEST 2011
  	Client: 79.202.18.154[79.202.18.154] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:56:58 CEST 2011
Client idle since:	Wed Aug 17 09:56:52 CEST 2011
  	Client: 79.198.142.168[79.198.142.168] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:56:33 CEST 2011
Client idle since:	Wed Aug 17 09:56:33 CEST 2011
  	Client: 89.182.15.69[89.182.15.69] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:56:08 CEST 2011
Client idle since:	Wed Aug 17 09:56:08 CEST 2011
  	Client: 79.195.39.191[79.195.39.191] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:55:19 CEST 2011
Client idle since:	Wed Aug 17 09:52:59 CEST 2011
  	Client: 79.196.44.57[79.196.44.57] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:52:53 CEST 2011
Client idle since:	Wed Aug 17 09:52:34 CEST 2011
  	Client: 212.184.23.244[212.184.23.244] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:52:40 CEST 2011
Client idle since:	Wed Aug 17 09:52:34 CEST 2011
  	Client: 84.151.181.12[84.151.181.12] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:52:34 CEST 2011
Client idle since:	Wed Aug 17 09:51:08 CEST 2011
  	Client: 212.184.23.244[212.184.23.244] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:50:00 CEST 2011
Client idle since:	Wed Aug 17 09:49:54 CEST 2011
  	Client: 80.187.111.114[10.35.196.178] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:49:48 CEST 2011
Client idle since:	Wed Aug 17 09:49:42 CEST 2011
  	Client: 91.3.208.94[91.3.208.94] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:48:22 CEST 2011
Client idle since:	Wed Aug 17 09:48:22 CEST 2011
  	Client: 89.31.0.20[89.31.0.20] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:48:09 CEST 2011
Client idle since:	Wed Aug 17 09:48:09 CEST 2011
  	Client: 212.184.23.244[212.184.23.244] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:48:09 CEST 2011
Client idle since:	Wed Aug 17 09:48:09 CEST 2011
  	Client: 83.243.48.2[83.243.48.2] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:47:21 CEST 2011
Client idle since:	Wed Aug 17 09:47:21 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:47:09 CEST 2011
Client idle since:	Wed Aug 17 09:46:56 CEST 2011
  	Client: 89.31.0.20[89.31.0.20] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:47:09 CEST 2011
Client idle since:	Wed Aug 17 09:46:56 CEST 2011
  	Client: 79.204.79.234[79.204.79.234] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:45:12 CEST 2011
Client idle since:	Wed Aug 17 09:45:12 CEST 2011
  	Client: 92.252.106.194[92.252.106.194] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:44:36 CEST 2011
Client idle since:	Wed Aug 17 09:44:36 CEST 2011
  	Client: 89.31.0.20[89.31.0.20] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:44:23 CEST 2011
Client idle since:	Wed Aug 17 09:44:05 CEST 2011
  	Client: 87.177.24.45[87.177.24.45] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:42:57 CEST 2011
Client idle since:	Wed Aug 17 09:42:57 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:42:57 CEST 2011
Client idle since:	Wed Aug 17 09:42:39 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:41:29 CEST 2011
Client idle since:	Wed Aug 17 09:41:05 CEST 2011
  	Client: 31.150.55.237[31.150.55.237] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:41:29 CEST 2011
Client idle since:	Wed Aug 17 09:40:41 CEST 2011
  	Client: 79.204.129.121[79.204.129.121] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:41:35 CEST 2011
Client idle since:	Wed Aug 17 09:40:29 CEST 2011
  	Client: 79.196.44.57[79.196.44.57] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:41:43 CEST 2011
Client idle since:	Wed Aug 17 09:39:22 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:41:49 CEST 2011
Client idle since:	Wed Aug 17 09:39:03 CEST 2011
  	Client: 92.252.106.194[92.252.106.194] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:41:55 CEST 2011
Client idle since:	Wed Aug 17 09:38:51 CEST 2011
  	Client: 79.196.44.57[79.196.44.57] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:41:55 CEST 2011
Client idle since:	Wed Aug 17 09:38:09 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:41:17 CEST 2011
Client idle since:	Wed Aug 17 09:33:07 CEST 2011
  	Client: 83.243.48.2[83.243.48.2] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:32:55 CEST 2011
Client idle since:	Wed Aug 17 09:32:06 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:30:21 CEST 2011
Client idle since:	Wed Aug 17 09:30:15 CEST 2011
  	Client: 87.177.24.45[87.177.24.45] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:29:57 CEST 2011
Client idle since:	Wed Aug 17 09:29:57 CEST 2011
  	Client: 92.252.106.194[92.252.106.194] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:29:45 CEST 2011
Client idle since:	Wed Aug 17 09:29:33 CEST 2011
  	Client: 169.143.244.115[169.143.244.115] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:27:23 CEST 2011
Client idle since:	Wed Aug 17 09:27:05 CEST 2011
  	Client: 93.104.176.196[93.104.176.196] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:26:40 CEST 2011
Client idle since:	Wed Aug 17 09:26:40 CEST 2011
  	Client: 87.177.24.45[87.177.24.45] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:26:16 CEST 2011
Client idle since:	Wed Aug 17 09:26:10 CEST 2011
  	Client: 31.150.55.237[31.150.55.237] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:25:25 CEST 2011
Client idle since:	Wed Aug 17 09:25:25 CEST 2011
  	Client: 93.104.176.196[93.104.176.196] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:23:09 CEST 2011
Client idle since:	Wed Aug 17 09:23:09 CEST 2011
  	Client: 92.252.106.194[92.252.106.194] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:22:39 CEST 2011
Client idle since:	Wed Aug 17 09:22:39 CEST 2011
  	Client: 79.202.18.154[79.202.18.154] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:20:46 CEST 2011
Client idle since:	Wed Aug 17 09:20:46 CEST 2011
  	Client: 31.151.124.89[31.151.124.89] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:17:58 CEST 2011
Client idle since:	Wed Aug 17 09:17:58 CEST 2011
  	Client: 87.177.24.45[87.177.24.45] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:17:58 CEST 2011
Client idle since:	Wed Aug 17 09:17:58 CEST 2011
  	Client: 85.16.128.98[85.16.128.98] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:17:02 CEST 2011
Client idle since:	Wed Aug 17 09:17:02 CEST 2011
  	Client: 31.151.124.89[31.151.124.89] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:16:31 CEST 2011
Client idle since:	Wed Aug 17 09:16:31 CEST 2011
  	Client: 31.151.124.89[31.151.124.89] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:16:11 CEST 2011
Client idle since:	Wed Aug 17 09:16:11 CEST 2011
  	Client: 87.177.24.45[87.177.24.45] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:15:55 CEST 2011
Client idle since:	Wed Aug 17 09:15:55 CEST 2011
  	Client: 138.246.2.48[138.246.2.48] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:15:05 CEST 2011
Client idle since:	Wed Aug 17 09:15:05 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:14:46 CEST 2011
Client idle since:	Wed Aug 17 09:14:40 CEST 2011
  	Client: 217.83.99.213[217.83.99.213] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:14:23 CEST 2011
Client idle since:	Wed Aug 17 09:14:23 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:14:22 CEST 2011
Client idle since:	Wed Aug 17 09:14:22 CEST 2011
  	Client: 85.16.128.98[85.16.128.98] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:13:48 CEST 2011
Client idle since:	Wed Aug 17 09:13:48 CEST 2011
  	Client: 94.210.66.40[94.210.66.40] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:12:21 CEST 2011
Client idle since:	Wed Aug 17 09:12:21 CEST 2011
  	Client: 94.210.66.40[94.210.66.40] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:11:38 CEST 2011
Client idle since:	Wed Aug 17 09:11:38 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:11:26 CEST 2011
Client idle since:	Wed Aug 17 09:11:26 CEST 2011
  	Client: 31.151.124.89[31.151.124.89] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:11:26 CEST 2011
Client idle since:	Wed Aug 17 09:11:26 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:10:52 CEST 2011
Client idle since:	Wed Aug 17 09:10:52 CEST 2011
  	Client: 87.173.215.204[87.173.215.204] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:10:31 CEST 2011
Client idle since:	Wed Aug 17 09:10:31 CEST 2011
  	Client: 79.204.191.95[79.204.191.95] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:10:30 CEST 2011
Client idle since:	Wed Aug 17 09:10:30 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:10:06 CEST 2011
Client idle since:	Wed Aug 17 09:10:06 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:09:36 CEST 2011
Client idle since:	Wed Aug 17 09:09:36 CEST 2011
  	Client: 87.177.24.45[87.177.24.45] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:08:23 CEST 2011
Client idle since:	Wed Aug 17 09:08:23 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:08:21 CEST 2011
Client idle since:	Wed Aug 17 09:08:21 CEST 2011
  	Client: 82.83.61.6[82.83.61.6] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:08:16 CEST 2011
Client idle since:	Wed Aug 17 09:08:16 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:08:07 CEST 2011
Client idle since:	Wed Aug 17 09:08:07 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:07:57 CEST 2011
Client idle since:	Wed Aug 17 09:07:57 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:07:35 CEST 2011
Client idle since:	Wed Aug 17 09:07:34 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:06:53 CEST 2011
Client idle since:	Wed Aug 17 09:06:53 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:06:30 CEST 2011
Client idle since:	Wed Aug 17 09:06:30 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:06:20 CEST 2011
Client idle since:	Wed Aug 17 09:06:20 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:05:58 CEST 2011
Client idle since:	Wed Aug 17 09:05:58 CEST 2011
  	Client: 79.204.191.95[79.204.191.95] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:03:58 CEST 2011
Client idle since:	Wed Aug 17 09:03:58 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:03:51 CEST 2011
Client idle since:	Wed Aug 17 09:03:51 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:03:43 CEST 2011
Client idle since:	Wed Aug 17 09:03:43 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:03:12 CEST 2011
Client idle since:	Wed Aug 17 09:03:12 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:02:36 CEST 2011
Client idle since:	Wed Aug 17 09:02:36 CEST 2011
  	Client: 82.83.61.6[82.83.61.6] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:02:14 CEST 2011
Client idle since:	Wed Aug 17 09:02:14 CEST 2011
  	Client: 217.83.99.213[217.83.99.213] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:01:48 CEST 2011
Client idle since:	Wed Aug 17 09:01:48 CEST 2011
  	Client: 217.83.99.213[217.83.99.213] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:01:11 CEST 2011
Client idle since:	Wed Aug 17 09:01:11 CEST 2011
  	Client: 194.114.62.71[194.114.62.71] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:00:39 CEST 2011
Client idle since:	Wed Aug 17 09:00:39 CEST 2011
  	Client: 194.114.62.71[194.114.62.71] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:00:31 CEST 2011
Client idle since:	Wed Aug 17 09:00:31 CEST 2011
  	Client: 31.151.124.89[31.151.124.89] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:59:21 CEST 2011
Client idle since:	Wed Aug 17 08:59:21 CEST 2011
  	Client: 194.114.62.71[194.114.62.71] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:59:20 CEST 2011
Client idle since:	Wed Aug 17 08:59:20 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:58:32 CEST 2011
Client idle since:	Wed Aug 17 08:58:32 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:57:10 CEST 2011
Client idle since:	Wed Aug 17 08:57:10 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:57:02 CEST 2011
Client idle since:	Wed Aug 17 08:57:02 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:56:40 CEST 2011
Client idle since:	Wed Aug 17 08:56:40 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:56:35 CEST 2011
Client idle since:	Wed Aug 17 08:56:35 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:56:24 CEST 2011
Client idle since:	Wed Aug 17 08:56:24 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:55:58 CEST 2011
Client idle since:	Wed Aug 17 08:55:58 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:55:51 CEST 2011
Client idle since:	Wed Aug 17 08:55:51 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:55:45 CEST 2011
Client idle since:	Wed Aug 17 08:55:45 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:55:34 CEST 2011
Client idle since:	Wed Aug 17 08:55:34 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:55:25 CEST 2011
Client idle since:	Wed Aug 17 08:55:25 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:55:19 CEST 2011
Client idle since:	Wed Aug 17 08:55:19 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:54:04 CEST 2011
Client idle since:	Wed Aug 17 08:54:04 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:53:58 CEST 2011
Client idle since:	Wed Aug 17 08:53:58 CEST 2011
  	Client: 87.177.24.45[87.177.24.45] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:52:04 CEST 2011
Client idle since:	Wed Aug 17 08:52:04 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:50:36 CEST 2011
Client idle since:	Wed Aug 17 08:50:36 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:49:41 CEST 2011
Client idle since:	Wed Aug 17 08:49:41 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:49:26 CEST 2011
Client idle since:	Wed Aug 17 08:49:26 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:49:14 CEST 2011
Client idle since:	Wed Aug 17 08:49:14 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:49:06 CEST 2011
Client idle since:	Wed Aug 17 08:49:06 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:48:52 CEST 2011
Client idle since:	Wed Aug 17 08:48:52 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:48:41 CEST 2011
Client idle since:	Wed Aug 17 08:48:41 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:48:14 CEST 2011
Client idle since:	Wed Aug 17 08:48:14 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:48:06 CEST 2011
Client idle since:	Wed Aug 17 08:48:06 CEST 2011
  	Client: 89.204.139.39[89.204.139.39] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:48:05 CEST 2011
Client idle since:	Wed Aug 17 08:48:05 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:48:00 CEST 2011
Client idle since:	Wed Aug 17 08:48:00 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:47:51 CEST 2011
Client idle since:	Wed Aug 17 08:47:51 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:46:53 CEST 2011
Client idle since:	Wed Aug 17 08:46:53 CEST 2011
  	Client: 80.185.46.35[80.185.46.35] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:45:33 CEST 2011
Client idle since:	Wed Aug 17 08:45:33 CEST 2011
  	Client: 89.204.139.39[89.204.139.39] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:44:13 CEST 2011
Client idle since:	Wed Aug 17 08:44:13 CEST 2011
  	Client: 79.196.44.57[79.196.44.57] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:43:53 CEST 2011
Client idle since:	Wed Aug 17 08:43:53 CEST 2011
  	Client: 80.187.102.12[10.175.41.132] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:42:31 CEST 2011
Client idle since:	Wed Aug 17 08:42:31 CEST 2011
  	Client: 79.204.129.1[79.204.129.1] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:41:22 CEST 2011
Client idle since:	Wed Aug 17 08:41:22 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:41:22 CEST 2011
Client idle since:	Wed Aug 17 08:41:22 CEST 2011
  	Client: 84.159.105.33[84.159.105.33] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:40:38 CEST 2011
Client idle since:	Wed Aug 17 08:40:38 CEST 2011
  	Client: 93.222.243.146[93.222.243.146] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:38:11 CEST 2011
Client idle since:	Wed Aug 17 08:38:11 CEST 2011
  	Client: 89.182.99.136[89.182.99.136] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:37:39 CEST 2011
Client idle since:	Wed Aug 17 08:37:39 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:34:45 CEST 2011
Client idle since:	Wed Aug 17 08:34:45 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:34:28 CEST 2011
Client idle since:	Wed Aug 17 08:34:28 CEST 2011
  	Client: 93.222.243.146[93.222.243.146] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:34:05 CEST 2011
Client idle since:	Wed Aug 17 08:34:05 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:32:49 CEST 2011
Client idle since:	Wed Aug 17 08:32:49 CEST 2011
  	Client: 91.34.87.44[91.34.87.44] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:32:01 CEST 2011
Client idle since:	Wed Aug 17 08:32:01 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:31:49 CEST 2011
Client idle since:	Wed Aug 17 08:31:49 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:31:44 CEST 2011
Client idle since:	Wed Aug 17 08:31:44 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:31:11 CEST 2011
Client idle since:	Wed Aug 17 08:31:11 CEST 2011
  	Client: 93.222.243.146[93.222.243.146] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:30:43 CEST 2011
Client idle since:	Wed Aug 17 08:30:43 CEST 2011
  	Client: 89.182.99.136[89.182.99.136] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:30:32 CEST 2011
Client idle since:	Wed Aug 17 08:30:32 CEST 2011
  	Client: 217.230.87.19[217.230.87.19] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:30:22 CEST 2011
Client idle since:	Wed Aug 17 08:30:22 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:30:17 CEST 2011
Client idle since:	Wed Aug 17 08:30:12 CEST 2011
  	Client: 87.234.17.242[87.234.17.242] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:30:10 CEST 2011
Client idle since:	Wed Aug 17 08:30:10 CEST 2011
  	Client: 93.222.243.146[93.222.243.146] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:30:06 CEST 2011
Client idle since:	Wed Aug 17 08:30:06 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:29:52 CEST 2011
Client idle since:	Wed Aug 17 08:29:52 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:29:32 CEST 2011
Client idle since:	Wed Aug 17 08:29:32 CEST 2011
  	Client: 87.234.17.242[87.234.17.242] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:28:29 CEST 2011
Client idle since:	Wed Aug 17 08:28:29 CEST 2011
  	Client: 193.25.183.52[193.25.183.52] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:28:19 CEST 2011
Client idle since:	Wed Aug 17 08:28:19 CEST 2011
  	Client: 91.34.87.44[91.34.87.44] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:19:22 CEST 2011
Client idle since:	Wed Aug 17 08:19:22 CEST 2011
  	Client: 89.182.99.136[89.182.99.136] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:14:06 CEST 2011
Client idle since:	Wed Aug 17 08:14:06 CEST 2011
  	Client: 83.191.115.131[83.191.115.131] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:14:02 CEST 2011
Client idle since:	Wed Aug 17 08:14:02 CEST 2011
  	Client: 87.169.16.27[87.169.16.27] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:10:36 CEST 2011
Client idle since:	Wed Aug 17 08:10:36 CEST 2011
  	Client: 83.191.115.131[83.191.115.131] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:10:04 CEST 2011
Client idle since:	Wed Aug 17 08:10:04 CEST 2011
  	Client: 79.204.131.238[79.204.131.238] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:03:34 CEST 2011
Client idle since:	Wed Aug 17 08:03:34 CEST 2011
  	Client: 79.204.131.238[79.204.131.238] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:03:19 CEST 2011
Client idle since:	Wed Aug 17 08:03:19 CEST 2011
  	Client: 88.64.26.77[88.64.26.77] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:02:00 CEST 2011
Client idle since:	Wed Aug 17 08:02:00 CEST 2011
  	Client: 195.165.166.42[195.165.166.42] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:01:01 CEST 2011
Client idle since:	Wed Aug 17 08:01:01 CEST 2011
  	Client: 82.83.253.222[82.83.253.222] (Servoy Web Client)
Client logged in:	Wed Aug 17 08:00:36 CEST 2011
Client idle since:	Wed Aug 17 08:00:36 CEST 2011
  	Client: 89.182.99.136[89.182.99.136] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:59:59 CEST 2011
Client idle since:	Wed Aug 17 07:59:59 CEST 2011
  	Client: 80.239.242.94[93.104.82.148] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:58:47 CEST 2011
Client idle since:	Wed Aug 17 07:58:47 CEST 2011
  	Client: 88.64.26.77[88.64.26.77] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:58:07 CEST 2011
Client idle since:	Wed Aug 17 07:58:07 CEST 2011
  	Client: 213.190.51.108[213.190.51.108] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:57:15 CEST 2011
Client idle since:	Wed Aug 17 07:57:15 CEST 2011
  	Client: 87.169.86.22[87.169.86.22] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:57:13 CEST 2011
Client idle since:	Wed Aug 17 07:57:13 CEST 2011
  	Client: 193.25.183.52[193.25.183.52] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:55:18 CEST 2011
Client idle since:	Wed Aug 17 07:55:18 CEST 2011
  	Client: 87.169.86.22[87.169.86.22] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:53:47 CEST 2011
Client idle since:	Wed Aug 17 07:53:47 CEST 2011
  	Client: 87.169.16.27[87.169.16.27] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:52:04 CEST 2011
Client idle since:	Wed Aug 17 07:52:04 CEST 2011
  	Client: 217.6.224.138[217.6.224.138] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:51:32 CEST 2011
Client idle since:	Wed Aug 17 07:51:32 CEST 2011
  	Client: 93.207.81.49[93.207.81.49] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:50:49 CEST 2011
Client idle since:	Wed Aug 17 07:50:49 CEST 2011
  	Client: 193.25.183.52[193.25.183.52] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:50:47 CEST 2011
Client idle since:	Wed Aug 17 07:50:47 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:50:29 CEST 2011
Client idle since:	Wed Aug 17 07:50:29 CEST 2011
  	Client: 193.25.183.52[193.25.183.52] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:49:21 CEST 2011
Client idle since:	Wed Aug 17 07:49:21 CEST 2011
  	Client: 217.6.224.138[217.6.224.138] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:49:09 CEST 2011
Client idle since:	Wed Aug 17 07:49:09 CEST 2011
  	Client: 217.6.224.138[217.6.224.138] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:48:52 CEST 2011
Client idle since:	Wed Aug 17 07:48:52 CEST 2011
  	Client: 93.212.110.46[93.212.110.46] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:48:34 CEST 2011
Client idle since:	Wed Aug 17 07:48:34 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:45:54 CEST 2011
Client idle since:	Wed Aug 17 07:45:54 CEST 2011
  	Client: 93.212.110.46[93.212.110.46] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:44:14 CEST 2011
Client idle since:	Wed Aug 17 07:44:08 CEST 2011
  	Client: 93.212.110.46[93.212.110.46] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:43:34 CEST 2011
Client idle since:	Wed Aug 17 07:43:34 CEST 2011
  	Client: 93.212.110.46[93.212.110.46] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:42:46 CEST 2011
Client idle since:	Wed Aug 17 07:42:46 CEST 2011
  	Client: 93.212.110.46[93.212.110.46] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:42:40 CEST 2011
Client idle since:	Wed Aug 17 07:42:40 CEST 2011
  	Client: 217.6.224.138[217.6.224.138] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:42:36 CEST 2011
Client idle since:	Wed Aug 17 07:42:36 CEST 2011
  	Client: 93.212.110.46[93.212.110.46] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:42:34 CEST 2011
Client idle since:	Wed Aug 17 07:42:34 CEST 2011
  	Client: 93.212.110.46[93.212.110.46] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:41:18 CEST 2011
Client idle since:	Wed Aug 17 07:41:18 CEST 2011
  	Client: 93.212.110.46[93.212.110.46] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:40:26 CEST 2011
Client idle since:	Wed Aug 17 07:40:26 CEST 2011
  	Client: 93.207.81.49[93.207.81.49] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:35:08 CEST 2011
Client idle since:	Wed Aug 17 07:35:08 CEST 2011
  	Client: 92.194.103.74[92.194.103.74] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:30:47 CEST 2011
Client idle since:	Wed Aug 17 07:30:47 CEST 2011
  	Client: 93.218.60.11[93.218.60.11] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:30:27 CEST 2011
Client idle since:	Wed Aug 17 07:30:27 CEST 2011
  	Client: 217.93.218.250[217.93.218.250] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:26:59 CEST 2011
Client idle since:	Wed Aug 17 07:26:59 CEST 2011
  	Client: 217.93.218.250[217.93.218.250] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:22:06 CEST 2011
Client idle since:	Wed Aug 17 07:22:06 CEST 2011
  	Client: 77.6.64.109[77.6.64.109] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:12:48 CEST 2011
Client idle since:	Wed Aug 17 07:12:48 CEST 2011
  	Client: 84.174.212.29[84.174.212.29] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:06:16 CEST 2011
Client idle since:	Wed Aug 17 07:06:16 CEST 2011
  	Client: 212.6.125.90[212.6.125.90] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:05:47 CEST 2011
Client idle since:	Wed Aug 17 07:05:47 CEST 2011
  	Client: 85.176.139.101[85.176.139.101] (Servoy Web Client)
Client logged in:	Wed Aug 17 06:40:27 CEST 2011
Client idle since:	Wed Aug 17 06:40:27 CEST 2011
  	Client: 87.234.17.242[87.234.17.242] (Servoy Web Client)
Client logged in:	Wed Aug 17 06:31:19 CEST 2011
Client idle since:	Wed Aug 17 06:31:19 CEST 2011
  	Client: 87.234.17.242[87.234.17.242] (Servoy Web Client)
Client logged in:	Wed Aug 17 06:30:03 CEST 2011
Client idle since:	Wed Aug 17 06:30:03 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 05:49:58 CEST 2011
Client idle since:	Wed Aug 17 05:49:58 CEST 2011
  	Client: 77.188.204.97[77.188.204.97] (Servoy Web Client)
Client logged in:	Wed Aug 17 05:13:11 CEST 2011
Client idle since:	Wed Aug 17 05:13:11 CEST 2011
  	Client: 77.188.204.97[77.188.204.97] (Servoy Web Client)
Client logged in:	Wed Aug 17 05:11:59 CEST 2011
Client idle since:	Wed Aug 17 05:11:59 CEST 2011
  	Client: 79.196.33.181[79.196.33.181] (Servoy Web Client)
Client logged in:	Wed Aug 17 03:46:37 CEST 2011
Client idle since:	Wed Aug 17 03:46:36 CEST 2011
  	Client: 79.238.199.235[79.238.199.235] (Servoy Web Client)
Client logged in:	Wed Aug 17 01:26:28 CEST 2011
Client idle since:	Wed Aug 17 01:26:28 CEST 2011
  	Client: 79.238.199.235[79.238.199.235] (Servoy Web Client)
Client logged in:	Wed Aug 17 01:14:05 CEST 2011
Client idle since:	Wed Aug 17 01:14:05 CEST 2011
  	Client: 79.238.199.235[79.238.199.235] (Servoy Web Client)
Client logged in:	Wed Aug 17 01:10:27 CEST 2011
Client idle since:	Wed Aug 17 01:10:27 CEST 2011
  	Client: 82.83.61.6[82.83.61.6] (Servoy Web Client)
Client logged in:	Wed Aug 17 01:04:23 CEST 2011
Client idle since:	Wed Aug 17 01:04:23 CEST 2011
  	Client: 82.83.61.6[82.83.61.6] (Servoy Web Client)
Client logged in:	Wed Aug 17 01:03:04 CEST 2011
Client idle since:	Wed Aug 17 01:03:04 CEST 2011
  	Client: 82.83.61.6[82.83.61.6] (Servoy Web Client)
Client logged in:	Wed Aug 17 00:58:06 CEST 2011
Client idle since:	Wed Aug 17 00:58:06 CEST 2011
  	Client: 95.99.136.87[95.99.136.87] (Servoy Web Client)
Client logged in:	Wed Aug 17 00:38:26 CEST 2011
Client idle since:	Wed Aug 17 00:38:26 CEST 2011
  	Client: 79.200.53.136[79.200.53.136] (Servoy Web Client)
Client logged in:	Wed Aug 17 00:37:02 CEST 2011
Client idle since:	Wed Aug 17 00:37:02 CEST 2011
  	Client: 95.99.136.87[95.99.136.87] (Servoy Web Client)
Client logged in:	Wed Aug 17 00:31:58 CEST 2011
Client idle since:	Wed Aug 17 00:31:58 CEST 2011
  	Client: 85.16.174.193[85.16.174.193] (Servoy Web Client)
Client logged in:	Wed Aug 17 00:29:45 CEST 2011
Client idle since:	Wed Aug 17 00:29:45 CEST 2011
  	Client: 86.32.10.115[86.32.10.115] (Servoy Web Client)
Client logged in:	Wed Aug 17 00:21:49 CEST 2011
Client idle since:	Wed Aug 17 00:21:49 CEST 2011
  	Client: 95.99.136.87[95.99.136.87] (Servoy Web Client)
Client logged in:	Wed Aug 17 00:19:20 CEST 2011
Client idle since:	Wed Aug 17 00:19:20 CEST 2011
  	Client: 86.32.10.115[86.32.10.115] (Servoy Web Client)
Client logged in:	Wed Aug 17 00:16:58 CEST 2011
Client idle since:	Wed Aug 17 00:16:58 CEST 2011
  	Solution: AeroPlus. Total number of clients for this solution: 9
        	Application server: vps.accentosoftware.com(213.154.231.144)
  	Client: Rahmann@92.252.106.194[92.252.106.194] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:03:43 CEST 2011
Client idle since:	Wed Aug 17 10:18:15 CEST 2011
  	Client: deboer@79.202.18.154[79.202.18.154] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:12:47 CEST 2011
Client idle since:	Wed Aug 17 10:17:51 CEST 2011
  	Client: deboer@79.202.18.154[79.202.18.154] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:04:40 CEST 2011
Client idle since:	Wed Aug 17 10:11:57 CEST 2011
  	Client: Eckl@93.104.3.41[93.104.3.41] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:02:10 CEST 2011
Client idle since:	Wed Aug 17 10:11:25 CEST 2011
  	Client: Ochendal@79.204.79.234[79.204.79.234] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:45:49 CEST 2011
Client idle since:	Wed Aug 17 10:05:29 CEST 2011
  	Client: FRIES@84.174.4.117[84.174.4.117] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:59:53 CEST 2011
Client idle since:	Wed Aug 17 10:04:52 CEST 2011
  	Client: Rahmann@92.252.106.194[92.252.106.194] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:45:00 CEST 2011
Client idle since:	Wed Aug 17 10:00:19 CEST 2011
  	Client: carsten.wecker@212.6.125.90[212.6.125.90] (Servoy Web Client)
Client logged in:	Wed Aug 17 07:32:06 CEST 2011
Client idle since:	Wed Aug 17 09:43:22 CEST 2011
  	Client: Gerschner@computername[192.168.2.103:3140] (Servoy Smart Client)
Client logged in:	Wed Aug 17 08:56:45 CEST 2011
Client idle since:	Wed Aug 17 09:13:01 CEST 2011
  	Solution: AeroPlusAPI. Total number of clients for this solution: 5
        	Application server: vps.accentosoftware.com(213.154.231.144)
  	Client: vps.accentosoftware.com[213.154.231.144] (Servoy Headless Client)
Client logged in:	Wed Aug 17 09:17:52 CEST 2011
Client idle since:	Wed Aug 17 10:12:10 CEST 2011
  	Client: vps.accentosoftware.com[213.154.231.144] (Servoy Headless Client)
Client logged in:	Wed Aug 17 09:10:23 CEST 2011
Client idle since:	Wed Aug 17 10:11:45 CEST 2011
  	Client: vps.accentosoftware.com[213.154.231.144] (Servoy Headless Client)
Client logged in:	Wed Aug 17 09:15:19 CEST 2011
Client idle since:	Wed Aug 17 10:05:04 CEST 2011
  	Client: vps.accentosoftware.com[213.154.231.144] (Servoy Headless Client)
Client logged in:	Wed Aug 17 09:33:13 CEST 2011
Client idle since:	Wed Aug 17 09:42:33 CEST 2011
  	Client: vps.accentosoftware.com[213.154.231.144] (Servoy Headless Client)
Client logged in:	Wed Aug 17 09:29:01 CEST 2011
Client idle since:	Wed Aug 17 09:41:17 CEST 2011
  	Solution: AeroPlusLogin. Total number of clients for this solution: 11
        	Application server: vps.accentosoftware.com(213.154.231.144)
  	Client: 92.252.69.170[92.252.69.170] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:18:39 CEST 2011
Client idle since:	Wed Aug 17 10:18:57 CEST 2011
  	Client: 92.69.254.101[92.69.254.101] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:15:55 CEST 2011
Client idle since:	Wed Aug 17 10:16:38 CEST 2011
  	Client: 91.51.221.73[91.51.221.73] (Servoy Web Client)
Client logged in:	Wed Aug 17 10:13:05 CEST 2011
Client idle since:	Wed Aug 17 10:13:24 CEST 2011
  	Client: 80.187.111.114[10.35.196.178] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:53:36 CEST 2011
Client idle since:	Wed Aug 17 10:08:26 CEST 2011
  	Client: 84.86.189.71[84.86.189.71] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:58:25 CEST 2011
Client idle since:	Wed Aug 17 10:01:58 CEST 2011
  	Client: 79.196.44.57[79.196.44.57] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:59:02 CEST 2011
Client idle since:	Wed Aug 17 09:59:22 CEST 2011
  	Client: 84.151.181.12[84.151.181.12] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:55:38 CEST 2011
Client idle since:	Wed Aug 17 09:57:16 CEST 2011
  	Client: 212.184.23.244[212.184.23.244] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:52:34 CEST 2011
Client idle since:	Wed Aug 17 09:53:36 CEST 2011
  	Client: 91.3.208.94[91.3.208.94] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:50:44 CEST 2011
Client idle since:	Wed Aug 17 09:51:44 CEST 2011
  	Client: 217.227.125.171[217.227.125.171] (Servoy Web Client)
Client logged in:	Wed Aug 17 09:43:15 CEST 2011
Client idle since:	Wed Aug 17 09:43:22 CEST 2011
  	Solution: BatchJobsRunner. Total number of clients for this solution: 1
        	Application server: vps.accentosoftware.com(213.154.231.144)
  	Client: vps.accentosoftware.com[213.154.231.144] (Servoy Headless Client)
Client logged in:	Mon Aug 15 11:39:23 CEST 2011
Client idle since:	Wed Aug 17 10:18:51 CEST 2011

Continuing the previos post. This are the stack traces. It’s again to long. I will split it into 2 posts again.

Current time: Wed Aug 17 10:17:20 CEST 2011

Server Information
Servoy version 5.2.9 -build 1020
Port used by RMI Registry: 1089
Repository version 38

Current time: Wed Aug 17 10:17:20 CEST 2011

Uptime:  9 days 20 hours 4 minutes 31 seconds

JDK Information
java.vm.name=Java HotSpot(TM) Server VM
java.version=1.6.0_22
java.vm.info=mixed mode
java.vm.vendor=Sun Microsystems Inc.

Operating System Information
os.name=Linux
os.version=2.6.29-xs5.5.0.17
os.arch=i386

System Information
Heap memory: allocated=1578688K, used=1549724K, max=1864192K
None Heap memory: allocated=106336K, used=105747K, max=180224K

Thread: TaskExecuter[30], state: BLOCKED, total cpu time: 0.0ms, total user time: 0.0ms, blocked by: authenticator on com.servoy.j2db.server.Zc.Zo@4e2f0a
  com.servoy.j2db.server.Zc.Zo.Zd(Zo.java:831)
  com.servoy.j2db.server.Zc.Zo.getRepositoryTable(Zo.java:368)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:23)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:5)
  com.servoy.j2db.dataprocessing.Zb.Za(Zb.java:334)
  com.servoy.j2db.dataprocessing.Zg.run(Zg.java:1)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:82)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[29], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2272-thread-1, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2273-thread-1, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2274-thread-1, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[28], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1821-thread-274, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms, blocked by: pool-1821-thread-272 on java.util.concurrent.locks.ReentrantLock$NonfairSync@13f5190
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:842)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1178)
  java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:186)
  java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:262)
  com.servoy.j2db.server.headlessclient.SessionClient.invokeAndWait(SessionClient.java:1167)
  com.servoy.j2db.server.headlessclient.SessionClient.invokeLater(SessionClient.java:1160)
  com.servoy.j2db.plugins.ClientPluginAccessProvider$1.run(ClientPluginAccessProvider.java:439)
  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2263-thread-5, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1821-thread-273, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms, blocked by: pool-1821-thread-272 on java.util.concurrent.locks.ReentrantLock$NonfairSync@13f5190
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:842)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1178)
  java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:186)
  java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:262)
  com.servoy.j2db.server.headlessclient.SessionClient.invokeAndWait(SessionClient.java:1167)
  com.servoy.j2db.server.headlessclient.SessionClient.invokeLater(SessionClient.java:1160)
  com.servoy.j2db.plugins.ClientPluginAccessProvider$1.run(ClientPluginAccessProvider.java:439)
  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2265-thread-5, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2271-thread-1, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2270-thread-1, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1821-thread-272, state: RUNNABLE, total cpu time: 560.0ms, total user time: 520.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:145)
  org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:114)
  org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:73)
  org.postgresql.core.PGStream.ReceiveChar(PGStream.java:274)
  org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1660)
  org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
  org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
  org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
  org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:273)
  sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  com.servoy.j2db.Za.Za.Zf.invoke(Zf.java:5)
  $Proxy0.executeQuery(Unknown Source)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  com.servoy.j2db.dataprocessing.Zu.Za(Zu.java:694)
  com.servoy.j2db.dataprocessing.Zu.Za(Zu.java:770)
  com.servoy.j2db.dataprocessing.Zu.Za(Zu.java:592)
  com.servoy.j2db.dataprocessing.Zu.performQuery(Zu.java:349)
  com.servoy.j2db.dataprocessing.Zu.performQuery(Zu.java:815)
  com.servoy.j2db.dataprocessing.RelatedFoundSet.createRelatedFoundSets(RelatedFoundSet.java:284)
  com.servoy.j2db.dataprocessing.FoundSetManager.getRelatedFoundSet(FoundSetManager.java:538)
  com.servoy.j2db.dataprocessing.FoundSet.getRelatedFoundSet(FoundSet.java:4678)
  com.servoy.j2db.dataprocessing.Record.getRelatedFoundSet(Record.java:658)
  com.servoy.j2db.dataprocessing.Record.getValue(Record.java:245)
  com.servoy.j2db.dataprocessing.Record.get(Record.java:416)
  org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:1641)
  org.mozilla.javascript.ScriptRuntime.getObjectProp(ScriptRuntime.java:1429)
  org.mozilla.javascript.ScriptRuntime.getObjectProp(ScriptRuntime.java:1418)
  org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3343)
  org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2680)
  org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:166)
  org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:387)
  org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3135)
  org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:165)
  com.servoy.j2db.scripting.ScriptEngine.executeFunction(ScriptEngine.java:476)
  com.servoy.j2db.plugins.ClientPluginAccessProvider$MethodExecutor.run(ClientPluginAccessProvider.java:511)
  com.servoy.j2db.server.headlessclient.SessionClient.invokeAndWait(SessionClient.java:1170)
  com.servoy.j2db.server.headlessclient.SessionClient.invokeLater(SessionClient.java:1160)
  com.servoy.j2db.plugins.ClientPluginAccessProvider$1.run(ClientPluginAccessProvider.java:439)
  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[27], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[26], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2268-thread-2, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2267-thread-2, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[25], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[24], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[23], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1821-thread-270, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms, blocked by: pool-1821-thread-272 on java.util.concurrent.locks.ReentrantLock$NonfairSync@13f5190
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:842)
  java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1178)
  java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:186)
  java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:262)
  com.servoy.j2db.server.headlessclient.SessionClient.invokeAndWait(SessionClient.java:1167)
  com.servoy.j2db.server.headlessclient.SessionClient.invokeLater(SessionClient.java:1160)
  com.servoy.j2db.plugins.ClientPluginAccessProvider$1.run(ClientPluginAccessProvider.java:439)
  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[22], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[21], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[20], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[19], state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2266-thread-2, state: WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2266-thread-1, state: WAITING, total cpu time: 7400.0ms, total user time: 7340.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI RenewClean-[192.168.2.103:3140], state: TIMED_WAITING, total cpu time: 20.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:516)
  java.lang.Thread.run(Thread.java:662)

Thread: ClientExportNotifyListner[143], state: RUNNABLE, total cpu time: 0.0ms, total user time: 0.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
  com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:755)
  com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
  java.io.DataInputStream.readInt(DataInputStream.java:370)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:106)

Thread: Timer-64, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  java.util.TimerThread.mainLoop(Timer.java:483)
  java.util.TimerThread.run(Timer.java:462)

Thread: pool-2233-thread-1, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: Timer-48, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  java.util.TimerThread.mainLoop(Timer.java:483)
  java.util.TimerThread.run(Timer.java:462)

Thread: Timer-45, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  java.util.TimerThread.mainLoop(Timer.java:483)
  java.util.TimerThread.run(Timer.java:462)

Thread: SocketAccepter[6], state: WAITING, total cpu time: 480.0ms, total user time: 380.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: File Reaper, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  org.apache.wicket.util.file.FileCleaner$1.run(FileCleaner.java:64)

Thread: http-213.154.231.180-80-93, state: WAITING, total cpu time: 129550.0ms, total user time: 117410.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-92, state: RUNNABLE, total cpu time: 124870.0ms, total user time: 118030.0ms
  java.io.UnixFileSystem.createFileExclusively(Native Method)
  java.io.File.checkAndCreate(File.java:1704)
  java.io.File.createTempFile(File.java:1792)
  javax.imageio.stream.FileCacheImageInputStream.<init>(FileCacheImageInputStream.java:84)
  com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:51)
  javax.imageio.ImageIO.createImageInputStream(ImageIO.java:331)
  com.servoy.j2db.util.ImageLoader.getSize(ImageLoader.java:528)
  com.servoy.j2db.server.headlessclient.dataui.MediaResource.<init>(MediaResource.java:113)
  com.servoy.j2db.server.headlessclient.SharedMediaResource.getResourceState(SharedMediaResource.java:87)
  org.apache.wicket.markup.html.DynamicWebResource$1.checkLoadData(DynamicWebResource.java:267)
  org.apache.wicket.markup.html.DynamicWebResource$1.lastModifiedTime(DynamicWebResource.java:231)
  org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:1217)
  org.apache.wicket.protocol.http.WicketServlet.getLastModified(WicketServlet.java:284)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:613)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-91, state: WAITING, total cpu time: 63590.0ms, total user time: 59950.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-90, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-89, state: WAITING, total cpu time: 18380.0ms, total user time: 17180.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-88, state: WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-87, state: WAITING, total cpu time: 98060.0ms, total user time: 93480.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-86, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-85, state: WAITING, total cpu time: 119210.0ms, total user time: 112170.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-84, state: WAITING, total cpu time: 55990.0ms, total user time: 52670.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-83, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-82, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-81, state: WAITING, total cpu time: 49060.0ms, total user time: 46280.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-80, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-79, state: WAITING, total cpu time: 88400.0ms, total user time: 81280.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-78, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-77, state: WAITING, total cpu time: 27020.0ms, total user time: 25220.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-76, state: WAITING, total cpu time: 23680.0ms, total user time: 20840.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-75, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-74, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-73, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-72, state: RUNNABLE, total cpu time: 29540.0ms, total user time: 27780.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-71, state: RUNNABLE, total cpu time: 95950.0ms, total user time: 90010.0ms
  java.net.SocketOutputStream.socketWrite0(Native Method)
  java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
  java.net.SocketOutputStream.write(SocketOutputStream.java:136)
  org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:740)
  org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
  org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)
  org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
  org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
  org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:573)
  org.apache.coyote.Response.doWrite(Response.java:560)
  org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
  org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:325)
  org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381)
  org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370)
  org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
  java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:296)
  sun.nio.ch.FileChannelImpl.transferToArbitraryChannel(FileChannelImpl.java:475)
  sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:524)
  com.servoy.j2db.server.servlets.JarServlet.doGet(JarServlet.java:146)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:625)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-70, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-69, state: WAITING, total cpu time: 102290.0ms, total user time: 96070.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-68, state: WAITING, total cpu time: 60.0ms, total user time: 60.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-67, state: WAITING, total cpu time: 85000.0ms, total user time: 79300.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-66, state: WAITING, total cpu time: 40.0ms, total user time: 40.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-65, state: WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-64, state: WAITING, total cpu time: 33840.0ms, total user time: 28060.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-63, state: WAITING, total cpu time: 60090.0ms, total user time: 55950.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-62, state: WAITING, total cpu time: 95610.0ms, total user time: 89710.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-61, state: RUNNABLE, total cpu time: 90310.0ms, total user time: 82930.0ms
  java.net.SocketOutputStream.socketWrite0(Native Method)
  java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
  java.net.SocketOutputStream.write(SocketOutputStream.java:136)
  org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:740)
  org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
  org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)
  org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
  org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
  org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:573)
  org.apache.coyote.Response.doWrite(Response.java:560)
  org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
  org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
  org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)
  org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381)
  org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370)
  org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
  org.apache.wicket.util.io.Streams.copy(Streams.java:159)
  org.apache.wicket.util.io.Streams.copy(Streams.java:126)
  org.apache.wicket.Response.write(Response.java:306)
  org.apache.wicket.request.target.resource.ResourceStreamRequestTarget.respond(ResourceStreamRequestTarget.java:160)
  org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105)
  org.apache.wicket.RequestCycle.respond(RequestCycle.java:1267)
  org.apache.wicket.RequestCycle.step(RequestCycle.java:1334)
  org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
  org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
  org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:486)
  com.servoy.j2db.server.servlets.Zl.doGet(Zl.java:4)
  org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:138)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:625)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-60, state: WAITING, total cpu time: 115240.0ms, total user time: 103240.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[5], state: WAITING, total cpu time: 680.0ms, total user time: 540.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[4], state: RUNNABLE, total cpu time: 180.0ms, total user time: 140.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
  com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
  com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
  com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
  com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
  java.io.DataInputStream.readInt(DataInputStream.java:370)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory$SocketAcceptor.run(ServerTwoWaySocketFactory.java:421)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:82)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[18], state: WAITING, total cpu time: 2700.0ms, total user time: 2060.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[17], state: WAITING, total cpu time: 2580.0ms, total user time: 1880.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[16], state: WAITING, total cpu time: 2640.0ms, total user time: 2000.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[15], state: WAITING, total cpu time: 2600.0ms, total user time: 1920.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[14], state: WAITING, total cpu time: 2600.0ms, total user time: 1860.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[13], state: WAITING, total cpu time: 2740.0ms, total user time: 2020.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[12], state: WAITING, total cpu time: 3060.0ms, total user time: 2260.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[11], state: WAITING, total cpu time: 2900.0ms, total user time: 2120.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[10], state: WAITING, total cpu time: 3320.0ms, total user time: 2440.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[9], state: WAITING, total cpu time: 3000.0ms, total user time: 2300.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[8], state: WAITING, total cpu time: 2840.0ms, total user time: 2120.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[7], state: WAITING, total cpu time: 2900.0ms, total user time: 2100.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[6], state: WAITING, total cpu time: 3060.0ms, total user time: 2280.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-59, state: WAITING, total cpu time: 51520.0ms, total user time: 48680.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-58, state: WAITING, total cpu time: 101870.0ms, total user time: 95790.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-57, state: WAITING, total cpu time: 80760.0ms, total user time: 74340.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-56, state: WAITING, total cpu time: 131160.0ms, total user time: 123520.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-55, state: WAITING, total cpu time: 132330.0ms, total user time: 122010.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-54, state: WAITING, total cpu time: 116150.0ms, total user time: 109510.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-53, state: WAITING, total cpu time: 48420.0ms, total user time: 45680.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-52, state: RUNNABLE, total cpu time: 51910.0ms, total user time: 48630.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-51, state: WAITING, total cpu time: 48700.0ms, total user time: 45800.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-50, state: WAITING, total cpu time: 167400.0ms, total user time: 151440.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-49, state: RUNNABLE, total cpu time: 129740.0ms, total user time: 122620.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-48, state: WAITING, total cpu time: 5020.0ms, total user time: 4720.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-47, state: WAITING, total cpu time: 77570.0ms, total user time: 72510.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-46, state: WAITING, total cpu time: 57360.0ms, total user time: 53500.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-45, state: WAITING, total cpu time: 39130.0ms, total user time: 36610.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-44, state: RUNNABLE, total cpu time: 144010.0ms, total user time: 131950.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-43, state: WAITING, total cpu time: 57150.0ms, total user time: 53770.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-42, state: WAITING, total cpu time: 420.0ms, total user time: 420.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-41, state: RUNNABLE, total cpu time: 101530.0ms, total user time: 95410.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-40, state: WAITING, total cpu time: 165370.0ms, total user time: 156310.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-39, state: WAITING, total cpu time: 69220.0ms, total user time: 65160.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-38, state: WAITING, total cpu time: 75300.0ms, total user time: 70860.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-37, state: WAITING, total cpu time: 147600.0ms, total user time: 135120.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-36, state: WAITING, total cpu time: 45620.0ms, total user time: 42780.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-35, state: RUNNABLE, total cpu time: 132150.0ms, total user time: 123270.0ms
  sun.management.ThreadImpl.getThreadInfo0(Native Method)
  sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:145)
  sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:123)
  com.servoy.j2db.server.servlets.ConfigServlet.Zt(ConfigServlet.java:2457)
  com.servoy.j2db.server.servlets.ConfigServlet.service(ConfigServlet.java:3632)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Stack trace final part. Please see the previous 2 posts as well. After I finish this message, I’ll try to close manually the clients. In case the memory and server speed do not improve I can only restart the server. I’m asking again: Can the server close automatically the clients?

I’m also getting this error when accessing the WebClient:
[attachment=0]Screen shot 2011-08-17 at 11.33.23 AM.png[/attachment]

Thread: http-213.154.231.180-80-34, state: RUNNABLE, total cpu time: 204310.0ms, total user time: 190290.0ms
  java.net.SocketOutputStream.socketWrite0(Native Method)
  java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
  java.net.SocketOutputStream.write(SocketOutputStream.java:136)
  org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:740)
  org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
  org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)
  org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
  org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
  org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:573)
  org.apache.coyote.Response.doWrite(Response.java:560)
  org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
  org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:325)
  org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381)
  org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370)
  org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
  java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:296)
  sun.nio.ch.FileChannelImpl.transferToArbitraryChannel(FileChannelImpl.java:475)
  sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:524)
  com.servoy.j2db.server.servlets.JarServlet.doGet(JarServlet.java:146)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:625)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-33, state: WAITING, total cpu time: 116120.0ms, total user time: 106900.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-32, state: RUNNABLE, total cpu time: 93250.0ms, total user time: 87910.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-31, state: RUNNABLE, total cpu time: 117830.0ms, total user time: 110750.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-30, state: WAITING, total cpu time: 45440.0ms, total user time: 43400.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-29, state: WAITING, total cpu time: 51490.0ms, total user time: 45090.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-28, state: WAITING, total cpu time: 65300.0ms, total user time: 61800.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-27, state: WAITING, total cpu time: 181930.0ms, total user time: 168010.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-26, state: WAITING, total cpu time: 173910.0ms, total user time: 161950.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-25, state: WAITING, total cpu time: 52730.0ms, total user time: 49330.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-24, state: WAITING, total cpu time: 129640.0ms, total user time: 122140.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[5], state: WAITING, total cpu time: 3200.0ms, total user time: 2400.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-23, state: WAITING, total cpu time: 36620.0ms, total user time: 34140.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-22, state: WAITING, total cpu time: 64010.0ms, total user time: 58610.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-21, state: WAITING, total cpu time: 73220.0ms, total user time: 68840.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-20, state: WAITING, total cpu time: 177330.0ms, total user time: 164890.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[4], state: WAITING, total cpu time: 3220.0ms, total user time: 2380.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[3], state: WAITING, total cpu time: 3200.0ms, total user time: 2360.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[2], state: WAITING, total cpu time: 3280.0ms, total user time: 2500.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[1], state: WAITING, total cpu time: 3160.0ms, total user time: 2400.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[3], state: WAITING, total cpu time: 960.0ms, total user time: 740.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[2], state: WAITING, total cpu time: 960.0ms, total user time: 760.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[1], state: WAITING, total cpu time: 960.0ms, total user time: 780.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1-thread-3, state: WAITING, total cpu time: 8200.0ms, total user time: 4980.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:160)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1-thread-2, state: WAITING, total cpu time: 8180.0ms, total user time: 4840.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:160)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-19, state: WAITING, total cpu time: 52370.0ms, total user time: 46350.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-18, state: WAITING, total cpu time: 45630.0ms, total user time: 37370.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-17, state: WAITING, total cpu time: 141680.0ms, total user time: 132600.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-16, state: WAITING, total cpu time: 44380.0ms, total user time: 41540.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-15, state: WAITING, total cpu time: 155540.0ms, total user time: 146780.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-14, state: WAITING, total cpu time: 136070.0ms, total user time: 126810.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-13, state: WAITING, total cpu time: 12920.0ms, total user time: 11900.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-12, state: WAITING, total cpu time: 162620.0ms, total user time: 152560.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-11, state: WAITING, total cpu time: 67520.0ms, total user time: 61140.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-10, state: WAITING, total cpu time: 157020.0ms, total user time: 147800.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-9, state: RUNNABLE, total cpu time: 63830.0ms, total user time: 58590.0ms
  java.net.SocketOutputStream.socketWrite0(Native Method)
  java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
  java.net.SocketOutputStream.write(SocketOutputStream.java:136)
  org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:740)
  org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
  org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)
  org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
  org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
  org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:573)
  org.apache.coyote.Response.doWrite(Response.java:560)
  org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
  org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:325)
  org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381)
  org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370)
  org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
  java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:296)
  sun.nio.ch.FileChannelImpl.transferToArbitraryChannel(FileChannelImpl.java:475)
  sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:524)
  com.servoy.j2db.server.servlets.JarServlet.doGet(JarServlet.java:146)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:625)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-8, state: RUNNABLE, total cpu time: 145030.0ms, total user time: 131710.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)
  org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:808)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-7, state: WAITING, total cpu time: 35620.0ms, total user time: 33840.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-6, state: WAITING, total cpu time: 47860.0ms, total user time: 45060.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-5, state: WAITING, total cpu time: 164700.0ms, total user time: 153300.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-4, state: WAITING, total cpu time: 80970.0ms, total user time: 75890.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-3, state: RUNNABLE, total cpu time: 159970.0ms, total user time: 146210.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:145)
  org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:114)
  org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:73)
  org.postgresql.core.PGStream.ReceiveChar(PGStream.java:274)
  org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1660)
  org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
  org.postgresql.jdbc2.AbstractJdbc2Connection.executeTransactionCommand(AbstractJdbc2Connection.java:685)
  org.postgresql.jdbc2.AbstractJdbc2Connection.commit(AbstractJdbc2Connection.java:709)
  com.servoy.j2db.Za.Za.Zm.commit(Zm.java:126)
  org.apache.commons.dbcp.DelegatingConnection.commit(DelegatingConnection.java:334)
  org.apache.commons.dbcp.DelegatingConnection.commit(DelegatingConnection.java:334)
  org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.commit(PoolingDataSource.java:211)
  org.apache.commons.dbcp.DelegatingConnection.commit(DelegatingConnection.java:334)
  com.servoy.j2db.Za.Za.Zn.commit(Zn.java:95)
  com.servoy.j2db.server.Zc.Za.Zb(Za.java:892)
  com.servoy.j2db.server.Zc.Za.Za(Za.java:1032)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:12)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:15)
  com.servoy.j2db.dataprocessing.Zb.Za(Zb.java:99)
  com.servoy.j2db.dataprocessing.Za.register(Za.java:30)
  com.servoy.j2db.ClientState.registerClient(ClientState.java:583)
  com.servoy.j2db.server.headlessclient.SessionClient.registerClient(SessionClient.java:291)
  com.servoy.j2db.server.headlessclient.WebClient.registerClient(WebClient.java:391)
  com.servoy.j2db.ClientState.applicationServerInit(ClientState.java:292)
  com.servoy.j2db.server.headlessclient.SessionClient.<init>(SessionClient.java:203)
  com.servoy.j2db.server.headlessclient.WebClient.<init>(WebClient.java:84)
  com.servoy.j2db.server.headlessclient.WebClientSession.createWebClient(WebClientSession.java:188)
  com.servoy.j2db.server.headlessclient.WebClientSession.startSessionClient(WebClientSession.java:131)
  com.servoy.j2db.server.headlessclient.SolutionLoader.<init>(SolutionLoader.java:181)
  sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
  sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188)
  org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:89)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.java:305)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.java:320)
  org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarget.java:234)
  org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
  org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
  org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
  org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
  org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
  org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:486)
  com.servoy.j2db.server.servlets.Zl.doGet(Zl.java:4)
  org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:138)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:567)
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-2, state: WAITING, total cpu time: 124460.0ms, total user time: 114080.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: Java2D Disposer, state: WAITING, total cpu time: 640.0ms, total user time: 380.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  sun.java2d.Disposer.run(Disposer.java:127)
  java.lang.Thread.run(Thread.java:662)

Thread: TaskExecuter[0], state: RUNNABLE, total cpu time: 3220.0ms, total user time: 2440.0ms
  java.net.SocketInputStream.socketRead0(Native Method)
  java.net.SocketInputStream.read(SocketInputStream.java:129)
  org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:145)
  org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:114)
  org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:73)
  org.postgresql.core.PGStream.ReceiveChar(PGStream.java:274)
  org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1660)
  org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
  org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
  org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
  org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:334)
  sun.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  com.servoy.j2db.Za.Za.Zf.invoke(Zf.java:5)
  $Proxy0.executeUpdate(Unknown Source)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
  org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:33)
  com.servoy.j2db.dataprocessing.Zi.Za(Zi.java:5)
  com.servoy.j2db.dataprocessing.Zb.Za(Zb.java:334)
  com.servoy.j2db.dataprocessing.Zg.run(Zg.java:1)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:82)
  java.lang.Thread.run(Thread.java:662)

Thread: Timer-0, state: TIMED_WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.util.TimerThread.mainLoop(Timer.java:509)
  java.util.TimerThread.run(Timer.java:462)

Thread: scheduler_QuartzSchedulerThread, state: TIMED_WAITING, total cpu time: 6520.0ms, total user time: 5940.0ms
  java.lang.Object.wait(Native Method)
  org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:411)

Thread: scheduler_Worker-1, state: TIMED_WAITING, total cpu time: 61150.0ms, total user time: 36730.0ms
  java.lang.Object.wait(Native Method)
  org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:543)

Thread: DestroyJavaVM, state: RUNNABLE, total cpu time: 6720.0ms, total user time: 5920.0ms

Thread: http-213.154.231.180-80-1, state: WAITING, total cpu time: 126210.0ms, total user time: 116050.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:423)
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:449)
  java.lang.Thread.run(Thread.java:662)

Thread: http-213.154.231.180-80-Acceptor-0, state: RUNNABLE, total cpu time: 9600.0ms, total user time: 6960.0ms
  java.net.PlainSocketImpl.socketAccept(Native Method)
  java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)
  java.net.ServerSocket.implAccept(ServerSocket.java:453)
  java.net.ServerSocket.accept(ServerSocket.java:421)
  org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:61)
  org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:317)
  java.lang.Thread.run(Thread.java:662)

Thread: ContainerBackgroundProcessor[StandardEngine[Catalina]], state: TIMED_WAITING, total cpu time: 49340.0ms, total user time: 31140.0ms
  java.lang.Thread.sleep(Native Method)
  org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1579)
  java.lang.Thread.run(Thread.java:662)

Thread: ModificationWatcher Task, state: TIMED_WAITING, total cpu time: 1299600.0ms, total user time: 1019480.0ms
  java.lang.Thread.sleep(Native Method)
  org.apache.wicket.util.time.Duration.sleep(Duration.java:445)
  org.apache.wicket.util.thread.Task$1.run(Task.java:130)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-3-thread-1, state: TIMED_WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI Scheduler(0), state: TIMED_WAITING, total cpu time: 820.0ms, total user time: 560.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: SocketAccepter[0], state: WAITING, total cpu time: 1060.0ms, total user time: 860.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.util.TaskExecuter.run(TaskExecuter.java:70)
  java.lang.Thread.run(Thread.java:662)

Thread: GC Daemon, state: TIMED_WAITING, total cpu time: 20.0ms, total user time: 20.0ms
  java.lang.Object.wait(Native Method)
  sun.misc.GC$Daemon.run(GC.java:100)

Thread: RMI Reaper, state: WAITING, total cpu time: 0.0ms, total user time: 0.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  sun.rmi.transport.ObjectTable$Reaper.run(ObjectTable.java:333)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-1-thread-1, state: WAITING, total cpu time: 9120.0ms, total user time: 5440.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:160)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: RMI TCP Accept-1089, state: WAITING, total cpu time: 360.0ms, total user time: 280.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
  java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:317)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory$TwoWayServerSocket.accept(ServerTwoWaySocketFactory.java:578)
  sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
  sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
  java.lang.Thread.run(Thread.java:662)

Thread: 2 way Server Acceptor, state: RUNNABLE, total cpu time: 740.0ms, total user time: 700.0ms
  java.net.PlainSocketImpl.socketAccept(Native Method)
  java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)
  java.net.ServerSocket.implAccept(ServerSocket.java:453)
  com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:261)
  com.servoy.j2db.rmi.ServerTwoWaySocketFactory$TwoWayServerSocket.run(ServerTwoWaySocketFactory.java:596)
  java.lang.Thread.run(Thread.java:662)

Thread: pool-2-thread-1, state: TIMED_WAITING, total cpu time: 780.0ms, total user time: 660.0ms
  sun.misc.Unsafe.park(Native Method)
  java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
  java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
  java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
  java.lang.Thread.run(Thread.java:662)

Thread: PingScanner, state: TIMED_WAITING, total cpu time: 4300.0ms, total user time: 2200.0ms
  java.lang.Object.wait(Native Method)
  com.servoy.j2db.dataprocessing.Zn.run(Zn.java:38)
  java.lang.Thread.run(Thread.java:662)

Thread: MessageScheduler, state: TIMED_WAITING, total cpu time: 2860.0ms, total user time: 2220.0ms
  java.lang.Object.wait(Native Method)
  com.servoy.j2db.dataprocessing.Zp.run(Zp.java:10)
  java.lang.Thread.run(Thread.java:662)

Thread: MessagePreHandler, state: WAITING, total cpu time: 2680.0ms, total user time: 1760.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  com.servoy.j2db.dataprocessing.ClientMessagePreQueueHandler.run(ClientMessagePreQueueHandler.java:48)
  java.lang.Thread.run(Thread.java:662)

Thread: Signal Dispatcher, state: RUNNABLE, total cpu time: 0.0ms, total user time: 0.0ms

Thread: Finalizer, state: WAITING, total cpu time: 22180.0ms, total user time: 21780.0ms
  java.lang.Object.wait(Native Method)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
  java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

Thread: Reference Handler, state: WAITING, total cpu time: 6260.0ms, total user time: 6060.0ms
  java.lang.Object.wait(Native Method)
  java.lang.Object.wait(Object.java:485)
  java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)

Guys I have now another problem. I restarted the server, and then started agan and again, but after at most one minute it went down again and again. So I can’t actually start it at all.

The server log sais that “There is insufficient memory for the Java Runtime Environment to continue …”, but there is enough memory there:

vps:/Software/servoy_aeroplus/application_server# free -m
             total       used       free     shared    buffers     cached
Mem:          4110       1334       2776          0          8       1136
-/+ buffers/cache:        189       3920
Swap:          476          0        476

I even restarted the vps and I get the same error.

I get this in the vps:

vps:/Software/servoy_aeroplus/application_server# ./servoy_server.sh: line 12:  2252 Aborted                 java -Djava.awt.headless=true -Xmx2048m -Xms512m -XX:MaxPermSize=128m -classpath .:lib/ohj-jewt.jar:lib/MRJAdapter.jar:lib/compat141.jar:lib/commons-codec.jar:lib/commons-httpclient.jar:lib/activation.jar:lib/antlr.jar:lib/commons-collections.jar:lib/commons-dbcp.jar:lib/commons-fileupload-1.2.1.jar:lib/commons-io-1.4.jar:lib/commons-logging.jar:lib/commons-pool.jar:lib/dom4j.jar:lib/help.jar:lib/jabsorb.jar:lib/hibernate3.jar:lib/j2db.jar:lib/j2dbdev.jar:lib/jdbc2_0-stdext.jar:lib/jmx.jar:lib/jndi.jar:lib/js.jar:lib/jta.jar:lib/BrowserLauncher2.jar:lib/jug.jar:lib/log4j.jar:lib/mail.jar:lib/ohj-jewt.jar:lib/oracle_ice.jar:lib/server-bootstrap.jar:lib/servlet-api.jar:lib/wicket-extentions.jar:lib/wicket.jar:lib/wicket-calendar.jar:lib/slf4j-api.jar:lib/slf4j-log4j.jar:lib/joda-time.jar:lib/rmitnl.jar:lib/networktnl.jar com.servoy.j2db.server.ApplicationServer "$@" >> server.log 2>> server.log