Re: Newbie question - Error loading an existing config file

2019-02-21 Thread Erick Erickson
I have absolutely no idea when it comes to Drupal, the Drupal folks would be much better equipped to answer. Best, Erick > On Feb 21, 2019, at 8:16 AM, Greg Robinson wrote: > > Thanks for the feedback. > > So here is where I'm at. > > I first went ahead and deleted the existing core that was

Re: Newbie question - Error loading an existing config file

2019-02-21 Thread Greg Robinson
Thanks for the feedback. So here is where I'm at. I first went ahead and deleted the existing core that was returning the error using the following command: bin/solr delete -c new_solr_core Now when I access the admin panel, there are no errors. I then referred to the large "warning" box on

Re: Newbie question - Error loading an existing config file

2019-02-20 Thread Shawn Heisey
On 2/20/2019 11:07 AM, Greg Robinson wrote: 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

Re: Newbie question - Error loading an existing config file

2019-02-20 Thread Greg Robinson
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

Re: Newbie question - Error loading an existing config file

2019-02-20 Thread Erick Erickson
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 wrote: > > I used the front

Re: Newbie question - Error loading an existing config file

2019-02-19 Thread Greg Robinson
I used the front end admin (see attached) thanks On Tue, Feb 19, 2019 at 3:54 PM Erick Erickson 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

Re: Newbie question - Error loading an existing config file

2019-02-19 Thread Erick Erickson
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 wrote: > > Thanks for your direction regarding the log. > > I was able to locate it

Re: Newbie question - Error loading an existing config file

2019-02-19 Thread Greg Robinson
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:

Re: Newbie question - Error loading an existing config file

2019-02-19 Thread Erick Erickson
do a recursive seach for “solr.log" under SOLR_HOME……. Best, ERick > On Feb 19, 2019, at 8:08 AM, Greg Robinson 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 >

Re: Newbie question - Error loading an existing config file

2019-02-19 Thread Greg Robinson
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

Re: Newbie question - Error loading an existing config file

2019-02-19 Thread Erick Erickson
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 Hello, > > We have Solr 7.4 up and running on a Linux machine. > > I'm just trying to add a new

Newbie question - Error loading an existing config file

2019-02-19 Thread Greg Robinson
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: