<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Darn:<br>
    <br>
    <blockquote type="cite">
      <pre class="syntax language-json"><code class="ng-binding">{
  "<span class="attribute">responseHeader</span>":<span class="value">{
    "<span class="attribute">status</span>":<span class="value"><span class="number">0</span></span>,
    "<span class="attribute">QTime</span>":<span class="value"><span class="number">187</span></span>,
    "<span class="attribute">params</span>":<span class="value">{
      "<span class="attribute">q</span>":<span class="value"><span class="string">"*:*"</span></span>,
      "<span class="attribute">indent</span>":<span class="value"><span class="string">"true"</span></span>,
      "<span class="attribute">q.op</span>":<span class="value"><span class="string">"OR"</span></span>,
      "<span class="attribute">_</span>":<span class="value"><span class="string">"1689171084647"</span>}</span>}</span></span>,
  "<span class="attribute">response</span>":<span class="value">{"<span class="attribute">numFound</span>":<span class="value"><span class="number">0</span></span>,"<span class="attribute">start</span>":<span class="value"><span class="number">0</span></span>,"<span class="attribute">numFoundExact</span>":<span class="value"><span class="literal">true</span></span>,"<span class="attribute">docs</span>":<span class="value">[]
  }</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 class="moz-signature" cols="72"><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Mark Cyzyk, M.A., M.L.S.
Library Applications Group
The Sheridan Libraries
The Johns Hopkins University
<a class="moz-txt-link-abbreviated" href="mailto:mcyzyk@jhu.edu">mcyzyk@jhu.edu</a>

Verba volant, scripta manent. 
</pre>
    <div class="moz-cite-prefix">On 7/12/23 10:09, Jesse Martinez wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAASUeJz8K1NL3YKwu-Jfvs3pg15RFDwBEeTHvXZ9mtXvQ+xbaQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <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"
              moz-do-not-send="true">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"
            moz-do-not-send="true" class="moz-txt-link-freetext">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" moz-do-not-send="true" class="moz-txt-link-freetext">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" moz-do-not-send="true"
                        class="moz-txt-link-freetext">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>
  </body>
</html>