Juha Haaga created SOLR-5350:
--------------------------------
Summary: Solr 4.5 upgrade instructions don't mention that
solrconfig.xml dataDir variable must now be in another format.
Key: SOLR-5350
URL: https://issues.apache.org/jira/browse/SOLR-5350
Project: Solr
Issue Type: Bug
Components: documentation
Affects Versions: 4.5
Environment: All
Reporter: Juha Haaga
Priority: Minor
Fix For: 4.5.1
The configuration of dataDir in solrconfig.xml used to support ${dataDir}
format at least in all the previous 4.* releases, but in 4.5 that is no longer
true. Using the old format produces exception:
SolrException: No system property or default value specified for dataDir
value:${dataDir}
The new format for the variable is ${solr.corename.data.dir:} where corename is
defined in solr.xml. This deprecation is not mentioned in the upgrade
instructions.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]