Skip to content

Message Catalog

Andrea Gazzarini edited this page Apr 17, 2015 · 9 revisions

Each message produced by SolRDF has the following format :

<DATE> <PRIORITY> <MESSAGE-ID> : <MESSAGE>

Where :

  • DATE is the date and time at which the message was added
  • PRIORITY is the priority level. Could be one of the following : DEBUG, WARN, INFO, ERROR, FATAL
  • MESSAGE-ID if : is the message unique identifier (e.g. SOLRDF-000086)
  • MESSAGE is the log message

For example

2014-01-15 17:05:42,105 DEBUG <SOLRDF-00090> : Switching to Hybrid mode.

The following table lists the whole message catalog. Being SolRDF a work in progress, this catalog is frequently updated.

CODE LEVEL MESSAGE DESCRIPTION / ACTION
00086 E Detected invalid facet ranges (low bound: %s, high bound: %s) The request contains invalid facet range query bounds (start and / or end). Check the facet.range.start and facet.range.end parameters. See Range Faceting for more information.
00087 E Detected a range facet infinite loop (gap negative? math overflow?). Check the facet.range.gap parameter. See Range Faceting for more information.
00088 E range facet infinite loop; gap is either zero, or too small relative start/end and caused underflow (gap:%, low bound: %s, high bound: %s) The request contains invalid facet range query bounds (start and / or end). Check the facet.range.start and facet.range.end parameters. See Range Faceting for more information.
00089 E Unable to range facet on field %s (not a Trie Double or Date Field). Shouldn't never occur because the target field is internally and automatically selected. Did you change the SolRDF Schema?