"Listener invoked from non event dispatch thread" in the log

Hi Servoy,

We are getting tons of these warnings in the log:

2012-05-03 06:28	pool-10-thread-1	WARN	com.servoy.j2db.util.Debug	Listener invoked from non event dispatch thread.
java.lang.RuntimeException 
    	at com.servoy.j2db.dataprocessing.TableAndListEventDelegate.fireTableAndListEvent(TableAndListEventDelegate.java:184) 
    	at com.servoy.j2db.dataprocessing.SwingRelatedFoundSet.fireFoundSetEvent(SwingRelatedFoundSet.java:159) 
    	at com.servoy.j2db.dataprocessing.FoundSet.fireDifference(FoundSet.java:3966) 
    	at com.servoy.j2db.dataprocessing.FoundSet.sort(FoundSet.java:4089) 
    	at com.servoy.j2db.dataprocessing.FoundSet.sort(FoundSet.java:4006) 
    	at com.servoy.extensions.beans.dbtreeview.FoundSetTreeModel.internal_lazyLoadChilderenIfNeeded(Unknown Source) 
    	at com.servoy.extensions.beans.dbtreeview.FoundSetTreeModel.lazyLoadChilderenIfNeeded(Unknown Source) 
    	at com.servoy.extensions.beans.dbtreeview.FoundSetTreeModel$UserNode.run(Unknown Source) 
    	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) 
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
    	at java.lang.Thread.run(Unknown Source)

What do they mean? What is causing this and how can we prevent it?

Thanks for your help!

This is a debug statement for us to help us find some potential bugs here. What Servoy version is this?

lvostinar:
This is a debug statement for us to help us find some potential bugs here. What Servoy version is this?

This is on 6.0.6i1

Please open a case for this, we have to see if this call can cause issues.

lvostinar:
Please open a case for this, we have to see if this call can cause issues.

The case is: SVY-2155