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.