On my main solr settings page, I am getting this error.

Your schema.xml version is too old. You must update it and re-index your content.

Now, you guys have you seen me around this project for a few years, and I've used solr on about 10 different drupal sites, so I know how to replace the schemas lol. I have diffed the schema in my core with the 1 in the solr module and there is no output. It is the exact same file and yet I am getting this error?

Perhaps it's related to my other issue... http://drupal.org/node/1599310

Thanks,
Donovan

CommentFileSizeAuthor
#3 schema_error.jpg280.4 KBdpalmer

Comments

pwolanin’s picture

Do you see a schema name printed on the screen? It's possible the server needs to be restarted and you are getting an empty value which looks like a version "0"

pwolanin’s picture

Do you see a schema name printed on the screen? It's possible the server needs to be restarted and you are getting an empty value which looks like a version "0"

dpalmer’s picture

StatusFileSize
new280.4 KB

Here is a screenshot. it appears as though the version is not being listed. I assure you, I have tried restarting my server, several times.

schema error

Again, a diff between the schema in my solr core & the schema in the solr module produces no output, these are the same files.

pwolanin’s picture

Status: Active » Postponed (maintainer needs more info)

well, I'm not sure what's going on - I'd suggest looking at the raw stats.jsp output and /or hack into the module to dump the output to see why the XMl parsing fails.

nick_vh’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
mikey_p’s picture

Version: 7.x-1.0-beta11 » 7.x-1.0-beta19
Status: Closed (cannot reproduce) » Active

I'm getting this with Acquia Search using beta19 with PHP 5.3.10. I'll try to do some debugging to see what the issue is.

mikey_p’s picture

Status: Active » Closed (cannot reproduce)

Actually in my case it is parsing, I'm just getting an old version back from Acquia.

mikey_p’s picture

Issue summary: View changes

adding link to other issue.