> -----Ursprüngliche Nachricht----- > Von: Ravi Mishra <ravi10mis...@gmail.com> > Gesendet: Freitag, 20. August 2021 10:00 > An: users@solr.apache.org > Betreff: Failed to create solr core in Solr 8.9.0 using Solr API
> as I want to run Solr as standalone application through my specific > version of jetty server. > class">org.apache.solr.cloud.ZkController$NotInClusterStateException</str> It seems to me that you're using the cluster related API to control a standalone solr node. When you're really whant to use a single node, standalone Solr instance you have to use the right API for that. The whole documentation is separating these two modes. Regards Andreas