HXTT DBF
Timeout Interrupted Exception
Giovanni
2006-06-16 09:24:31.0
Hi,
I'm using the DBFServer on a server (DBF_JDBC20.jar). (Trial version)

From a client I must to execute a complex query.
The time necessary for this query is upper then 30 sec and The DBFServer return to me the following error:

Exception in thread "main" java.sql.SQLException: Timeout Interrupted Exception: beyond 30000 msecs to get result for a remote request, but that request should have been executed by remote server.
at com.hxtt.global.SQLState.SQLException(Unknown Source)
at com.hxtt.sql.remote.r.a(Unknown Source)
at com.hxtt.sql.remote.x.a(Unknown Source)
at com.hxtt.sql.remote.j.a(Unknown Source)
at com.hxtt.sql.remote.t.a(Unknown Source)
at com.hxtt.sql.remote.t.execute(Unknown Source)
at Client.main(Client.java:24)


Do you think is possible to set an another value for this timeout?

Thanks

Giovanni Ros
Re:Timeout Interrupted Exception
HXTT Support
2006-06-16 18:03:21.0
For server side, remove the old service url, and add a new service url, for instance:
jdbc:dbf:/yourDBFPath?lockTimeout=120



Google