<div dir="ltr">I've experienced this same error before, so I can share what I did to remedy this. (You can see the basic steps in this <a href="https://gist.github.com/jessemartinez/f6bd547dfbe0ce935dda9e3132025473#copy-over-aspace-solr-conf-files">gist</a>.)<div><br></div><div>First, you'll need to delete the existing archivesspace core from your solr instance: <font face="monospace">solr delete -c archivesspace</font></div><div>Next, create the following conf directory: <font face="monospace">mkdir -p /opt/solr/server/solr/configsets/archivesspace/conf </font></div><div><font face="arial, sans-serif">Copy over the ASpace solr conf files to this new directory.</font></div><div>This next step is crucial. Create a new archivesspace core with the following command: <font face="monospace">solr create -c archivesspace -d archivesspace</font><br></div><div><font face="arial, sans-serif">Lastly, restart solr and kick off a new reindex. </font></div><div><br></div><div>The <font face="monospace">-d archivesspace</font> flag in the solr create command will tell solr to use the configuration files in the archivesspace configset. Without that flag you'll get an archivesspace core that doesn't know how to process ASpace records. </div><div><br></div><div>Hope this helps!</div><div><br></div><div>Jesse</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 12, 2023 at 10:19 AM Mark Cyzyk <<a href="mailto:mcyzyk@gmail.com">mcyzyk@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    Darn:<br>
    <br>
    <blockquote type="cite">
      <pre><code>{
  "<span>responseHeader</span>":<span>{
    "<span>status</span>":<span><span>0</span></span>,
    "<span>QTime</span>":<span><span>187</span></span>,
    "<span>params</span>":<span>{
      "<span>q</span>":<span><span>"*:*"</span></span>,
      "<span>indent</span>":<span><span>"true"</span></span>,
      "<span>q.op</span>":<span><span>"OR"</span></span>,
      "<span>_</span>":<span><span>"1689171084647"</span>}</span>}</span></span>,
  "<span>response</span>":<span>{"<span>numFound</span>":<span><span>0</span></span>,"<span>start</span>":<span><span>0</span></span>,"<span>numFoundExact</span>":<span><span>true</span></span>,"<span>docs</span>":<span>[]
  }</span>}</span></code></pre>
    </blockquote>
    <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>
    <pre cols="72"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Mark Cyzyk, M.A., M.L.S.
Library Applications Group
The Sheridan Libraries
The Johns Hopkins University
<a href="mailto:mcyzyk@jhu.edu" target="_blank">mcyzyk@jhu.edu</a>

Verba volant, scripta manent. 
</pre>
    <div>On 7/12/23 10:09, Jesse Martinez wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Thanks for sharing that, Mark!
        <div>
          <div><br>
          </div>
          <div>I have another quick follow up question.</div>
          <div><br>
          </div>
          <div>What do you see when you run a solr search like this one:</div>
          <div><br>
          </div>
          <div><a href="http://localhost:8983/solr/#/archivesspace/query?q=*:*&q.op=OR&indent=true" target="_blank">http://localhost:8983/solr/#/archivesspace/query?q=*:*&q.op=OR&indent=true</a></div>
        </div>
        <div><br>
        </div>
        <div>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. </div>
        <div><br>
        </div>
        <div>Jesse</div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Wed, Jul 12, 2023 at
          10:05 AM Mark Cyzyk <<a href="mailto:mcyzyk@gmail.com" target="_blank">mcyzyk@gmail.com</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div> <br>
            Thanks, Jesse,<br>
            <br>
            Here is the output of those commands:<br>
            <br>
            <blockquote>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<br>
            </blockquote>
            Puzzling!<br>
            <br>
            Mark<br>
            <pre cols="72"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Mark Cyzyk, M.A., M.L.S.
Library Applications Group
The Sheridan Libraries
The Johns Hopkins University
<a href="mailto:mcyzyk@jhu.edu" target="_blank">mcyzyk@jhu.edu</a>

Verba volant, scripta manent. 
</pre>
            <div>On 7/12/23 09:52, Jesse Martinez wrote:<br>
            </div>
            <blockquote type="cite"><font face="monospace">ps aux | grep
                solr | grep -v grep</font></blockquote>
            <br>
          </div>
        </blockquote>
      </div>
      <br clear="all">
      <div><br>
      </div>
      <span class="gmail_signature_prefix">-- </span><br>
      <div dir="ltr" class="gmail_signature">
        <div dir="ltr">
          <div>
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div dir="ltr">
                    <div>Jesse Martinez<br>
                    </div>
                    <div>Senior Library Applications Developer</div>
                    <div>O'Neill Library, Boston College</div>
                    <div><a href="mailto:jesse.martinez@bc.edu" target="_blank">jesse.martinez@bc.edu</a></div>
                    <div>617-552-2509</div>
                    <div>he/him/his</div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </div>

</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>Jesse Martinez<br></div><div>Senior Library Applications Developer</div><div>O'Neill Library, Boston College</div><div><a href="mailto:jesse.martinez@bc.edu" target="_blank">jesse.martinez@bc.edu</a></div><div>617-552-2509</div><div>he/him/his</div></div></div></div></div></div></div></div>