Re: Liferea and IndexingService backends not working in 0.1.1?



Hi,

On Wed, 2005-10-12 at 00:42 +0100, Darren Davison wrote:
> DEBUG: Caught ResponseMessageException: Exception has been thrown by the
> target of an invocation.

I can't duplicate this, so tracking this down is going to take some
hacking of the code.

In BeagleClient/Client.cs, in the Send() method (the last one in the
file), there's a block of code like this:

        try {
                        ResponseWrapper wrapper;
                        wrapper = (ResponseWrapper) resp_serializer.Deserialize (this.buffer_stream);
                        resp = wrapper.Message;
        } catch (Exception e) {
                        throw_me = new ResponseMessageException (e);
        }

Before the throw_me line, add this:

        Logger.Log.Debug ("CAUGHT: {0}", e);

Rebuild, see if this line is printed, and post the output here.

Joe




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]