search for: uint32_parse

Displaying 7 results from an estimated 7 matches for "uint32_parse".

2019 Oct 08
2
fts_solr: Error: fts_solr: received invalid uid '0'
...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 solr or there is...
2019 Oct 10
2
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)); > > >>> > >>> It means that plugin tries to parse '0' when in state of parsing uid &...
2019 Dec 10
1
fts_solr: Error: fts_solr: received invalid uid '0'
...here 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...
2019 Oct 07
0
fts_solr: Error: fts_solr: received invalid uid '0'
...> ?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 solr or there is a bug in xml resp...
2019 Oct 08
0
fts_solr: Error: fts_solr: received invalid uid '0'
...ailto: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 resp...
2019 Oct 13
0
fts_solr: Error: fts_solr: received invalid uid '0'
...gt; >>> ??? 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...
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: