Hello Timo and everyone, I am using dovecot 2.1 on debian7 with the fts-solr plugin, and everything is working fine. I have a Virtual folder with all emails, and when I run a doveadm index, I have an error if I don't index real folders first. Example: doveadm -v index -u 'andre rodier' 'Search/*' => Panic: file solr-connection.c: line 416 (solr_connection_select): assertion failed: (!conn->posting) Now, if I rune the doveadm index on the real folders first, the next time I do the index on the virtual folder, everything is fine: doveadm -v index -u 'andre rodier' '*' doveadm -v index -u 'andre rodier' 'Search/*' I wonder if dovecot can run the index on the real folder instead of displaying this error? I hope that will help.
This happened to me too, i just downloaded the source for Dovecot 2.1.15 and used the Solr XML scheme from there instead of the one supplied with Ubuntu. -- View this message in context: http://dovecot.2317879.n4.nabble.com/Panic-when-indexing-virtual-folder-with-solr-tp40764p40779.html Sent from the Dovecot mailing list archive at Nabble.com.
André Rodier
2013-Mar-15 11:51 UTC
[Dovecot] Panic when indexing virtual folder with solr
Thank you, I will try this soon ! Kind regards, Andr? Rodier. On 14 March 2013 13:07, tmikaeld <tmikaeld at gmail.com> wrote:> This happened to me too, i just downloaded the source for Dovecot 2.1.15 and > used the Solr XML scheme from there instead of the one supplied with Ubuntu. > > > > -- > View this message in context: http://dovecot.2317879.n4.nabble.com/Panic-when-indexing-virtual-folder-with-solr-tp40764p40779.html > Sent from the Dovecot mailing list archive at Nabble.com.-- Andr? Rodier
Jan Phillip Greimann
2013-Mar-15 12:51 UTC
[Dovecot] Panic when indexing virtual folder with solr
Am 14.03.2013 07:54, schrieb Andre Rodier:> Hello Timo and everyone, > > I am using dovecot 2.1 on debian7 with the fts-solr plugin, and everything is working fine.Dunno about the problem, but i recommend this repository: deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.1 main Greetings, Jan