<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div><br></div><div>Hi Peter,</div><div><br></div><div>I feel your pain.</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>AppConfig[:solr_verify_checksums] = false</div></blockquote><div><br></div><div><br></div><div>Cheers,</div><div>James</div><div><br></div><div><br><blockquote type="cite"><div>On Jul 27, 2023, at 8:14 PM, Peter Heiner <ph448@cam.ac.uk> wrote:</div><br class="Apple-interchange-newline"><div><meta charset="UTF-8"><div class="elementToProof" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Hi all,</div><div class="elementToProof" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">I've just come across this error and I can see several problems that I'm sharing, hoping to be useful.</div><div class="elementToProof" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">First off, my Solr converted the<span class="Apple-converted-space"> </span><code style="font-family: "Courier New";">schema.xml</code> I uploaded into a file named<span class="Apple-converted-space"> </span><code style="font-family: "Courier New";">managed-schema</code>, This is by no means unusual for recent versions, but the code that checks the checksums tries to download</div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><code style="font-family: "Courier New";">AppConfig[':solr_url']/admin/file?file=schema.xml&contentType=text%2Fxml%3Bcharset%3Dutf-8</code><br></div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">which trivially fails in this case.</div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Workaround: copy the file over to the name<span class="Apple-converted-space"> </span><code style="font-family: "Courier New";">schema.xml</code></div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Second, the schema the downloaded one is being compared with is the one in the<span class="Apple-converted-space"> </span><code style="font-family: "Courier New";">solr/</code> directory of the AS installation, which on the one hand makes sense, but also excludes any local schema modifications, like the ones we had in.</div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Workaround: copy your<span class="Apple-converted-space"> </span><code style="font-family: "Courier New";">schema.xml</code> and<span class="Apple-converted-space"> </span><code style="font-family: "Courier New";">solrconfig.xml</code> into your AS installation's<code style="font-family: "Courier New";">solr</code>/ directory</div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">At this point you need to restart ArchivesSpace for it to recalculate the checksums for the local XML files, after that it should boot successfully.</div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Third, checksums are a horrible way of comparing XML documents. A single-space difference would result in the exact same schema semantically and AS would still fail on startup.</div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Solution: none locally. I believe that developers should utilise the version attribute of the<code style="font-family: "Courier New";"><schema></code> tag better, coming up with a versioning scheme, updating the version accordingly whenever the schema is changed in development and the application should not go beyond comparing this schema version.</div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof ContentPasted0" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Fourth, most of 'solrconfig.xml' has nothing to do with AS and it is plain wrong to impose a particular version on the Solr administrator.</div><div class="elementToProof ContentPasted0 ContentPasted1" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Solution: developers should create a <code style="font-family: "Courier New";">configoverlay.json</code> file administrators can drop in place that ensures that AS's requirements are satisfied. I believe this is supported by all currently supported versions of Solr.</div><div class="elementToProof ContentPasted0 ContentPasted1" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></div><div class="elementToProof ContentPasted0 ContentPasted1" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">Thanks,</div><div class="elementToProof ContentPasted0 ContentPasted1" style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">p</div><div id="appendonsend" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"></div><hr tabindex="-1" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline-block; width: 596.8125px;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;"></span><div id="divRplyFwdMsg" dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><font face="Calibri, sans-serif" style="font-size: 11pt;"><b>From:</b><span class="Apple-converted-space"> </span>archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Mark Cyzyk <mcyzyk@gmail.com><br><b>Sent:</b><span class="Apple-converted-space"> </span>16 July 2023 21:09<br><b>To:</b><span class="Apple-converted-space"> </span>mcyzyk@jhu.edu <mcyzyk@jhu.edu>; Connolly, Ashley <asconnolly@seattleschools.org>; Archivesspace Users Group <archivesspace_users_group@lyralists.lyrasis.org><br><b>Subject:</b><span class="Apple-converted-space"> </span>Re: [Archivesspace_Users_Group] Staging upgrade using Vagrant/Virtualbox, data in MySQL tables, Solr core present, reindexed, yet no data displayed in ASpace application</font><div> </div></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><br>"Inconceivable!"<br><br>(I don't think "reload" means what I think it means -- at least not in a Solr context.)<br><br>Problem solved and moral of story:<br><br><ul><li>It is not enough to simply copy the Archivesspace Solr config files over to the corresponding directory on the Solr server.</li><li>It is not enough to reload the Solr Archivesspace Core with these files in place.</li><li>It is not enough to restart the Solr service with these files in place.</li><li>You must delete/destroy the existing Archivesspace Core, you must create a new Archivesspace Core, you must copy the Archivesspace Solr config files over to the corresponding directory on the Solr server, and finally for good measure you must restart the Solr service with these files in place.</li><li>With a Solr Archivesspace Core up and running, you now are ready to boot up the Archivesspace application and will not get a checksum mismatch error.</li></ul><br>Last few lines of my Vagrant routine -- basically Delete, Create, Copy, Restart:<br><br><blockquote>sudo su - solr -c "/opt/solr/bin/solr delete -c archivesspace -p 8983 -deleteConfig true"<span class="Apple-converted-space"> </span><br>sudo rm -Rv /opt/solr/server/solr/configsets/archivesspace<br>sudo mkdir -p /opt/solr/server/solr/configsets/archivesspace/conf<br>sudo cp -r /usr/share/archivesspace/solr/* /opt/solr/server/solr/configsets/archivesspace/conf/<br>sudo chown -R solr:solr /opt/solr/server/solr/configsets/archivesspace/conf/<br>sudo su - solr -c "/opt/solr/bin/solr create -c archivesspace -p 8983 -d archivesspace"<br>sudo systemctl restart solr<span class="Apple-converted-space"> </span><br>sudo /usr/share/archivesspace/scripts/setup-database.sh<br>sudo systemctl start archivesspace<br></blockquote><br>It's all working, upgraded to 3.4.0 with plugins seemingly working.<br><br>Spinning in chair,<br>G'Day!<br><br>Mark<br><br><br><pre class="x_moz-signature" cols="72" style="margin: 0in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Mark Cyzyk, M.A., M.L.S.
Library Applications Group
The Sheridan Libraries
The Johns Hopkins University
<a class="x_moz-txt-link-abbreviated" href="mailto:mcyzyk@jhu.edu" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a>
Verba volant, scripta manent.
</pre><div class="x_moz-cite-prefix">On 7/16/23 11:12, Mark Cyzyk wrote:<br></div><blockquote type="cite"><br>More:<br><br>From what I'm reading, Solr maintains the old config file (schema.xml) in some kind of temp directory. I'm thinking, therefore, that this old file is cached in this way and is the one being read and that that's how two different checksums are possible?<br><br>So my thinking is, maybe once the new Solr config files are copied over to the Solr Archivesspace core, that that core needs to be reloaded in order for Solr to get rid of the cache.<br><br>The last few lines from my Vagrant routine:<br><br><blockquote>sudo cp -Rv /usr/share/archivesspace/solr/* /opt/solr/server/solr/configsets/archivesspace/conf/<br>sudo chown -R solr:solr /opt/solr/server/solr/configsets/archivesspace/conf/<br><b>curl<span class="Apple-converted-space"> </span><a class="x_moz-txt-link-rfc2396E" href="http://localhost:8983/solr/admin/cores?action=RELOAD&core=archivesspace" style="color: blue; text-decoration: underline;">"http://localhost:8983/solr/admin/cores?action=RELOAD&core=archivesspace"</a></b><br>sudo systemctl restart solr<span class="Apple-converted-space"> </span><br>sudo /usr/share/archivesspace/scripts/setup-database.sh<br>sudo systemctl start archivesspace<br></blockquote><br>But still no joy! Still checksum mismatch.<br><br>...<br><br>As an experiment, in my config.rb I set:<br><br><blockquote>AppConfig[:solr_verify_checksums] = false<br></blockquote><br>Boot up ASpace, and error:<br><br><blockquote>ArchivesSpaceThreadDump: Touch the file '/usr/share/archivesspace/thread_dump_indexer.txt' to trigger a thread dump<br>I, [2023-07-15T19:24:43.750508 #52921] INFO -- : Thread-2930: Starting periodic indexer<br>I, [2023-07-15T19:24:43.752627 #52921] INFO -- : Thread-2930: Starting PUI indexer<br>I, [2023-07-15T19:24:43.756222 #52921] INFO -- : Thread-2932: Staff Indexer [2023-07-15 19:24:43 +0000] Running index round<br>E, [2023-07-15T19:24:44.997705 #52921] ERROR -- : Thread-2932: SolrIndexerError when indexing records: {<br> "responseHeader":{<br> "status":400,<br> "QTime":38},<br> "error":{<br> "metadata":[<br> "error-class","org.apache.solr.common.SolrException",<br> "root-error-class","org.apache.solr.common.SolrException"],<br> "msg":"ERROR: [doc=/repositories/3]<span class="Apple-converted-space"> </span><b>unknown field 'position_int_sort'",</b><br> "code":400}}<br></blockquote> <br>It's as if the new Solr config has not taken effect. [It's not really a new config, both schemas are Version 1.5. I'm just trying to overcome this mysterious checksum mismatch...]<br><br>Copying the ASpace Solr config files over to the corresponding Solr directory, reloading the Solr Archivesspace core with these new files in place, and restarting the Solr service is not enough. I feel like I'm missing one final step.<br><br>Mark<br><br><br><pre class="x_moz-signature" cols="72" style="margin: 0in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Mark Cyzyk, M.A., M.L.S.
Library Applications Group
The Sheridan Libraries
The Johns Hopkins University
<a class="x_moz-txt-link-abbreviated x_moz-txt-link-freetext" href="mailto:mcyzyk@jhu.edu" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a>
Verba volant, scripta manent.
</pre><div class="x_moz-cite-prefix">On 7/15/23 10:18, Mark Cyzyk wrote:<br></div><blockquote type="cite">Thanks, Ashley,<br><br>I did not know about that Reindexer plugin. Useful!<br><br>I am able to reindex now, no prob.<br><br>My problem appears to be that the checksum on the schema.xml file from my Production server differs what the checksum on the schema.xml file in the 3.4.0 distribution, and this despite the fact that the both are Version 1.5 of the schema:<br><br><blockquote>Outside the VM, on Disk:<br>mcyzyk@SPEEDY2022:~/VagrantBoxes/Archivesspace/archivesspace_CURRENT/solr$ sha256sum schema.xml<span class="Apple-converted-space"> </span><br><b>4d4849771a91d677f255b638cbefa8b8d67a236c56c645bb13c2842480614d78 </b>schema.xml<br><br>mcyzyk@SPEEDY2022:~/VagrantBoxes/Archivesspace/archivesspace_NEW/solr$ sha256sum schema.xml<br><b>f066f17556bbe49b0526ff70ae885bdc9655666b503227667ef0c4315e4e5b0b</b> schema.xml<br></blockquote><br>And so, with the Production version of 3.2.0 installed in my VM, when I go to upgrade to 3.4.0 everything initially works --<span class="Apple-converted-space"> </span><i>except</i><span class="Apple-converted-space"> </span>this checksum mismatch.<br><br>In the VM, I copy the NEW (3.4.0) schema.xml file over into the Solr config and restart Solr. The files at this point should, and do, have identical checksums.<br><br><blockquote><span style="font-size: 11pt;">vagrant@vagrant:~$ sha256sum /usr/share/archivesspace/solr/schema.xml<span class="Apple-converted-space"> </span></span><br><span style="font-size: 11pt;"><b>f066f17556bbe49b0526ff70ae885bdc9655666b503227667ef0c4315e4e5b0b</b><span class="Apple-converted-space"> </span> </span><br><span style="font-size: 11pt;"></span><br><span style="font-size: 11pt;">vagrant@vagrant:~$ sha256sum /opt/solr/server/solr/configsets/archivesspace/conf/schema.xml</span><br><span style="font-size: 11pt;"><b>f066f17556bbe49b0526ff70ae885bdc9655666b503227667ef0c4315e4e5b0b<span class="Apple-converted-space"> </span></b></span><br></blockquote><br>And yet the Archivesspace space error persists upon bootup: "<span style="font-size: 11pt;">Solr checksum verification failed</span>"<br><br>With the two files being identical, I don't see how this is possible. If ASpace is performing a checksum against schema.xml in the Solr config, and the schema.xml file in the ASpace directory, they are now equal.<br><br>Not sure why this error is still happening.<br><br>Mark<br><br><pre class="x_moz-signature" cols="72" style="margin: 0in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Mark Cyzyk, M.A., M.L.S.
Library Applications Group
The Sheridan Libraries
The Johns Hopkins University
<a class="x_moz-txt-link-abbreviated x_moz-txt-link-freetext" href="mailto:mcyzyk@jhu.edu" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a>
Verba volant, scripta manent.
</pre><div class="x_moz-cite-prefix">On 7/14/23 21:27, Connolly, Ashley wrote:<br></div><blockquote type="cite"><div class="x_WordSection1"><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Hey Mark,</span></div><p class="x_MsoNormal" style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Something that stuck out to me as I just did an upgrade to 3.4.0 from 3.3.1 today – I did not have either an indexer_state or indexer_pui_state directory in my Solr AS core, I only had an “index” directory.<span class="Apple-converted-space"> </span><u>Running Solr 8.11.2.</u></span></div><p class="x_MsoNormal" style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">I deleted the directory “index” from my Solr core data directory (for me, /home/solr/var-solr/data/archivesspace/data) and restarted Solr. I also installed<a href="https://github.com/lyrasis/aspace-reindexer" originalsrc="https://github.com/lyrasis/aspace-reindexer" shash="iLLcvaeD3JSZKTRIlnTei3UF2LeLTT9o8gzBH/edz3ESL56kJUyX4ZA0bWKmSOSZRujhTC1fL6FS2JfMV089Ty+e9s96OrCXw+E68ZAHD+7Q5qJoSFdkyQ7MNu9tIiVj+QRL+MY4QM29m2ef84NPZA/Al/NwuTuqOm6LI5F76UE=" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">https://github.com/lyrasis/aspace-reindexer</a><span class="Apple-converted-space"> </span>and (temporarily) enabled the configuration option to auto-reindex on AS start. Ran the DB migrations per the upgrade docs and after that I had no issues starting ArchivesSpace.</span></div><p class="x_MsoNormal" style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Not sure if this helps or not but as I recall on some systems `rm` will return success if asked to delete a directory that doesn’t exist, so I thought it worth mentioning in case you missed deleting the Solr index. Good luck,</span></div><p class="x_MsoNormal" style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span>--</span><span><br><span style="border: 1pt windowtext; padding: 0in;">Mx. Ashley Rose Connolly (she/her), Senior Systems Engineer, SPS DoTS SysOps</span></span><span style="font-size: 11pt;"></span></div><p class="x_MsoNormal" style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p><div id="x_mail-editor-reference-message-container"><div><div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) currentcolor currentcolor; border-image: none; padding: 3pt 0in 0in;"><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><b><span style="font-size: 12pt;">From:<span class="Apple-converted-space"> </span></span></b><span style="font-size: 12pt;"><a class="x_moz-txt-link-abbreviated x_moz-txt-link-freetext" href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" style="color: blue; text-decoration: underline;">archivesspace_users_group-bounces@lyralists.lyrasis.org</a><a class="x_moz-txt-link-rfc2396E" href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" style="color: blue; text-decoration: underline;"><archivesspace_users_group-bounces@lyralists.lyrasis.org></a><span class="Apple-converted-space"> </span>on behalf of Mark Cyzyk<span class="Apple-converted-space"> </span><a class="x_moz-txt-link-rfc2396E" href="mailto:mcyzyk@gmail.com" style="color: blue; text-decoration: underline;"><mcyzyk@gmail.com></a><br><b>Date:<span class="Apple-converted-space"> </span></b>Friday, July 14, 2023 at 15:11<br><b>To:<span class="Apple-converted-space"> </span></b><a class="x_moz-txt-link-abbreviated x_moz-txt-link-freetext" href="mailto:mcyzyk@jhu.edu" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a><span class="Apple-converted-space"> </span><a class="x_moz-txt-link-rfc2396E" href="mailto:mcyzyk@jhu.edu" style="color: blue; text-decoration: underline;"><mcyzyk@jhu.edu></a>,<span class="Apple-converted-space"> </span><a class="x_moz-txt-link-abbreviated x_moz-txt-link-freetext" href="mailto:jesse.martinez@bc.edu" style="color: blue; text-decoration: underline;">jesse.martinez@bc.edu</a><a class="x_moz-txt-link-rfc2396E" href="mailto:jesse.martinez@bc.edu" style="color: blue; text-decoration: underline;"><jesse.martinez@bc.edu></a><br><b>Cc:<span class="Apple-converted-space"> </span></b>Archivesspace Users Group<span class="Apple-converted-space"> </span><a class="x_moz-txt-link-rfc2396E" href="mailto:archivesspace_users_group@lyralists.lyrasis.org" style="color: blue; text-decoration: underline;"><archivesspace_users_group@lyralists.lyrasis.org></a><br><b>Subject:<span class="Apple-converted-space"> </span></b>Re: [Archivesspace_Users_Group] Staging upgrade using Vagrant/Virtualbox, data in MySQL tables, Solr core present, reindexed, yet no data displayed in ASpace application</span></p></div><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Sorry to keep this thread going!<br><br>I returned to this project a little while ago and checked both schema.xml files and sure enough they have different checksums:</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">vagrant@vagrant:/usr/share/archivesspace/solr$ sha256sum schema.xml<span class="Apple-converted-space"> </span><br><b>f066f17556bbe49b0526ff70ae885bdc9655666b503227667ef0c4315e4e5b0b</b> schema.xml<br><br>vagrant@vagrant:/opt/solr/server/solr/configsets/archivesspace/conf$ sha256sum schema.xml<br><b>4d4849771a91d677f255b638cbefa8b8d67a236c56c645bb13c2842480614d78</b> schema.xml</span></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Thinking maybe there was some kind of bit-flipping happening when copying between Vagrant/Virtualbox Host and Guest, I copied the Solr schema.xml file directly from within the VM itself.</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">cp /usr/share/archivesspace/solr/schema.xml /opt/solr/server/solr/configsets/archivesspace/conf/schema.xml</span></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>This results in two files with identical checksums:</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">vagrant@vagrant:~$ sha256sum /usr/share/archivesspace/solr/schema.xml<span class="Apple-converted-space"> </span><br><b>f066f17556bbe49b0526ff70ae885bdc9655666b503227667ef0c4315e4e5b0b</b><span class="Apple-converted-space"> </span> <br><br>vagrant@vagrant:~$ sha256sum /opt/solr/server/solr/configsets/archivesspace/conf/schema.xml<br><b>f066f17556bbe49b0526ff70ae885bdc9655666b503227667ef0c4315e4e5b0b<span class="Apple-converted-space"> </span></b></span></div></blockquote><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Unfortunately, when I start up ASpace I still get the "Solr checksum verification failed."<br><br>I just am not sure how this is possible. Both files have the same checksums!<br><br>Thinking...<br><br>Mark<br><br></span></div><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On 7/14/23 11:58, Mark Cyzyk wrote:</span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>After-Party:<br><br>Now that I have a copy of my production 3.2.0 running just fine via Vagrant, I run my Upgrade routines and ASpace DOES upgrade to 3.4.0!<br><br>But, when I do a search for anything I get a nice "Unable to Connect to Database" error message which, I have determined, is a misnomer. What it means to say is: "Solr checksum verification failed".<br><br>Full error message here:</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">ArchivesSpaceThreadDump: Touch the file '/usr/share/archivesspace/thread_dump_backend.txt' to trigger a thread dump<br>I, [2023-07-14T15:40:57.771226 #52824] INFO -- : Thread-2002: Connecting to database: jdbc:mysql://localhost:3306/archivesspace?user=[REDACTED]&password=[REDACTED]&useUnicode=true&characterEncoding=UTF-8&useSS><br>I, [2023-07-14T15:40:58.115235 #52824] INFO -- : Thread-2002: All tables checked and confirmed set to UTF-8. Nice job!<br> ========================================================================<br> A trace file has been written to the following location: /usr/share/archivesspace/data/tmp/aspace_diagnostic_1689349259.txt<br><br> This file contains information that will assist developers in diagnosing<br> problems with your ArchivesSpace installation. Please review the file's<br> contents for sensitive information (such as passwords) that you might not<br> want to share.<br> ========================================================================<br>Jul 14, 2023 3:40:59 PM org.eclipse.jetty.server.handler.ContextHandler$Context log<br>INFO: An exception happened during JRuby-Rack startup<br>Solr checksum verification failed (schema): expected [f066f17556bbe49b0526ff70ae885bdc9655666b503227667ef0c4315e4e5b0b] got [4d4849771a91d677f255b638cbefa8b8d67a236c56c645bb13c2842480614d78]</span></div></blockquote><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>DB check, OK.<br>UTF-8 check, OK.<br>Solr Schema checksum check, Not OK.<br><br>And so, I then forced my Vagrant script to simply copy 3.4.0 Solr files* into /opt/solr/server/solr/configsets/archivesspace/conf At this point, the files in these two directories should be exactly similar with identical checksums.<br><br>I restart Solr with these files in place.<br><br>I restart ASpace -- still checksum failure.<br><br>Trying to think how their checksums can differ. Should be an exact copy.<br><br>Mark<br> <br><br></span></div><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On 7/13/23 16:19, Mark Cyzyk wrote:</span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Thanks Joshua, Jesse, Brian, Blake, Valerie for helping me this week on my VEXING Aspace/Vagrant/Solr issue.<br><br>Here is what's now working: (!)<br><br>In my config.rb (for Vagrant version of this project):</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"># Vagrant ######################################################################<br> AppConfig[:db_url] = "jdbc:mysql://localhost:3306/archivesspace?user=REDACTED&password=REDACTED&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true"<br> AppConfig[:backend_url] =<span class="Apple-converted-space"> </span><a href="http://localhost:8089/" style="color: blue; text-decoration: underline;">"http://localhost:8089"</a><br> AppConfig[:frontend_url] =<span class="Apple-converted-space"> </span><a href="http://localhost:8080/" style="color: blue; text-decoration: underline;">"http://localhost:8080"</a><br> AppConfig[:public_url] =<span class="Apple-converted-space"> </span><a href="http://localhost:9999/" style="color: blue; text-decoration: underline;">"http://localhost:9999"</a><br> AppConfig[:solr_verify_checksums] = true<br> AppConfig[:enable_solr] = false<br> AppConfig[:solr_url] =<span class="Apple-converted-space"> </span><a href="http://localhost:8983/solr/archivesspace" style="color: blue; text-decoration: underline;">"http://localhost:8983/solr/archivesspace"</a><br>################################################################################</span></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>This and the following Force Reindex did the trick!</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">sudo service archivespace stop<br>sudo rm -rf /usr/share/archivesspace/data/indexer_state/<br>sudo rm -rf /usr/share/archivesspace/data/indexer_pui_state/<br>curl -X POST -H 'Content-Type: application/json' --data-binary '{"delete":{"query":"*:*" }}'<a href="http://localhost:8983/solr/archivesspace/update?commit=true" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">http://localhost:8983/solr/archivesspace/update?commit=true</a><br>sudo service archivesspace start</span></div></blockquote><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Seriously appreciative.<br><br>Onward!<br><br>Mark<br><br></span></div><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On 7/13/23 11:24 AM, Jesse Martinez wrote:</span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Hi Mark,</span></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">It's normal for the archivesspace core not to have a Data import handler set up. And it's also normal to see that warning message about security in the solr logs.</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Thank you for checking that the solr schema.xml file matches. The last thing I can recommend for troubleshooting solr is to bootstrap it with solr data from production, and see if that loads records into the ASpace interface.</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Jesse </span></div></div></div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p><div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On Thu, Jul 13, 2023 at 10:49 AM Mark Cyzyk <<a href="mailto:mcyzyk@gmail.com" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@gmail.com</a>> wrote:</span></div></div><blockquote style="border-width: medium medium medium 1pt; border-style: none none none solid; border-color: currentcolor currentcolor currentcolor rgb(204, 204, 204); border-image: none; padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;"><div><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>In the Solr Web Gui --> Archivesspace Core --> Dataimport, there is this error message:</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">The solrconfig.xml file for this index does not have an operational DataImportHandler defined!</span></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>My solrconfig.xml, straight from 3.2.0 codebase:</span></p><div><div><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"><?xml version="1.0" encoding="utf-8"?></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"><config></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <lib dir="${solr.install.dir}/dist/" regex="solr-analysis-extras.*\.jar" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <lib dir="${solr.install.dir}/contrib/analysis-extras/lucene-libs" regex="lucene-analyzers-icu-.*\.jar" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <lib dir="${solr.install.dir}/contrib/analysis-extras/lib/" regex="icu4j-*.*\.jar" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <schemaFactory class="ClassicIndexSchemaFactory"/></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <luceneMatchVersion>8.10</luceneMatchVersion></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <dataDir>${solr.data.dir:}</dataDir></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <directoryFactory name="DirectoryFactory" class="${solr.directoryFactory:solr.NRTCachingDirectoryFactory}" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <updateHandler class="solr.DirectUpdateHandler2"></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <maxPendingDeletes>1000</maxPendingDeletes></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <autoCommit></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <maxDocs>1000</maxDocs></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <maxTime>60000</maxTime></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <openSearcher>false</openSearcher></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> </autoCommit></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> </updateHandler></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <query></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <maxBooleanClauses>1024</maxBooleanClauses></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <filterCache class="solr.FastLRUCache" size="512" initialSize="512" autowarmCount="0" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <queryResultCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <documentCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <enableLazyFieldLoading>true</enableLazyFieldLoading></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <queryResultWindowSize>20</queryResultWindowSize></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <queryResultMaxDocsCached>200</queryResultMaxDocsCached></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <useColdSearcher>false</useColdSearcher></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <maxWarmingSearchers>2</maxWarmingSearchers></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> </query></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <requestDispatcher handleSelect="false"></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <requestParsers enableRemoteStreaming="true" multipartUploadLimitInKB="2048000" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <httpCaching never304="true" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> </requestDispatcher></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <requestHandler name="/select" class="solr.SearchHandler"></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <lst name="defaults"></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="defType">edismax</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="echoParams">explicit</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <int name="rows">10</int></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="df">fullrecord</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="pf">four_part_id^50</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="qf">title^25 four_part_id^50 fullrecord</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="bq">primary_type:resource^100</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="bq">primary_type:accession^100</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="bq">primary_type:subject^50</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="bq">primary_type:agent_person^50</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="bq">primary_type:agent_corporate_entity^30</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="bq">primary_type:agent_family^30</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> </lst></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> </requestHandler></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <requestHandler name="/update" class="solr.UpdateRequestHandler"></requestHandler></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <requestHandler name="/analysis/document" class="solr.DocumentAnalysisRequestHandler" startup="lazy" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <requestHandler name="/analysis/field" startup="lazy" class="solr.FieldAnalysisRequestHandler" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <requestHandler name="/replication" class="solr.ReplicationHandler" startup="lazy" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <queryResponseWriter name="json" class="solr.JSONResponseWriter"></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <str name="content-type">text/plain; charset=UTF-8</str></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> </queryResponseWriter></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <admin></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <defaultQuery>*:*</defaultQuery></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> </admin></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> <requestHandler name="/admin/luke" class="org.apache.solr.handler.admin.LukeRequestHandler" /></code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"></config></code></pre></div></div><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On 7/13/23 10:40, Mark Cyzyk wrote:</span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Hi Mark,</span></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">If you go to this URL</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><a href="http://localhost:8983/solr/#/archivesspace/files?file=schema.xml" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">http://localhost:8983/solr/#/archivesspace/files?file=schema.xml</a> </span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">does the schema file shown there match the same one you copied over?</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><a href="https://github.com/archivesspace/archivesspace/blob/v3.2.0/solr/schema.xml" originalsrc="https://github.com/archivesspace/archivesspace/blob/v3.2.0/solr/schema.xml" shash="ns8vbIF9hRfA96rpjh5myVQaw/rCrAAOXoMwzfCQSI4tdyCfxTj/qzUnxKmXNB2tuOkPbFVY4uzIUiPgKVU9DKMCPQ6+OnzntXAEIRHag8Guth9Ielwggtcq/etkeeNM30R1bVhVbYYg61gtf4DglPR8+1rFtDIgtepjsBU/Wb8=" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">https://github.com/archivesspace/archivesspace/blob/v3.2.0/solr/schema.xml</a></span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Jesse</span></div></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br><br>Yes, they match:</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><schema name="archivesspace" version="1.5"></span></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Thinking...<br><br>Mark</span></p><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On 7/12/23 16:20, Jesse Martinez wrote:</span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Hi Mark,</span></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">If you go to this URL</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><a href="http://localhost:8983/solr/#/archivesspace/files?file=schema.xml" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">http://localhost:8983/solr/#/archivesspace/files?file=schema.xml</a> </span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">does the schema file shown there match the same one you copied over?</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><a href="https://github.com/archivesspace/archivesspace/blob/v3.2.0/solr/schema.xml" originalsrc="https://github.com/archivesspace/archivesspace/blob/v3.2.0/solr/schema.xml" shash="ns8vbIF9hRfA96rpjh5myVQaw/rCrAAOXoMwzfCQSI4tdyCfxTj/qzUnxKmXNB2tuOkPbFVY4uzIUiPgKVU9DKMCPQ6+OnzntXAEIRHag8Guth9Ielwggtcq/etkeeNM30R1bVhVbYYg61gtf4DglPR8+1rFtDIgtepjsBU/Wb8=" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">https://github.com/archivesspace/archivesspace/blob/v3.2.0/solr/schema.xml</a></span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Jesse</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div></div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p><div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On Wed, Jul 12, 2023 at 3:44 PM Mark Cyzyk <<a href="mailto:mcyzyk@gmail.com" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@gmail.com</a>> wrote:</span></div></div><blockquote style="border-width: medium medium medium 1pt; border-style: none none none solid; border-color: currentcolor currentcolor currentcolor rgb(204, 204, 204); border-image: none; padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;"><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Another clue, from the Log in the Solr Web GUI:<br><br><br></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><table class="x_MsoNormalTable" cellspacing="0" cellpadding="0" border="0" style="margin-left: 0.5in;"><tbody><tr><td style="padding: 0in;"><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">7/12/2023, 3:19:27 PM</span></div></td><td style="padding: 0in;"><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">WARN false</span></div></td><td style="padding: 0in;"><br></td><td style="padding: 0in;"><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">CoreContainer</span></div></td><td style="padding: 0in;"><div style="margin: 0in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See<span class="Apple-converted-space"> </span><a class="x_moz-txt-link-freetext" href="https://s.apache.org/solrsecurity" originalsrc="https://s.apache.org/solrsecurity" shash="CIec33/U84OvAZFUZNM3s09dhvSt62BaKOXHOuxRbXhEzW2oWt7Kv6mRwf/tFuQQg3doT/nRUGMg9q2YiyMZMQqQcAiogmrsGilxGB5GsdQAPFYklELco58EGgDF9LbtIG5d5ZGXOqtUScuH20F7JaCQIxjuM5Lg57B43wARmVo=" style="color: blue; text-decoration: underline;">https://s.apache.org/solrsecurity</a>for more info</span></div></td></tr></tbody></table></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Maybe ASpace simply does not have permission to add to Solr? (And yet, this is just a warning. And yet, for the sake of replicability, this very same Solr setup worked in Vagrant during our last ASpace upgrade.)<br><br>Here, setting up Solr in my Vagrant file (which I recently ran line-by-line, manually, without error):</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> solr_provision = <<SCRIPT<br>cd /opt<br>sudo wget<span class="Apple-converted-space"> </span><a href="https://archive.apache.org/dist/lucene/solr/8.10.0/solr-8.10.0.tgz" originalsrc="https://archive.apache.org/dist/lucene/solr/8.10.0/solr-8.10.0.tgz" shash="z9cZdXbe/ndXXjz9B2LeMh9QgjTJzkQ86MCERoOXCelNxYpIS1AONzOkQo4PUli3Aw4dXe8xkosIoPiGzCqUYsV9qS38flGYPPqluZsSCsvWMqkmNUbs6Rdxf6VVYh9oX7Atk6+PibtZj5tkihYPCnxAipBReEDnfXROY+xIUxY=" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">https://archive.apache.org/dist/lucene/solr/8.10.0/solr-8.10.0.tgz</a><br>sudo tar zxf solr-8.10.0.tgz<br>sudo bash /opt/solr-8.10.0/bin/install_solr_service.sh /opt/solr-8.10.0.tgz<br>sudo mkdir -p /opt/solr/server/solr/configsets/archivesspace/conf<br>sudo cp -r /vagrant/archivesspace_CURRENT/solr/* /opt/solr/server/solr/configsets/archivesspace/conf/<br>sudo chown -R solr:solr /opt/solr<br>sudo su - solr -c "/opt/solr/bin/solr create -c archivesspace -p 8983 -d archivesspace"<br>sudo systemctl restart solr<span class="Apple-converted-space"> </span><br>SCRIPT</span></div></blockquote><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Reading about Solr and Permissions....<br><br>And sorry for all the emails in this thread. And yet, once this is resolved it may have value for others in future?<br><br>Mark<br><br><br></span></div><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On 7/12/23 11:46 AM, Joshua D. Shaw wrote:</span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;">Hey Mark</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;">After the updates you've made to the config, try shutting down AS and clearing the indexer state directories and restarting. That should tell AS to try a new index.</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;">Also, I think that +0000 is just a timestamp offset. Its not counting the objects indexed. That log line looks something like: PUI Indexer ... indexed x of y resources</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;"> </span></p></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;">Joshua</span></div></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt;"> </span></p></div><div class="x_MsoNormal" align="center" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif; text-align: center;"><span style="font-size: 11pt;"><hr width="100%" size="0" align="center"></span></div><div id="x_m_9044674422647143338m_6398207830784655580m_4501676620168833283m_-7203434989826652434divRplyFwdMsg"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><b><span style="font-size: 11pt;">From:</span></b><span style="font-size: 11pt;"><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">archivesspace_users_group-bounces@lyralists.lyrasis.org</a><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><archivesspace_users_group-bounces@lyralists.lyrasis.org></a>on behalf of Mark Cyzyk<a href="mailto:mcyzyk@gmail.com" target="_blank" style="color: blue; text-decoration: underline;"><mcyzyk@gmail.com></a><br><b>Sent:</b>Wednesday, July 12, 2023 11:32 AM<br><b>To:</b>Brian Hoffman<span class="Apple-converted-space"> </span><a href="mailto:brian.hoffman@lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><brian.hoffman@lyrasis.org></a>;<span class="Apple-converted-space"> </span><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a><a href="mailto:mcyzyk@jhu.edu" target="_blank" style="color: blue; text-decoration: underline;"><mcyzyk@jhu.edu></a>; Archivesspace Users Group<a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><archivesspace_users_group@lyralists.lyrasis.org></a>;<span class="Apple-converted-space"> </span><a href="mailto:jesse.martinez@bc.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">jesse.martinez@bc.edu</a><a href="mailto:jesse.martinez@bc.edu" target="_blank" style="color: blue; text-decoration: underline;"><jesse.martinez@bc.edu></a><br><b>Subject:</b>Re: [Archivesspace_Users_Group] Staging upgrade using Vagrant/Virtualbox, data in MySQL tables, Solr core present, reindexed, yet no data displayed in ASpace application</span><span style="font-size: 11pt;"></span></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Brian,<br><br>I am trying to duplicate our Production ASpace 3.2.0 in a local Vagrant box so I can stage an upgrade to the latest codebase.<br><br><br></span></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0px 0in 0in 0.5in;">Try uncommenting that line and changing it to:<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">AppConfig[:solr_url] =<a href="http://localhost:8983/solr/archivesspace" target="_blank" style="color: blue; text-decoration: underline;">"http://localhost:8983/solr/archivesspace"</a></span></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 12pt 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Done. And yet:</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">************************************************************<br> Welcome to ArchivesSpace!<br> You can now point your browser to<span class="Apple-converted-space"> </span><a href="http://localhost:8080/" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">http://localhost:8080</a><br>************************************************************<br>I, [2023-07-12T15:28:45.335247 #51936] INFO -- : Thread-3306: PUI Indexer [2023-07-12 15:28:45 +0000] Running index round<br>I, [2023-07-12T15:28:47.533454 #51936] INFO -- : Thread-3306: PUI Indexer [2023-07-12 15:28:47 +0000] Index round complete<br>I, [2023-07-12T15:28:50.634218 #51936] INFO -- : Thread-2956: Staff Indexer [2023-07-12 15:28:50 +0000] Running index round<br>I, [2023-07-12T15:28:52.715507 #51936] INFO -- : Thread-2956: Staff Indexer [2023-07-12 15:28:52 +0000] Index round complete</span></div></blockquote><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br>Still +0000!<br><br>Mark<br><br><br></span></div><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">On 7/12/23 11:10, Brian Hoffman wrote:</span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div><div style="margin: 0px 0in 0in 0.5in;">Hi Mark,<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="margin: 0px 0in 0in 0.5in;">What version of ASpace are you using?<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="margin: 0px 0in 0in 0.5in;">Try uncommenting that line and changing it to:<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="margin: 0px 0in 0in 0.5in;"><span style="font-size: 10pt;">AppConfig[:solr_url] =<a href="http://localhost:8983/solr/archivesspace" target="_blank" style="color: blue; text-decoration: underline;">"http://localhost:8983/solr/archivesspace"</a></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) currentcolor currentcolor; border-image: none; padding: 3pt 0in 0in;"><p style="margin: 0px 0in 12pt 0.5in;"><b><span style="font-size: 12pt;">From:</span></b><span style="font-size: 12pt;">Mark Cyzyk<span class="Apple-converted-space"> </span><a href="mailto:mcyzyk@gmail.com" target="_blank" style="color: blue; text-decoration: underline;"><mcyzyk@gmail.com></a><br><b>Date:<span class="Apple-converted-space"> </span></b>Wednesday, July 12, 2023 at 10:59 AM<br><b>To:<span class="Apple-converted-space"> </span></b>Brian Hoffman<span class="Apple-converted-space"> </span><a href="mailto:brian.hoffman@lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><brian.hoffman@lyrasis.org></a>,<span class="Apple-converted-space"> </span><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a><a href="mailto:mcyzyk@jhu.edu" target="_blank" style="color: blue; text-decoration: underline;"><mcyzyk@jhu.edu></a>, Archivesspace Users Group<a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><archivesspace_users_group@lyralists.lyrasis.org></a>,<span class="Apple-converted-space"> </span><a href="mailto:jesse.martinez@bc.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">jesse.martinez@bc.edu</a><a href="mailto:jesse.martinez@bc.edu" target="_blank" style="color: blue; text-decoration: underline;"><jesse.martinez@bc.edu></a><br><b>Subject:<span class="Apple-converted-space"> </span></b>Re: [Archivesspace_Users_Group] Staging upgrade using Vagrant/Virtualbox, data in MySQL tables, Solr core present, reindexed, yet no data displayed in ASpace application</span><span style="font-size: 10pt;"></span></p></div><p style="margin: 0px 0in 12pt 0.5in;"><span style="font-size: 10pt;"><br>Brian,<br><br>That value, commented out because it's the default, in my config is:</span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0px 0in 0in 0.5in;"><span style="font-size: 10pt;">## The ArchivesSpace Solr index listens on port 8090 by default. You can<br>## set it to something else below.<br>#AppConfig[:solr_url] =<span class="Apple-converted-space"> </span><a href="http://localhost:8090/" target="_blank" style="color: blue; text-decoration: underline;">"http://localhost:8090"</a></span></div></blockquote><p style="margin: 0px 0in 12pt 0.5in;"><span style="font-size: 10pt;"><br>Mark<br><br></span></p><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0px 0in 0in 0.5in;"><span style="font-size: 10pt;">On 7/12/23 10:34, Brian Hoffman wrote:</span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0px 0in 0in 0.5in;">Hi Mark,<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="margin: 0px 0in 0in 0.5in;">I am referring to the value for :solr_url in the file ‘config/config.rb’<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="margin: 0px 0in 0in 0.5in;">Brian<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) currentcolor currentcolor; border-image: none; padding: 3pt 0in 0in;"><p style="margin: 0px 0in 12pt 0.5in;"><b><span style="font-size: 12pt;">From:</span></b><span style="font-size: 12pt;">Mark Cyzyk<span class="Apple-converted-space"> </span><a href="mailto:mcyzyk@gmail.com" target="_blank" style="color: blue; text-decoration: underline;"><mcyzyk@gmail.com></a><br><b>Date:<span class="Apple-converted-space"> </span></b>Wednesday, July 12, 2023 at 10:32 AM<br><b>To:<span class="Apple-converted-space"> </span></b>Brian Hoffman<span class="Apple-converted-space"> </span><a href="mailto:brian.hoffman@lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><brian.hoffman@lyrasis.org></a>,<span class="Apple-converted-space"> </span><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a><a href="mailto:mcyzyk@jhu.edu" target="_blank" style="color: blue; text-decoration: underline;"><mcyzyk@jhu.edu></a>, Archivesspace Users Group<a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><archivesspace_users_group@lyralists.lyrasis.org></a>,<span class="Apple-converted-space"> </span><a href="mailto:jesse.martinez@bc.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">jesse.martinez@bc.edu</a><a href="mailto:jesse.martinez@bc.edu" target="_blank" style="color: blue; text-decoration: underline;"><jesse.martinez@bc.edu></a><br><b>Subject:<span class="Apple-converted-space"> </span></b>Re: [Archivesspace_Users_Group] Staging upgrade using Vagrant/Virtualbox, data in MySQL tables, Solr core present, reindexed, yet no data displayed in ASpace application</span><span style="font-size: 10pt;"></span></p></div><p style="margin: 0px 0in 12pt 0.5in;">Thanks, Brian,<br><br>Here is what I see on screen:<br><br><span id="cid:part1.4gHmpx90.he5s8EJr@gmail.com"><snapshot1.png></span><br><br><span style="font-size: 10pt;"></span></p><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0px 0in 0in 0.5in;">On 7/12/23 10:24, Brian Hoffman wrote:<span style="font-size: 10pt;"></span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0px 0in 0in 0.5in;">Hi Mark,<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="margin: 0px 0in 0in 0.5in;">I believe you have incorrectly set the solr url to a screen on the control panel.<span style="font-size: 10pt;"></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="margin: 0px 0in 0in 0.5in;">Try replacing:<br><br><span style="font-size: 10pt;"><a href="http://localhost:8983/solr/#/~cores/archivesspace" target="_blank" title="http://localhost:8983/solr/#/~cores/archivesspace" style="color: blue; text-decoration: underline;"><span style="font-size: 12pt;">http://localhost:8983/solr/#/~cores/archivesspace</span></a><br><br>with<span class="Apple-converted-space"> </span></span></div><p style="margin: 0px 0in 0in 0.5in;"><span style="font-size: 10pt;"> </span></p><div style="margin: 0px 0in 0in 0.5in;"><span style="font-size: 10pt;"><a href="http://localhost:8983/solr/#/~cores/archivesspace" target="_blank" title="http://localhost:8983/solr/#/~cores/archivesspace" style="color: blue; text-decoration: underline;"><span style="font-size: 12pt;">http://localhost:8983/solr/archivesspace</span></a></span></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) currentcolor currentcolor; border-image: none; padding: 3pt 0in 0in;"><p style="margin: 0px 0in 12pt 0.5in;"><b><span style="font-size: 12pt;">From:</span></b><span style="font-size: 12pt;"><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">archivesspace_users_group-bounces@lyralists.lyrasis.org</a><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><archivesspace_users_group-bounces@lyralists.lyrasis.org></a>on behalf of Mark Cyzyk<a href="mailto:mcyzyk@gmail.com" target="_blank" style="color: blue; text-decoration: underline;"><mcyzyk@gmail.com></a><br><b>Date:<span class="Apple-converted-space"> </span></b>Wednesday, July 12, 2023 at 10:19 AM<br><b>To:<span class="Apple-converted-space"> </span></b><a href="mailto:jesse.martinez@bc.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">jesse.martinez@bc.edu</a><a href="mailto:jesse.martinez@bc.edu" target="_blank" style="color: blue; text-decoration: underline;"><jesse.martinez@bc.edu></a>,<a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a><a href="mailto:mcyzyk@jhu.edu" target="_blank" style="color: blue; text-decoration: underline;"><mcyzyk@jhu.edu></a><br><b>Cc:<span class="Apple-converted-space"> </span></b>Archivesspace Users Group<span class="Apple-converted-space"> </span><a href="mailto:archivesspace_users_group@lyralists.lyrasis.org" target="_blank" style="color: blue; text-decoration: underline;"><archivesspace_users_group@lyralists.lyrasis.org></a><br><b>Subject:<span class="Apple-converted-space"> </span></b>Re: [Archivesspace_Users_Group] Staging upgrade using Vagrant/Virtualbox, data in MySQL tables, Solr core present, reindexed, yet no data displayed in ASpace application</span><span style="font-size: 10pt;"></span></p></div><p style="margin: 0px 0in 12pt 0.5in;">Darn:<br><br><br><br><span style="font-size: 10pt;"></span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";">{</code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> "</code>responseHeader<code style="font-family: "Courier New";">":</code>{</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> "status":0,</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> "QTime":187,</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> "params":{</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> "q":"*:*",</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> "indent":"true",</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> "q.op":"OR",</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> "_":"1689171084647"}}<code style="font-family: "Courier New";">,</code></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><code style="font-family: "Courier New";"> "</code>response<code style="font-family: "Courier New";">":</code>{"numFound":0,"start":0,"numFoundExact":true,"docs":[]</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> }}</pre></blockquote><p style="margin: 0px 0in 12pt 0.5in;"><br>I will look more carefully at my Solr Aspace config (and yet the steps in my Vagrant file for setting this up are the same as last summer when I did this!).<br><br>Mark<br><br><br><span style="font-size: 10pt;"></span></p><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0px 0in 0in 0.5in;">On 7/12/23 10:09, Jesse Martinez wrote:<span style="font-size: 10pt;"></span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div><div style="margin: 0px 0in 0in 0.5in;">Thanks for sharing that, Mark!<span style="font-size: 10pt;"></span></div><div><div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></div><div><div style="margin: 0px 0in 0in 0.5in;">I have another quick follow up question.<span style="font-size: 10pt;"></span></div></div><div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></div><div><div style="margin: 0px 0in 0in 0.5in;">What do you see when you run a solr search like this one:<span style="font-size: 10pt;"></span></div></div><div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></div><div><div style="margin: 0px 0in 0in 0.5in;"><a href="http://localhost:8983/solr/#/archivesspace/query?q=*:*&q.op=OR&indent=true" target="_blank" style="color: blue; text-decoration: underline;">http://localhost:8983/solr/#/archivesspace/query?q=*:*&q.op=OR&indent=true</a><span style="font-size: 10pt;"></span></div></div></div><div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></div><div><div style="margin: 0px 0in 0in 0.5in;">You should see all your indexed records. But if you don't see any results then it may indicate that your archivesspace configuration directory is not correct. <span style="font-size: 10pt;"></span></div></div><div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></div><div><div style="margin: 0px 0in 0in 0.5in;">Jesse<span style="font-size: 10pt;"></span></div></div></div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p><div><div><div style="margin: 0px 0in 0in 0.5in;">On Wed, Jul 12, 2023 at 10:05 AM Mark Cyzyk <<a href="mailto:mcyzyk@gmail.com" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@gmail.com</a>> wrote:<span style="font-size: 10pt;"></span></div></div><blockquote style="border-width: medium medium medium 1pt; border-style: none none none solid; border-color: currentcolor currentcolor currentcolor rgb(204, 204, 204); border-image: none; padding: 0in 0in 0in 6pt; margin: 5pt 0in 5pt 4.8pt;"><div><p style="margin: 0px 0in 12pt 0.5in;"><br>Thanks, Jesse,<br><br>Here is the output of those commands:<span style="font-size: 10pt;"></span></p><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0px 0in 0in 0.5in;">ps aux | grep solr | grep -v grep<br>solr 898 0.0 0.1 19096 9812 ? Ss Jul11 0:00 /lib/systemd/systemd --user<br>solr 910 0.0 0.0 169492 3368 ? S Jul11 0:00 (sd-pam)<br>solr 1223 0.5 12.5 4018692 742508 ? Sl Jul11 7:41 java -server -Xms512m -Xmx512m -XX:+UseG1GC -XX:+PerfDisableSharedMem -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=250 -XX:+UseLargePages -XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent -verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -Xloggc:/var/solr/logs/solr_gc.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=9 -XX:GCLogFileSize=20M -Dsolr.jetty.inetaccess.includes= -Dsolr.jetty.inetaccess.excludes= -Dsolr.log.dir=/var/solr/logs -Djetty.port=8983 -DSTOP.PORT=7983 -DSTOP.KEY=solrrocks -Duser.timezone=UTC -XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError=/opt/solr/bin/oom_solr.sh 8983 /var/solr/logs -Djetty.home=/opt/solr/server -Dsolr.solr.home=/var/solr/data -Dsolr.data.home= -Dsolr.install.dir=/opt/solr -Dsolr.default.confdir=/opt/solr/server/solr/configsets/_default/conf -Dlog4j.configurationFile=/var/solr/log4j2.xml -Xss256k -Dsolr.log.muteconsole -jar start.jar --module=http --module=gzip<span style="font-size: 10pt;"></span></div></blockquote><p style="margin: 0px 0in 12pt 0.5in;">Puzzling!<br><br>Mark<br><br><br><span style="font-size: 10pt;"></span></p><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Mark Cyzyk, M.A., M.L.S.</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Library Applications Group</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Sheridan Libraries</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">The Johns Hopkins University</pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"><a href="mailto:mcyzyk@jhu.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">mcyzyk@jhu.edu</a></pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";"> </pre><pre style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: "Courier New";">Verba volant, scripta manent. </pre><div><div style="margin: 0px 0in 0in 0.5in;">On 7/12/23 09:52, Jesse Martinez wrote:<span style="font-size: 10pt;"></span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;"><div style="margin: 0px 0in 0in 0.5in;"><span style="font-size: 10pt;">ps aux | grep solr | grep -v grep</span></div></blockquote><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></div></blockquote></div><div style="margin: 0px 0in 0in 0.5in;"><br clear="all"><span style="font-size: 10pt;"></span></div><div><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></div><div style="margin: 0px 0in 0in 0.5in;">--<span class="Apple-converted-space"> </span><span style="font-size: 10pt;"></span></div><div><div><div><div><div><div><div><div><div style="margin: 0px 0in 0in 0.5in;">Jesse Martinez<span style="font-size: 10pt;"></span></div></div><div><div style="margin: 0px 0in 0in 0.5in;">Senior Library Applications Developer<span style="font-size: 10pt;"></span></div></div><div><div style="margin: 0px 0in 0in 0.5in;">O'Neill Library, Boston College<span style="font-size: 10pt;"></span></div></div><div><div style="margin: 0px 0in 0in 0.5in;"><a href="mailto:jesse.martinez@bc.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">jesse.martinez@bc.edu</a><span style="font-size: 10pt;"></span></div></div><div><div style="margin: 0px 0in 0in 0.5in;">617-552-2509<span style="font-size: 10pt;"></span></div></div><div><div style="margin: 0px 0in 0in 0.5in;">he/him/his<span style="font-size: 10pt;"></span></div></div></div></div></div></div></div></div></div></blockquote><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></blockquote><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></blockquote><p style="margin: 0px 0in 0in 0.5in;"> <span style="font-size: 10pt;"></span></p></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">_______________________________________________<br>Archivesspace_Users_Group mailing list<br><a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br><a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" originalsrc="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" shash="YZUNYjmrAotLIYmtMNbNAtuddWOdvDKchJ30NqG0msqMkmy29ArZrrf6S24sVLmxoRO4Kl14nflVVBx6rX2bH5eUsmaTbRq2sM/wfPk1V32nGEGh4JdcFcLuU7FzrlfuOJQPnXEQGgiWalHEcTVKvU+7UCQVwfE5Ystr19E8aCU=" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a></span></div></blockquote></div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br clear="all"></span></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span class="x_gmailsignatureprefix"><span style="font-size: 11pt;">--</span></span><span style="font-size: 11pt;"></span></div><div><div><div><div><div><div><div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Jesse Martinez</span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Senior Library Applications Developer</span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">O'Neill Library, Boston College</span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><a href="mailto:jesse.martinez@bc.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">jesse.martinez@bc.edu</a></span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">617-552-2509</span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">he/him/his</span></div></div></div></div></div></div></div></div></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div></blockquote></div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><br clear="all"></span></div><div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span class="x_gmailsignatureprefix"><span style="font-size: 11pt;">--</span></span><span style="font-size: 11pt;"></span></div><div><div><div><div><div><div><div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Jesse Martinez</span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">Senior Library Applications Developer</span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">O'Neill Library, Boston College</span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"><a href="mailto:jesse.martinez@bc.edu" target="_blank" class="x_moz-txt-link-freetext" style="color: blue; text-decoration: underline;">jesse.martinez@bc.edu</a></span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">617-552-2509</span></div></div><div><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;">he/him/his</span></div></div></div></div></div></div></div></div></div></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></blockquote><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p><div style="border: 1pt solid rgb(156, 101, 0); padding: 2pt;"><div style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif; line-height: 12pt; background: rgb(255, 235, 156);"><b><span style="color: rgb(156, 101, 0);">CAUTION:</span></b><span style=""><span class="Apple-converted-space"> </span>This email originated from outside of the organization. Please don't click links, open attachments, or reply with confidential details unless you are certain you know the sender and are expecting the content.</span></div></div><p class="x_MsoNormal" style="margin: 0in 0in 0in 0.5in; font-size: 10pt; font-family: Calibri, sans-serif;"><span style="font-size: 11pt;"> </span></p></div></div></div></blockquote><br></blockquote><br></blockquote><br></div><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">Archivesspace_Users_Group mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">Archivesspace_Users_Group@lyralists.lyrasis.org</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</span></div></blockquote></div><br></body></html>