Problem/Motivation

When using this module with the apachesolr 7.x-1.2 release, the following error is reported in watchdog:

Failed to fetch meta data
"400" Status: Bad Request: Bad RequestApache Tomcat/6.0.35 - Error report HTTP Status 400 - unknown handler: standardtype Status reportmessage unknown handler: standarddescription The request sent by the client was syntactically incorrect (unknown handler: standard).Apache Tomcat/6.0.35

Proposed resolution

This seems to have something to do with the new configuration files. Reverting to apachesolr 7.x-1.1 resolves the issue.

Remaining tasks

Review patch.

Comments

jantoine’s picture

Status: Active » Needs review
StatusFileSize
new817 bytes

I took a look at the changes in the apachesolr module and was able to make a couple changes in this module that seem to fix the issue. I think these changes are correct but am not 100% certain. I have attached a patch.

pwolanin’s picture

StatusFileSize
new889 bytes

I just found this same issue today - I think a better fix is to use defType

jantoine’s picture

Status: Needs review » Closed (won't fix)

This is no longer an issue per this fix in the apachesolr module: #1988100: Add back qt=standard support.

jantoine’s picture

Issue summary: View changes

Updated remaining tasks.