Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Kyle Breneman
Got it running, finally. Thank you, Jesse, Peter, and Don! Kyle Breneman Integrated Digital Services Librarian The University of Baltimore kbrene...@ubalt.edu I believe in freedom of thought and freedom of speech. Do you? From: Jesse Martinez Sent: Friday, November

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Jesse Martinez
Hi Kyle, Glad to help. And I'd say that using the binary file version would be the key to this issue! Jesse On Fri, Nov 4, 2022 at 10:15 AM Kyle Breneman wrote: > Oh. Good to know, Jesse. > > > > I have another working theory about why I’m having trouble. I see that I > downloaded the

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Kyle Breneman
Oh. Good to know, Jesse. I have another working theory about why I’m having trouble. I see that I downloaded the source file for Solr, and not the binary file. Might that be my problem? Kyle Breneman Integrated Digital Services Librarian The University of Baltimore

Re: [Archivesspace_Users_Group] lcnaf versioning, am I on the right track?

2022-11-04 Thread Jesse Martinez
Hi Matt, I think your approach to updating the plugin is correct. I find it a little odd that the entire plugin config line is commented out, but that's not a bad thing if you choose not to run plugins. As for the plugin readme: I think that's an old comment that never got updated. (It should

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Jesse Martinez
Hi Kyle, As a complete aside, I would strongly recommend you use the most recent version of Solr in the 8.x series, which is 8.11.2. There are some nasty vulnerabilities in the 8.10.x releases. I'll make a note to ping the ASpace documentation team to update the tech-docs pages. Thanks, Jesse

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Peter Heiner
Kyle Breneman wrote on 2022-11-04 12:39:13: > Thanks for your assistance, Don. Yes, I did install Solr on the box. I > created directories and put the ArchivesSpace configset in place, as per > instructions. > > What is giving

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Donald Mennerich
Kyle, Can you `cd /opt/solr-8.10.0` then run `find . -type d` and post the output Don On Fri, Nov 4, 2022 at 9:37 AM Kyle Breneman wrote: > Thanks, Brian! I rearranged the directory structure, but that hasn’t > helped. > > > > > > *Kyle Breneman* > > Integrated Digital Services Librarian >

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Kyle Breneman
Thanks, Brian! I rearranged the directory structure, but that hasn't helped. [cid:image004.jpg@01D8F031.04837F20] Kyle Breneman Integrated Digital Services Librarian The University of Baltimore kbrene...@ubalt.edu I believe in freedom of thought and freedom of

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Brian Hoffman
Hi Kyle, Not sure if this will help, but your path looks a little unusual. If solr is installed at `/opt/solr-8.10.0`, then the `solr` executable would typically be at `/opt/solr-8.10.0/bin/solr`. (Compare with your path apparently being `/opt/solr8.10.0/solr/bin/solr`.) Perhaps that is the

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Kyle Breneman
Thanks for your assistance, Don. Yes, I did install Solr on the box. I created directories and put the ArchivesSpace configset in place, as per instructions. What is giving me fits is that the command to start Solr isn’t

Re: [Archivesspace_Users_Group] AWS/Linux/Solr

2022-11-04 Thread Donald Mennerich
Kyle, Did you install Solr? It's not part of a LAMP stack and no longer included in the current aspace distribution. Don On Thu, Nov 3, 2022 at 4:20 PM Kyle Breneman wrote: > I have a LAMP box running on AWS Lightsail, and I am trying to set up > ArchivesSpace. All was going well until I