I was able to resolve this. I had left out the trailing "/" from the filepath, 
so Solr wasn't seeing it as a local directory.

On 11/19/19, 2:45 AM, "Dominique Bejean" <dominique.bej...@eolya.fr> wrote:

    Hi Michael,
    
    It seems Sorl really don't find any solrconfig.xml file or a
    conf/solrconfig.xml file in the local path you specified. The last try is
    to look in "/opt/solr-6.5.1/server/solr/configsets/<path to local
    directory>", but obviously it doesn't work has you didn't specify a
    confiset name.
    
    The code is here -
    
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_lucene-2Dsolr_blob_8cde1277ec7151bd6ab62950ac93cbdd6ff04d9f_solr_solrj_src_java_org_apache_solr_common_cloud_ZkConfigManager.java-23L181&d=DwIFaQ&c=mV61MqUbMWY-LlirxZJvJg&r=8W5Kk7fJg_C2taHlYyXZLinEFeEtcUcFddYrS5aUhiE&m=XQfOcrEywCrmCsBoBMPAznCdw_ZV28m7HTnR5rf1q50&s=bik3n9dWgRpi2fcr0t60J2NV7UzzXdg5T4VpPDt_-yE&e=
 
    
    
    Any error in read access rights to your config directory ?
    
    Regards
    
    Dominique
    
    
    
    Le lun. 18 nov. 2019 à 15:48, Michael Becker <mbec...@ipcoop.com> a écrit :
    
    > I’ve run into an issue when attempting to configure Zookeeper. When
    > running the zk upconfig -d command specifying a local directory where the
    > solrconfig.xml files are located, I get the following error:
    > “Could not complete upconfig operation for reason: Could not find
    > solrconfig.xml at /opt/solr-6.5.1/server/solr/configsets/solrconfig.xml,
    > /opt/solr-6.5.1/server/solr/configsets/conf/solrconfig.xml or
    > /opt/solr-6.5.1/server/solr/configsets/ <path to local directory>
    > /solrconfig.xml”
    >
    > I’m trying to determine why the solr zk upconfig command is appending my
    > local directory to the default confdir, rather than looking for the XML
    > files in that directory,
    > I have two other environments with Solr where this does not occur. It’s
    > just this one environment that is having this issue.
    > I am using Solr version 6.5.1.
    > Any suggestions on how to troubleshoot this would be appreciated.
    >
    > Mike
    >
    

Reply via email to