error in client

We see sometimes (not very often) this in the client (when we return back, to our PC)[attachment=1]Schermafbeelding 2010-10-19 om 13.04.03.png[/attachment][attachment=0]Schermafbeelding 2010-10-19 om 13.04.20.png[/attachment]

we dont use ANY transaction or locks inside our solution.
searchAlarmDates is a method that is set in a scheduler (every 5 minutes)

Anyone has clue?

for that client, the connection is now and then dropped then by something

Do you use inmem tables?

inmem tables?
not exactly sure what you mean, but think not.

as far as i know that dialog is only shown for this:

					if (getFoundSetManager().hasLocks(null) || getFoundSetManager().hasTransaction() ||
						!getFoundSetManager().testClientDataSources())
					{
						JOptionPane.showMessageDialog(disconnectDialog, Messages.getString("servoy.client.serverdisconnect.restarting.solution"), //$NON-NLS-1$
							Messages.getString("servoy.client.serverdisconnect.restarting.solution.title"), JOptionPane.INFORMATION_MESSAGE);

so do you have/had locks, do you had transactions or do you have in memory tables (dataset → foundset) that needs to be flushed.

locks & transaction I’m 100% sure. still don’t know, how to set inmem-tables(dataset → foundset) in Servoy

when you call for example JSDataSet.createDataSource()