<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Thanks, Blake,<br>
    <br>
    <blockquote type="cite">
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">Do you have the solr_url set correctly?<br>
        <a
href="https://github.com/archivesspace/archivesspace/blob/master/common/config/config-defaults.rb#L38-L40"
          class="moz-txt-link-freetext">https://github.com/archivesspace/archivesspace/blob/master/common/config/config-defaults.rb#L38-L40</a><br>
      </div>
    </blockquote>
    Yes, <a class="moz-txt-link-freetext" href="http://localhost:8983/solr/#/~cores/archivesspace">http://localhost:8983/solr/#/~cores/archivesspace</a><br>
    <br>
    <blockquote type="cite">
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0 ContentPasted3">
        You don't have "enable_solr" in your config file do you?</div>
    </blockquote>
    I <i>do</i> have that:<br>
    <br>
    # Setting any of the keys below to false will prevent the associated<br>
    # applications from starting. Temporarily disabling the frontend and
    public<br>
    # UIs and/or the indexer may help users who are running into
    memory-related<br>
    # issues during migration.<br>
    AppConfig[:enable_backend] = true<br>
    AppConfig[:enable_frontend] = true<br>
    AppConfig[:enable_public] = true<br>
    AppConfig[:enable_solr] = true<br>
    AppConfig[:enable_indexer] = true<br>
    AppConfig[:enable_docs] = true<br>
    AppConfig[:enable_oai] = true<br>
    <blockquote type="cite">
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0 ContentPasted3">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0 ContentPasted3">
        You're tried restarting both Solr and ArchivesSpace ?</div>
    </blockquote>
    Yes, I have done that.<br>
    <br>
    <blockquote type="cite">
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">
        What's in the Solr server logs?</div>
    </blockquote>
    I do not see any Solr log in /var/log:<br>
    <br>
    vagrant@vagrant:/var/log$ ls<br>
    alternatives.log       dmesg.0         kern.log.1   syslog.4.gz<br>
    apt                    dmesg.1.gz      landscape   
    ubuntu-advantage.log<br>
    auth.log               dmesg.2.gz      lastlog     
    ubuntu-advantage-timer.log<br>
    auth.log.1             dpkg.log        mysql       
    vboxadd-setup.log<br>
    bootstrap.log          faillog         private     
    vboxadd-setup.log.1<br>
    btmp                   fontconfig.log  syslog      
    vboxadd-setup.log.2<br>
    cloud-init.log         installer       syslog.1     wtmp<br>
    cloud-init-output.log  journal         syslog.2.gz<br>
    dmesg                  kern.log        syslog.3.gz<br>
    <br>
    <blockquote type="cite">
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="ContentPasted2">
        /var/solr/server/solr/configsets/archivesspace/conf<br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="ContentPasted2">
        You have the correct files in there? (I think that's the right
        path, maybe wrong on that)</div>
    </blockquote>
    ls -la /var/solr/data/archivesspace/conf<br>
    total 32<br>
    drwxrwxr-x 2 solr solr  4096 Jul  8 15:05 .<br>
    drwxrwxr-x 4 solr solr  4096 Jul  8 15:05 ..<br>
    -rw-r--r-- 1 solr solr 18747 Jul  8 15:05 schema.xml<br>
    -rw-r--r-- 1 solr solr  3046 Jul  8 15:05 solrconfig.xml<br>
    -rw-r--r-- 1 solr solr     0 Jul  8 15:05 stopwords.txt<br>
    -rw-r--r-- 1 solr solr     0 Jul  8 15:05 synonyms.txt<br>
    <br>
    <blockquote type="cite">
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="ContentPasted1">
        /var/solr/data/archivesspace/data/ </div>
      That directory is just empty?</blockquote>
    ls -la /var/solr/data/archivesspace/data/index<br>
    total 12<br>
    drwxrwxr-x 2 solr solr 4096 Jul  8 15:05 .<br>
    drwxrwxr-x 4 solr solr 4096 Jul  8 15:05 ..<br>
    -rw-rw-r-- 1 solr solr   69 Jul  8 15:05 segments_1<br>
    -rw-rw-r-- 1 solr solr    0 Jul  8 15:05 write.lock<br>
    <br>
    <br>
    Ah ha!  Should that "write.lock" file be there?<br>
    <br>
    Mark<br>
    <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 09:39, Blake Carver wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:DM6PR22MB2309E4CEAEC7AC14211AD2849F36A@DM6PR22MB2309.namprd22.prod.outlook.com">
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">
        Do you have the solr_url set correctly?<br>
        <a
href="https://github.com/archivesspace/archivesspace/blob/master/common/config/config-defaults.rb#L38-L40"
          moz-do-not-send="true" class="moz-txt-link-freetext">https://github.com/archivesspace/archivesspace/blob/master/common/config/config-defaults.rb#L38-L40</a><br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0 ContentPasted3">
        You don't have "enable_solr" in your config file do you?</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0 ContentPasted3">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0 ContentPasted3">
        You're tried restarting both Solr and ArchivesSpace ?</div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">
        <br>
      </div>
      <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof
        ContentPasted0">
        What's in the Solr server logs?</div>
      <div class="elementToProof">
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          <br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);" class="ContentPasted2">
          /var/solr/server/solr/configsets/archivesspace/conf<br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);" class="ContentPasted2">
          You have the correct files in there? (I think that's the right
          path, maybe wrong on that)</div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);">
          <br>
        </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);" class="ContentPasted1">
          /var/solr/data/archivesspace/data/ </div>
        <div style="font-family: Calibri, Arial, Helvetica, sans-serif;
          font-size: 12pt; color: rgb(0, 0, 0);" class="ContentPasted1">
          That directory is just empty?</div>
      </div>
    </blockquote>
    <br>
  </body>
</html>