Re: Liferea and IndexingService backends not working in 0.1.1?

2005-10-17 Thread Joe Shaw
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

___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Re: Liferea and IndexingService backends not working in 0.1.1?

2005-10-17 Thread Jose daLuz
 just updated mono to 
1.1.9.2  and I see that the Liferea backend
is indexing again. So I guess this was a mono issue rather than a
Beagle problem. I know from filing a bug report on banshee that there
was a mono bug fixed in 1.1.9.2
regarding UTF8 being encoded as ASCII, and I know I have blog postings
that have UTF8-encoded characters in them, so I can't help but wonder
if that was the problem here as well.Well, I spoke too soon. It stopped at 158 posts and hasn't done anything more with liferea. Jose daLuz
___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Liferea and IndexingService backends not working in 0.1.1?

2005-10-14 Thread Jose daLuz
Hello,I have the same problem. I also just upgraded Liferea
from 0.97b to 1.0RC2. I didn't notice whether the problem started
before or after the upgrade as the only searches I've done looking for
blog postings have been since the upgrade. Just thought I'd mention
it, though.
-- Jose M. daLuz
___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Re: Liferea and IndexingService backends not working in 0.1.1?

2005-10-14 Thread D Bera
I once had the same error. But then I deleted
.beagle/Indexes/LifereaIndex. The error never occurred after that. (I
am using beagle-cvs.)

- dBera

On 10/11/05, Darren Davison [EMAIL PROTECTED] wrote:
 Hi,

 Indexing of web pages seems to have stopped since I switched to 0.1.1 and
 Liferea isn't getting indexed either.  The Liferea backend shows:

 $ beagled --replace --fg --debug --allow-backend Liferea
 INFO: Starting Beagle Daemon (version 0.1.1)
 DEBUG: Command Line: /usr/lib/beagle/BeagleDaemon.exe --replace --fg --debug
 --allow-backend Liferea
 DEBUG: Starting main loop
 DEBUG: Starting messaging server
 INFO: Attempting to replace another beagled.
 INFO: Sending Shutdown
 DEBUG: Starting messaging server
 DEBUG: Starting QueryDriver
 DEBUG: Found index helper at /usr/lib/beagle/beagled-index-helper
 DEBUG: Found 1 types in BeagleDaemonLib, Version=1.4.3.3, Culture=neutral
 DEBUG: Found 0 user-configured static queryables
 DEBUG: Starting Scheduler thread
 INFO: Scanning Liferea feeds...
 INFO: 12 files will be parsed (scanned in .00s)
 DEBUG: Starting Inotify threads
 DEBUG: Caught ResponseMessageException: Connection refused
 DEBUG: Launching helper process
 DEBUG: Daemon initialization finished after 1.74s
 DEBUG: Starting messaging server
 WARN: Unable to set IO-priority for process to idle
 DEBUG: Helper Size: VmRSS=20.2 MB, size=1.00, 0.0%
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 ERROR: Exception limit exceeded trying to activate a helper.  Giving up on
 indexing!
 ERROR: Something terrible happened --- Flush failed
 DEBUG: Helper Size: VmRSS=21.4 MB, size=1.06, 1.5%
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 DEBUG: Caught ResponseMessageException: Exception has been thrown by the
 target of an invocation.
 ERROR: Exception limit exceeded trying to activate a helper.  Giving up on
 indexing!
 ERROR: Something terrible happened --- Flush failed
 DEBUG: Helper Size: VmRSS=22.0 MB, size=1.09, 2.2%

 (which then just continues until I kill it).

 With the web pages, there are no errors or messages, it seems to just not
 index anything.

 Any known issues with these?  Haven't seen any other posts or bugs about
 them..

 Regards,
 --
 Darren Davison
 Public Key: 0xDD356B0D


 ___
 Dashboard-hackers mailing list
 Dashboard-hackers@gnome.org
 http://mail.gnome.org/mailman/listinfo/dashboard-hackers




___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers