Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The most common cause of 400 errors from Solr is the length of the text field that Aspire tries to feed, the . The default "text" field type has changed and : in Solr 5.4.x it uses to use "strings," which don't allow big strings to get indexed. To fix it modify

Solution

Change 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 happens when you did not configure the Kerberos Authentication.

Solution

Create To fix it, please create a login config property file and set it in the Kerberos Authentication section.

...

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

Solution

Review and verify the correct settings for the keyStore and truststore.

...

401 – Authentication required

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

Solution

Review and verify the correct settings for the keyStore and truststore.