You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


Troubleshooting


400 Error Responses with Solr 5.4.x

The most common cause of 400 errors from Solr is the length of the text field that Aspire tries to feed, the default "text" field type has changed and in Solr 5.4.x it uses "strings" which don't allow big strings to get indexed. To fix it modify the type of it to be "text_general" (in the managed-schema.xml file on Solr) and that should resolve your problems.

Unsupported authentication scheme

This error happpens when you did not configure the Kerberos Authentication. To fix it, please create a login config property file and set it in the Kerberos Authentication section.

Unable to find valid certification path to requested target

The most common cause of  this error if that the keyStore and/or truststore are not set it.


  • No labels