Displaying 7 results from an estimated 7 matches for "solr_xml_content_state_uid".
2019 Oct 08
2
fts_solr: Error: fts_solr: received invalid uid '0'
...9. 2019 o?15:30 Fabian via dovecot <dovecot at dovecot.org
>> <mailto:dovecot at dovecot.org>> nap?sal(a):
>>
>> Are there any other hints or tips regarding this ?invalid uid
>> ?0?"-message?
>>
>> from fts-solr source:
>> ????case?SOLR_XML_CONTENT_STATE_UID:
>> ????????if?(uint32_parse(str,?len,?&ctx->uid)?<?0?||?ctx->uid?==?0)?{
>> ????????????i_error("fts_solr:?received?invalid?uid?'%s'",?t_strndup(str,?len));
>> It means that plugin tries to parse '0' when in state of parsing uid
>> in...
2019 Oct 10
2
fts_solr: Error: fts_solr: received invalid uid '0'
...> >>> <mailto:dovecot at dovecot.org>> nap?sal(a):
> >>>
> >>> Are there any other hints or tips regarding this ?invalid uid
> >>> ?0?"-message?
> >>>
> >>> from fts-solr source:
> >>> case SOLR_XML_CONTENT_STATE_UID:
> >>> if (uint32_parse(str, len, &ctx->uid) < 0 || ctx->uid == 0) {
> >>>
> i_error("fts_solr: received invalid uid '%s'", t_strndup(str, len));
>
> >>>
> >>> It means that plugin tries to pars...
2019 Dec 10
1
fts_solr: Error: fts_solr: received invalid uid '0'
...; nap?sal(a):
> > >>>
> > >>> Are there any other hints or tips regarding this ?invalid uid
> > >>> ?0?"-message?
> > >>>
> > >>> from fts-solr source:
> > >>> case SOLR_XML_CONTENT_STATE_UID:
> > >>>
> > if (uint32_parse(str, len, &ctx->uid) < 0 || ctx->uid == 0) {
> > >>>
> >
> i_error("fts_solr: received invalid uid '%s'", t_strndup(str, len));
> >
> > >>...
2019 Oct 07
0
fts_solr: Error: fts_solr: received invalid uid '0'
...t;filip.hanes at ringier.sk>:
>
>
> ?t 19. 9. 2019 o 15:30 Fabian via dovecot <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> nap?sal(a):
> Are there any other hints or tips regarding this ?invalid uid ?0?"-message?
> from fts-solr source:
> case SOLR_XML_CONTENT_STATE_UID:
> if (uint32_parse(str, len, &ctx->uid) < 0 || ctx->uid == 0) {
> i_error("fts_solr: received invalid uid '%s'", t_strndup(str, len));
> It means that plugin tries to parse '0' when in state of parsing uid in xml response from sol...
2019 Oct 08
0
fts_solr: Error: fts_solr: received invalid uid '0'
...ovecot <dovecot at dovecot.org
>>> <mailto:dovecot at dovecot.org>> nap?sal(a):
>>>
>>> ??? Are there any other hints or tips regarding this ?invalid uid
>>> ??? ?0?"-message?
>>>
>>> from fts-solr source:
>>> ????case?SOLR_XML_CONTENT_STATE_UID:
>>> ????????if?(uint32_parse(str,?len,?&ctx->uid)?<?0?||?ctx->uid?==?0)?{
>>> ????????????i_error("fts_solr:?received?invalid?uid?'%s'",?t_strndup(str,?len));
>>>
>>> It means that plugin tries to parse '0' when in state o...
2019 Oct 13
0
fts_solr: Error: fts_solr: received invalid uid '0'
...at dovecot.org>>>
> nap?sal(a):
> >>>
> >>> ??? Are there any other hints or tips regarding this ?invalid uid
> >>> ??? ?0?"-message?
> >>>
> >>> from fts-solr source:
> >>> ????case?SOLR_XML_CONTENT_STATE_UID:
> >>>
> ????????if?(uint32_parse(str,?len,?&ctx->uid)?<?0?||?ctx->uid?==?0)?{
> >>>
> ????????????i_error("fts_solr:?received?invalid?uid?'%s'",?t_strndup(str,?len));
>
> >>>
> >>> It me...
2019 Sep 13
4
fts_solr: Error: fts_solr: received invalid uid '0'
Hi,
we are trying to add full text search functionality with Solr to our Doveoct setup. Our Versions:
OS: Debian 9
Tried versions:
- Dovecot 2.2.7 with Solr 3.6
- Dovecot 2.3.4 with Solr 8.2
(2.2.7 from offical Debian repository, 2.3.4 from backports)
Search is working mostly of the time perfrectly smooth. But sometimes following message appears in mail.err:
dovecot: