Hi all,
I'm setting up a 8.11.2 cloud on winders (1 shard, 2 replicas) and
'''
bin\solr.cmd create -c mynewcol \
-d ..\..\temp\solrconfig \
-s 1 -rf 2
'''
fails with "failed to create collection 'mynewcol' due to: Underlying
core creation failed ..."
The underlying exception is "Can't find resource
'lang/contractions_it.txt' in classpath or 'configs/mynewcol',
cwd=E:\solr\solr-8.11.2\server"
Directory passed to solr.cmd with "-d" has a copy of lang/ and
contractions_it.txt is in there.
So, questions:
- is this supposed to work in the first place? -- i.e. using "-d" in
cloud mode.
- If yes, is it breaking because I am using external zookeper v. 3.8.3
("too new")?
- Or should I create a blank collection and upload configs w/ zkcli.bat?
- Am I missing something else?
(We haven't run 8.11 in cloud mode, and back when we had a 6.5 cloud I
haven't created collections, so no idea if it ever worked.)
TIA
Dima