You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is a step missing in the instructions. It looks like solrconfig.xml is missing.
When I run gblstack up I see the following error:
ERROR: for gblstack_solr_1 Cannot create container for service solr: invalid mount config for type "bind": bind source path does not exist: /opt/gblstack/solr
When I create the directory /opt/gblstack/solr and run gblstack up again I see this in the logs:
solr_1 | 2021-06-01 19:42:12.819 ERROR (coreContainerWorkExecutor-2-thread-1) [ ] o.a.s.c.CoreContainer Error waiting for SolrCore to be loaded on startup => org.apache.solr.common.SolrException: Unable to create core [blacklight-core]
solr_1 | at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1272)
solr_1 | org.apache.solr.common.SolrException: Unable to create core [blacklight-core]
solr_1 | at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1272) ~[?:?]
solr_1 | at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765) ~[?:?]
solr_1 | at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202) ~[metrics-core-4.0.5.jar:4.0.5]
solr_1 | at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
solr_1 | at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[?:?]
solr_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
solr_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
solr_1 | at java.lang.Thread.run(Unknown Source) [?:?]
solr_1 | Caused by: org.apache.solr.common.SolrException: Could not load conf for core blacklight-core: Error loading solr config from /var/solr/data/blacklight-core/conf/solrconfig.xml
solr_1 | at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96) ~[?:?]
solr_1 | at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300) ~[?:?]
solr_1 | at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247) ~[?:?]
solr_1 | ... 7 more
solr_1 | Caused by: org.apache.solr.common.SolrException: Error loading solr config from /var/solr/data/blacklight-core/conf/solrconfig.xml
solr_1 | at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190) ~[?:?]
solr_1 | at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108) ~[?:?]
solr_1 | at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90) ~[?:?]
solr_1 | at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300) ~[?:?]
solr_1 | at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247) ~[?:?]
solr_1 | ... 7 more
solr_1 | Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or '/var/solr/data/blacklight-core'
solr_1 | at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407) ~[?:?]
solr_1 | at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362) ~[?:?]
solr_1 | at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117) ~[?:?]
solr_1 | at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87) ~[?:?]
solr_1 | at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205) ~[?:?]
solr_1 | at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182) ~[?:?]
solr_1 | at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108) ~[?:?]
solr_1 | at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90) ~[?:?]
solr_1 | at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300) ~[?:?]
solr_1 | at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247) ~[?:?]
solr_1 | ... 7 more
The text was updated successfully, but these errors were encountered:
I think there is a step missing in the instructions. It looks like
solrconfig.xml
is missing.When I run
gblstack up
I see the following error:When I create the directory
/opt/gblstack/solr
and rungblstack up
again I see this in the logs:The text was updated successfully, but these errors were encountered: