Re: null pointer exception for solr package management v8.11.0

2021-12-18 Thread andrew goh
hi Timothy, Thanks for your response ! When I run solr package -h i got: bin/solr package -h Failed to parse command-line arguments due to: Unrecognized option: -h usage: org.apache.solr.util.SolrCLI  -c,--collection  The collection to apply the package to, not   

Re: null pointer exception for solr package management v8.11.0

2021-12-16 Thread andrew goh
hi Timothy, Thanks for your response ! When I run solr package -h i got: bin/solr package -h Failed to parse command-line arguments due to: Unrecognized option: -h usage: org.apache.solr.util.SolrCLI  -c,--collection  The collection to apply the package to, not   

Re: null pointer exception for solr package management v8.11.0

2021-12-16 Thread Timothy Potter
Does passing the -zkHost option to the package command help? On Thu, Dec 16, 2021 at 10:52 AM andrew goh wrote: > > hi all, > > I'm a newbie to solr, need some help. > > While i'm trying to use solr 8.11.0. after starting solr with > bin/solr -Denable.packages=true > > All the commands with pack

null pointer exception for solr package management v8.11.0

2021-12-16 Thread andrew goh
hi all, I'm a newbie to solr, need some help. While i'm trying to use solr 8.11.0. after starting solr with bin/solr -Denable.packages=true All the commands with package management bin/solr package cmd ends with a null pointer exception. Is there any way to resolve this? Thanks in advance,