Those files have nothing to do with an uploaded config!

You _should_ be seeing files like "solrconfig.xml", "schema.xml" (or
"managed_schema"), perhaps files like "stopwords.txt" and the like.
Essentially, everything that you would expect to find in the "conf"
directory for Solr. Somewhere, you must have a set of Solr config
files that are supposed to be part of your standard deployment,
"those" are the files that should be in Zookeeper in the configs node.

I have no clue how you got those files into Zookeeper, but they're
completely unknown to Solr, Solr is looking for "solrconfig.xml" and
the like.

Best,
Erick

On Thu, Jan 7, 2016 at 12:09 PM, persoy <per...@gmail.com> wrote:
> <http://lucene.472066.n3.nabble.com/file/n4249207/solrscreenshot.jpg>
> Actually It has. I can see configs/contracts.
> First this error is throwing
> org.apache.solr.common.SolrException: Could not load conf for core
> contracts_shard1_replica1: Error loading solr config from solrconfig.xml
>         at
> org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
>         at org.apache.solr.core.CoreContainer.create(CoreContainer.java:635)
>         at org.apache.solr.core.CoreContainer.create(CoreContainer.java:611)
>         at
> org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:628)
>         at
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestInternal(CoreAdminHandler.java:213)
>         at
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:193)
>         at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
>         at
> org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:660)
>
> After that this error is throwing
>
> org.apache.solr.common.SolrException: Error CREATEing SolrCore
> 'contracts_shard1_replica1': Unable to create core
> [contracts_shard1_replica1] Caused by: Can't find resource 'solrconfig.xml'
> in classpath or '/configs/contracts',
> cwd=C:\CM_10.1.0\INDEXSERVER\searchserver-distribution\target\searchserver\solr\server
>         at
> org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:661)
>         at
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestInternal(CoreAdminHandler.java:213)
>         at
> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:193)
>         at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
>         at
> org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:660)
>         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:431)
>         at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/I-cannot-create-replica-in-Solr-tp4248998p4249207.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to