Subject | Re: Interclient/InterServer error |
---|---|
Author | Torsten Welches |
Post date | 2000-09-22T06:54:30Z |
Gonzalo,
it sounds like a network problem.
Are you able to reproduce it? If so, how?
If it is reproduceable we should log it as a bug at Firebird.
http://sourceforge.net/bugs/?group_id=9028
Thanks,
Torsten
>The message of the IOException is "Broken pipe".Well, I don't know what could have possibly broken the pipe <g>, but
it sounds like a network problem.
Are you able to reproduce it? If so, how?
If it is reproduceable we should log it as a bug at Firebird.
http://sourceforge.net/bugs/?group_id=9028
Thanks,
Torsten
--- In IB-Java@egroups.com, godiard@a... wrote:
> 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@i...
> 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@i...
> 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.