[
https://issues.apache.org/jira/browse/SOLR-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-10488.
------------------------------
Fix Version/s: 10.0
Resolution: Fixed
> Remove @file from <infoStream> from the examples
> -------------------------------------------------
>
> Key: SOLR-10488
> URL: https://issues.apache.org/jira/browse/SOLR-10488
> Project: Solr
> Issue Type: Bug
> Reporter: Varun Thacker
> Assignee: Eric Pugh
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> This is commented out in the solrconfig.xml
> {{<infoStream file="INFOSTREAM.txt">false</infoStream>}}
> So when I go to enable it by making it true I get this error while creating a
> core
> {code}
> Caused by: org.apache.solr.common.SolrException: Error loading solr config
> from /solr-6.5.0/server/solr/test/conf/solrconfig.xml
> at
> org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:188)
> at
> org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:96)
> at
> org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:77)
> ... 39 more
> Caused by: java.lang.IllegalArgumentException: Remove @file from <infoStream>
> to output messages to solr's logfile
> at
> org.apache.solr.update.SolrIndexConfig.<init>(SolrIndexConfig.java:189)
> at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:232)
> at
> org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:180)
> ... 41 more
> {code}
> So the solrconfig files that get shipped with solr should remove the file
> attribute and say that this is controlled by the log4j.properties file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]