epugh commented on PR #1182:
URL: https://github.com/apache/solr/pull/1182#issuecomment-1504093505
I can duplicate the error with `bin/solr create -c test`, and it actually
does work on `main` ;-)
```
(base) ➜ solr-10.0.0-SNAPSHOT git:(SOLR-16367) ✗ ./bin/solr create -c test
WARNING: Using _default configset with data driven schema functionality. NOT
RECOMMENDED for production use.
To turn off: bin/solr config -c test -p 8983 -action
set-user-property -property update.autoCreateFields -value false
Exception in thread "main" java.lang.NullPointerException
at
org.apache.solr.client.solrj.response.CoreAdminResponse.getCoreStatus(CoreAdminResponse.java:32)
at
org.apache.solr.util.SolrCLI$CreateCoreTool.runImpl(SolrCLI.java:1570)
at org.apache.solr.util.SolrCLI$CreateTool.runImpl(SolrCLI.java:1623)
at org.apache.solr.util.SolrCLI$ToolBase.runTool(SolrCLI.java:159)
at org.apache.solr.util.SolrCLI.main(SolrCLI.java:293)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]