Getting error on SearchStax

  • tonywaterhead
    Participant
    1 year, 3 months ago #37563

    I am trying to test SearchStax with 9.1.1 I am getting the following error after doing:

    Create a SearchStax SolrCloud index

    I was hoping it worked as I prefer to keep using them. Any suggestions?

    Here is the error:
    We could not join your search server. Your path could be malformed, or your search server down (error code 400)

    { “responseHeader”:{ “status”:400, “QTime”:430}, “failure”:{ “10.0.1.100:8983_solr”:”org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:Error from server at null: Error CREATEing SolrCore ‘dev_search_shard1_replica_n1’: Unable to create core [dev_search_shard1_replica_n1] Caused by: The configset for this collection was uploaded without any authentication in place, and use of is not available for collections with untrusted configsets. To use this component, re-upload the configset after enabling authentication and authorization.”}, “Operation create caused exception:”:”org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Underlying core creation failed while creating collection: dev_search”, “exception”:{ “msg”:”Underlying core creation failed while creating collection: dev_search”, “rspCode”:400}, “error”:{ “metadata”:[ “error-class”,”org.apache.solr.common.SolrException”, “root-error-class”,”org.apache.solr.common.SolrException”], “msg”:”Underlying core creation failed while creating collection: dev_search”, “code”:400}}

    wpsolr
    Keymaster
    1 year, 3 months ago #37564

    Did you follow the authentication step “9 – Create a user/password to secure the cluster” of the Searchstax documentation ?

    tonywaterhead
    Participant
    1 year, 3 months ago #37565

    Yes I did and I also made sure the ip address was on the allowed list.

    tonywaterhead
    Participant
    1 year, 3 months ago #37567

    OK. I got it. “Set a name for your index, visible in SearchStax Solr admin (only letters and “_”, no whitespaces)”

    On a guess I suspected the _ was the problem. dev_search was my original try. devsearch is what I changed it to and it worked.

    wpsolr
    Keymaster
    1 year, 3 months ago #37568

    Great.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.