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
Hello, thanks for making the package and the eventual reply. Before we begin:
-I'm running Solr 9.4 in SolrCloud mode
-I'm familiar with Splainer but do not have it installed or running with this instance
-Using embedded Zookeeper, default localhost:8983
-Using the solrconfig.xml and schema.xml from the example_techproducts_configs example
-No other packages have been installed
-I have tried running the command with the config.xml file from the tutorial in every file directory/folder possible within Solr
There were no issues following the tutorial set-up instructions until this step:
{
"responseHeader":{
"status":500,
"QTime":2
},
"initArgs":["defaults",["config","data-config.xml"]],
"command":"full-import",
"error":{
"msg":"Can't find resource 'data-config.xml' in classpath or '/configs/products.AUTOCREATED', cwd=/mnt/e/***/solr-9.4.0/server",
...
BIG BLOCK OF TEXT
...
"code":500
}
Thanks again!
The text was updated successfully, but these errors were encountered:
If yes, check if the name is data-config.xml or any other, I faced issue when I uploaded with different name.
if no data-config file is present, click on collections tab in solr UI> click on collection>check the config Name, if it is not products.AUTOCREATED, replace products.AUTOCREATED with whatever name is present. and repeat the process.
./server/scripts/cloud-scripts/zkcli.sh -z localhost:9983 -cmd putfile "/configs/products.AUTOCREATED/data-config.xml" data-config.xml
Hello, thanks for making the package and the eventual reply. Before we begin:
-I'm running Solr 9.4 in SolrCloud mode
-I'm familiar with Splainer but do not have it installed or running with this instance
-Using embedded Zookeeper, default localhost:8983
-Using the solrconfig.xml and schema.xml from the example_techproducts_configs example
-No other packages have been installed
-I have tried running the command with the config.xml file from the tutorial in every file directory/folder possible within Solr
There were no issues following the tutorial set-up instructions until this step:
curl http://localhost:8983/solr/products/dataimport?command=full-import
This is the result:
{
"responseHeader":{
"status":500,
"QTime":2
},
"initArgs":["defaults",["config","data-config.xml"]],
"command":"full-import",
"error":{
"msg":"Can't find resource 'data-config.xml' in classpath or '/configs/products.AUTOCREATED', cwd=/mnt/e/***/solr-9.4.0/server",
...
BIG BLOCK OF TEXT
...
"code":500
}
Thanks again!
The text was updated successfully, but these errors were encountered: