After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 432417 - Evo backend can't handle folders with special comma.
Evo backend can't handle folders with special comma.
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.2.16
Other Linux
: Normal major
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2007-04-22 23:11 UTC by Kevin Kubasik
Modified: 2007-04-24 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kevin Kubasik 2007-04-22 23:11:33 UTC
To quote from launchpad: 
https://bugs.launchpad.net/ubuntu/+source/beagle/+bug/108957

I have a couple of mail folder with a coma (",") in them, ,and it looks like beagle has some kind of problem with these folder. It throws an exception saying:

20070422 17:23:59.4449 10026 Beagle WARN EX: System.InvalidOperationException: Invalid connection string
20070422 17:23:59.4449 10026 Beagle WARN EX: at Mono.Data.SqliteClient.SqliteConnection.SetConnectionString (System.String connstring) [0x00000]
20070422 17:23:59.4449 10026 Beagle WARN EX: at Mono.Data.SqliteClient.SqliteConnection.set_ConnectionString (System.String value) [0x00000]
20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Daemon.EvolutionMailQueryable.EvolutionSummaryTracker.GetConnection (System.String filename) [0x00000]
20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Daemon.EvolutionMailQueryable.EvolutionSummaryTracker..ctor (System.String directory, System.String account_name, System.String folder_name) [0x00000]
20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Daemon.EvolutionMailQueryable.EvolutionMailIndexableGeneratorImap.HasNextIndexable () [0x00000]
20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Daemon.LuceneQueryable+AddGeneratorTask.DoTaskReal () [0x00000]
20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Util.Scheduler+Task.DoTask () [0x00000]

It also looks like it tries to crawl these folder over and over again, so if I do a 'beagle-index-info' it always says that it is crawling the EvolutionMail backend.
Comment 1 Joe Shaw 2007-04-24 18:50:57 UTC
Checked in a fix for this, r3667.