Subject Interclient/InterServer error
Author godiard@asatej.com.ar
My site works with a Java Servlet (built with JBuilder 3.5),
accessing an
Interbase 6 database with InterClient 1.6
Now it crashed with the messages:

See com.borland.dx.dataset.DataSetException error code: BASE+66
com.borland.dx.dataset.DataSetException: [interclient] Bug detected.
Please send mail to interclient@...
Refer to bug code 101.
See API reference for exception
interbase.interclient.BugCheckException
etc.

interbase.interclient.RemoteProtocolException: [interclient]
Client/Server protocol error: Unexpected token in network message
received from InterServer.
The internal code is 101.

interbase.interclient.RemoteProtocolException: [interclient]
Client/Server protocol error: Unexpected token in network message
received from InterServer.
The internal code is 103.

interbase.interclient.BugCheckException: [interclient] Bug detected.
Please send mail to interclient@...
Refer to bug code 104.


The message of the IOException is "Broken pipe".

We had to restart the servlet to make the site functional again.
How can I resolve this?


Thanks.

Gonzalo.