Gotcha. Lets try this: https://imgur.com/a/z5OzbLW
What I'm trying to do seems pretty straightforward: 1. Install Solr Server 7.4 on Linux (Completed) 2. Connect my Drupal 7 site to the Solr Server and use it for indexing content My understanding is that I must first create a core in order to connect my drupal site to Solr Server. This is where I'm currently stuck. Thanks for your help! On Wed, Feb 20, 2019 at 10:43 AM Erick Erickson <[email protected]> wrote: > Attachments generally are stripped by the mail server. > > Are you trying to create a core as part of a SolrCloud _collection_? If > so, this > is an anti-pattern, use the collection API commands. Shot in the dark. > > Best, > Erick > > > On Feb 19, 2019, at 3:05 PM, Greg Robinson <[email protected]> > wrote: > > > > I used the front end admin (see attached) > > > > thanks > > > > On Tue, Feb 19, 2019 at 3:54 PM Erick Erickson <[email protected]> > wrote: > > Hmmm, that’s not very helpful….. > > > > Don’t quite know what to say. There should be something more helpful > > in the logs. > > > > Hmmm, How did you create the core? > > > > Best, > > Erick > > > > > > > On Feb 19, 2019, at 1:29 PM, Greg Robinson <[email protected]> > wrote: > > > > > > Thanks for your direction regarding the log. > > > > > > I was able to locate it and these two lines stood out: > > > > > > Caused by: org.apache.solr.common.SolrException: Could not load conf > for > > > core new_solr_core: Error loading solr config from > > > /home/solr/server/solr/new_solr_core/conf/solrconfig.xml > > > > > > Caused by: org.apache.solr.common.SolrException: Error loading solr > config > > > from /home/solr/server/solr/new_solr_core/conf/solrconfig.xml > > > > > > which seems to point to the same issue. > > > > > > I also went ahead and updated permissions/owner to "solr" on all > > > directories and files within "/home/solr/server/solr/new_solr_core". > > > > > > Still no luck. This is currently the same message that I'm getting on > the > > > admin front end: > > > > > > new_solr_core: > > > > org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: > > > Could not load conf for core new_solr_core: Error loading solr config > from > > > /home/solr/server/solr/new_solr_core/conf/solrconfig.xml. > > > > > > thanks! > > > > > > > > > > > > On Tue, Feb 19, 2019 at 1:55 PM Erick Erickson < > [email protected]> > > > wrote: > > > > > >> do a recursive seach for “solr.log" under SOLR_HOME……. > > >> > > >> Best, > > >> ERick > > >> > > >>> On Feb 19, 2019, at 8:08 AM, Greg Robinson <[email protected]> > > >> wrote: > > >>> > > >>> Hi Erick, > > >>> > > >>> Thanks for the quick response. > > >>> > > >>> Here is what is currently contained within the conf dir: > > >>> > > >>> drwxr-xr-x 2 root root 4096 Feb 18 17:51 lang > > >>> -rw-r--r-- 1 root root 54513 Feb 18 17:51 managed-schema > > >>> -rw-r--r-- 1 root root 329 Feb 18 17:51 params.json > > >>> -rw-r--r-- 1 root root 894 Feb 18 17:51 protwords.txt > > >>> -rwxrwxrwx 1 root root 55323 Feb 18 17:51 solrconfig.xml > > >>> -rw-r--r-- 1 root root 795 Feb 18 17:51 stopwords.txt > > >>> -rw-r--r-- 1 root root 1153 Feb 18 17:51 synonyms.txt > > >>> > > >>> As far as the log, where exactly might I find the specific log that > would > > >>> give more info in regards to this error? > > >>> > > >>> thanks again! > > >>> > > >>> On Tue, Feb 19, 2019 at 9:06 AM Erick Erickson < > [email protected]> > > >>> wrote: > > >>> > > >>>> Are all the other files there in your conf dir? Solrconfig.xml > > >> references > > >>>> things like nanaged-schema etc. > > >>>> > > >>>> Also, your log file might contain more clues... > > >>>> > > >>>> On Tue, Feb 19, 2019, 08:03 Greg Robinson <[email protected] > > >> wrote: > > >>>> > > >>>>> Hello, > > >>>>> > > >>>>> We have Solr 7.4 up and running on a Linux machine. > > >>>>> > > >>>>> I'm just trying to add a new core so that I can eventually point a > > >> Drupal > > >>>>> site to the Solr Server for indexing. > > >>>>> > > >>>>> When attempting to add a core, I'm getting the following error: > > >>>>> > > >>>>> new_solr_core: > > >>>>> > > >>>> > > >> > org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: > > >>>>> Could not load conf for core new_solr_core: Error loading solr > config > > >>>> from > > >>>>> /home/solr/server/solr/new_solr_core/conf/solrconfig.xml > > >>>>> > > >>>>> I've confirmed that > > >>>>> /home/solr/server/solr/new_solr_core/conf/solrconfig.xml exists > but I'm > > >>>>> still getting the error. > > >>>>> > > >>>>> Any direction is appreciated. > > >>>>> > > >>>>> Thanks! > > >>>>> > > >>>> > > >>> > > >>> > > >>> -- > > >>> Greg Robinson > > >>> CEO - Mobile*Enhanced* > > >>> www.mobileenhanced.com > > >>> [email protected] > > >>> 303-598-1865 > > >> > > >> > > > > > > -- > > > Greg Robinson > > > CEO - Mobile*Enhanced* > > > www.mobileenhanced.com > > > [email protected] > > > 303-598-1865 > > > > > > > > -- > > Greg Robinson > > CEO - MobileEnhanced > > www.mobileenhanced.com > > [email protected] > > 303-598-1865 > > -- Greg Robinson CEO - Mobile*Enhanced* www.mobileenhanced.com [email protected] 303-598-1865
