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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | schema_error.jpg | 280.4 KB | dpalmer |
Comments
Comment #1
pwolanin commentedDo 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"
Comment #2
pwolanin commentedDo 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"
Comment #3
dpalmer commentedHere is a screenshot. it appears as though the version is not being listed. I assure you, I have tried restarting my server, several times.
Again, a diff between the schema in my solr core & the schema in the solr module produces no output, these are the same files.
Comment #4
pwolanin commentedwell, 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.
Comment #5
nick_vhComment #6
mikey_p commentedI'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.
Comment #7
mikey_p commentedActually in my case it is parsing, I'm just getting an old version back from Acquia.
Comment #7.0
mikey_p commentedadding link to other issue.