<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
<p><br>
</p>
<p>Right. You should get a 404 if you just go to localhost:8091. </p>
<p><br>
</p>
<p>Jetty maps the indexer app to /aspace-indexer ( <a id="LPlnk186868" href="https://github.com/archivesspace/archivesspace/blob/master/launcher/launcher.rb#L152-L153">
https://github.com/archivesspace/archivesspace/blob/master/launcher/launcher.rb#L152-L153</a> ) </p>
<p>The GET and PUT endpoints there are to pause the indexer, which is ideal when running migrations. </p>
<p><br>
</p>
<p>So, Lisa is the localhost:8091 giving you a 404 or just not loading at all? If it's not loading at all, you probably have another process that's bound to that port. If it's a 404, it's running normally. </p>
<p><br>
</p>
<p><br>
</p>
<p>b,chris. <br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div class="BodyFragment"><font size="2">
<div class="PlainText">Chris Fitzpatrick | <font size="2">Developer, ArchivesSpace</font><br>
Skype: chrisfitzpat  | Phone: 918.236.6048<br>
http://archivesspace.org/<br>
</div>
</font></div>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Steven Majewski
 <sdm7g@virginia.edu><br>
<b>Sent:</b> Wednesday, August 19, 2015 9:12 PM<br>
<b>To:</b> Archivesspace Users Group<br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Config Settings</font>
<div> </div>
</div>
<div>
<div class=""><br class="">
</div>
<div class="">That doesn’t look unusual. </div>
<div class=""><br class="">
</div>
<div class="">I don’t get anything from port 8091 either. </div>
<div class="">Not sure why, as it looks like there are routes for ‘GET /‘ </div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span><a href="https://github.com/archivesspace/archivesspace/blob/master/indexer/app/main.rb#L67" class="">https://github.com/archivesspace/archivesspace/blob/master/indexer/app/main.rb#L67</a></div>
<div class="">and ‘PUT /‘ </div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span><a href="https://github.com/archivesspace/archivesspace/blob/master/indexer/app/main.rb#L67" class="">https://github.com/archivesspace/archivesspace/blob/master/indexer/app/main.rb#L67</a></div>
<div class=""><br class="">
</div>
<div class="">but all I get at <a href="http://localhost:8091/" class="">http://localhost:8091/</a> is:</div>
<div class=""><br class="">
</div>
<div class="">
<h2 class="" style="font-family:Times">HTTP ERROR: 404</h2>
<p class="" style="font-family:Times">Problem accessing /. Reason:</p>
<pre class="">    Not Found</pre>
<div class="" style="font-family:Times"><br class="webkit-block-placeholder">
</div>
<hr class="" style="font-family:Times">
<i class="" style="font-family:Times"><small class="">Powered by Jetty://</small></i></div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">But if the indexer is running it should put a message in your log file that you can grep for:</div>
<div class=""><a href="https://github.com/archivesspace/archivesspace/blob/master/indexer/app/main.rb#L37" class="">https://github.com/archivesspace/archivesspace/blob/master/indexer/app/main.rb#L37</a></div>
<div class=""><a href="https://github.com/archivesspace/archivesspace/blob/master/indexer/app/main.rb#L44" class="">https://github.com/archivesspace/archivesspace/blob/master/indexer/app/main.rb#L44</a></div>
<div class=""><br class="">
</div>
<div class="">
<div class="" style="margin:0px; font-size:15px; background-color:rgb(212,192,172)">
<span class="" style="color:#692828"><b class="">$</b></span> grep 'Starting realtime indexer'  logs/archivesspace.out </div>
<div class="" style="margin:0px; font-size:15px; background-color:rgb(212,192,172)">
Starting realtime indexer for: <a href="http://localhost:8089" class="">http://localhost:8089</a></div>
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">The JSON output from the backend 8089 port is the normal output — just a status message from the root. </div>
<div class=""><br class="">
</div>
<div class="">If you look at the backend API docs:</div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span><a href="http://archivesspace.github.io/archivesspace/doc/file.API.html" class="">http://archivesspace.github.io/archivesspace/doc/file.API.html</a></div>
<div class=""><br class="">
</div>
<div class="">you can see the other endpoints you can test. </div>
<div class=""><br class="">
</div>
<div class="">You either want to get one of the ‘curl_as’ scripts from: </div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span><a href="https://github.com/archivesspace/archivesspace/tree/master/scripts" class="">https://github.com/archivesspace/archivesspace/tree/master/scripts</a></div>
<div class="">or you need to do something similar to authenticate. </div>
<div class=""><br class="">
</div>
<div class="">It also works for me to got to <a href="http://HOST:8089/users/admin/login?password=password" class="">
http://HOST:8089/users/admin/login?password=password</a></div>
<div class="">in the browser to create a session and then I can open other GET urls in the browser. </div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">To see agents, you should be able to do a GET to <a href="http://HOST:8089/agents/people?page=1" class="">
http://HOST:8089/agents/people?page=1</a> </div>
<div class="">for example. The results should also give you the number of the last page, so you know</div>
<div class="">how many pages there are. </div>
<div class=""><br class="">
</div>
<div class="">You can also get the list of ids with <a href="http://HOST:8089/agents/people?all_ids=true" class="">
http://HOST:8089/agents/people?all_ids=true</a></div>
<div class=""><br class="">
</div>
<div class="">There are also URLs for /agents/corporate_entities and /agents/families . </div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">With any ArchivesSpace indexing problems, I’ve always tried shutting down the servers,</div>
<div class="">deleting all of the data/* subdirectories and restarting and waiting for it to reindex </div>
<div class="">from scratch. </div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">— Steve. </div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Aug 19, 2015, at 12:03 PM, Steinbeck Archives <<a href="mailto:archives@steinbeck.org" class="">archives@steinbeck.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; font-size:12pt; background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<div class="" style="margin-top:0px; margin-bottom:0px">Hello,</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">I've looked around more and this is what I have found:<span class="Apple-converted-space"> </span><br class="">
<br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">1) the URL for the indexer (//localhost:8091) is not loading up.  This is likely the biggest issue.<br class="">
2) the URL to the backend (//localhost:8089) only generates a dictionary (using the equivalent jargon from Python for the data structure) of runtime attributes --<br class="">
       { "databaseProductName": "MySQL", "databaseProductVersion": "5.6.26", "ruby_version": "1.9", "host_os": "linux", "host_cpu": "x86_64", "build": "java1.6", "archivesSpaceVersion": "v1.3.0" }</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Thank you,</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Lisa<br class="">
<br class="">
</div>
<br class="">
<br class="">
<div class="" style="">
<hr tabindex="-1" class="" style="width:734.015625px; display:inline-block">
<div id="divRplyFwdMsg" dir="ltr" class=""><font class="" style="font-size:11pt" face="Calibri, sans-serif"><b class="">From:</b><span class="Apple-converted-space"> </span><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>
 <<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>> on behalf of Steinbeck Archives <<a href="mailto:archives@steinbeck.org" class="">archives@steinbeck.org</a>><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Tuesday, August 11, 2015 1:16 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Archivesspace Users Group<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Archivesspace_Users_Group] Config Settings</font>
<div class=""> </div>
</div>
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; background-color:rgb(255,255,255)">
<div class="" style="margin-top:0px; margin-bottom:0px">Hi,</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Thank you, that does make sense in figuring out what is going on.<span class="Apple-converted-space"> </span></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">I've got about 6GB ram. I'm not running from a server right now, just a laptop I loaded Fedora onto; we're still figuring out hosting, which is taking a while. I wanted to get started with cataloging ASAP.</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">I left all the solr defaults in place.<span class="Apple-converted-space"> </span></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">As for errors, I'm trying to find something that might relate to the issue, though I am not positive.</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Below, I've included a section of the log that I think is relevant to trying to create an agent/person a few minutes ago that is acting in the same manner as the issue I've been having.</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Apologies for not being able to get back to this sooner and thank you for your help.</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Lisa</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<p class="" style="margin-top:0px; margin-bottom:0px"></p>
<p class="" style="margin-top:0px; margin-bottom:0px"></p>
<font class="" face="Times New Roman"></font>
<p class="" style="margin-top:0px; margin-bottom:0px"></p>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">Aug 11, 2015 12:44:38 PM org.apache.solr.core.SolrCore execute</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">INFO: [collection1] webapp= path=/select params={facet.field=primary_type&facet.field=source&facet.field=rules&start=0&fq=repository:"/repositories/2"+OR+repository:global&fq=types:("agent")&fq={!term+f%3Dprimary_type}agent_person&fq=-exclude_by_default:true&sort=title_sort+asc&rows=10&q=*:*&facet.limit=100&defType=edismax&qf=four_part_id^3+title^2+finding_aid_filing_title^2+fullrecord&pf=four_part_id^4&wt=json&facet=true}
 hits=8 status=0 QTime=2</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:38.908000 #2799] DEBUG -- : Thread-6972: Responded with [200, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"29171"},
 ["{\"first_page\":1,\"last_page\":1,\"this_page\":1,\"offset_first\":1,\"offset_last\":8,\"total_hits\":8,\"results\":[{\"id\":\"/agents/people/1\",\"title\":\"Administrator\",\"primary_type\":\"agent_person\",\"types\":[\"agent_person\",\"agent\"],\"json\":\"{\\\"lock_version\\\":0,\\\"publish\\\":false,\\\"create_time\\\":\\\"2015-08-03T03:23:48Z\\\",\\\"system_mtime\\\":\\\"2015-0...
 in 85.0ms</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_breadcrumb.html.erb (1.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered search/_filter.html.erb (13.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_flash_messages.html.erb (0.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_pagination_summary.html.erb (49.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_pagination.html.erb (1.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered search/_listing.html.erb (107.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered agents/index.html.erb within layouts/application (139.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_browser_support.html.erb (0.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_header_user.html.erb (14.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_header_global.html.erb (16.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered site/_branding.html.erb (1.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_advanced_search.html.erb (13.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_header_repository.html.erb (47.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered site/_footer.html.erb (0.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman"><span class=""> <span class="Apple-converted-space"> </span></span>Rendered shared/_templates.html.erb (4.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">Completed 200 OK in 340.0ms (Views: 239.0ms)</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.620000 #2799] DEBUG -- : Thread-6972: POST /users/staff_system/login [session: nil]</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.627000 #2799] DEBUG -- : Thread-6972: Post-processed params: {:username=>"staff_system", :password=>"[FILTERED]", :expiring=>false}</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.782000 #2799] DEBUG -- : Thread-6972: Responded with [403, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"25"},
 ["{\"error\":\"Login failed\"}\n"]]... in 162.0ms</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.791000 #2799] DEBUG -- : Thread-3500: POST /update_monitor [session: nil]</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.794000 #2799] DEBUG -- : Thread-3500: Post-processed params: {:active_edits=>#<JSONModel(:active_edits) {"jsonmodel_type"=>"active_edits", "active_edits"=>[{"uri"=>"/agents/people/9",
 "user"=>"admin", "time"=>"2015-08-11T12:44:27-07:00"}]}>}</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.796000 #2799] DEBUG -- : Thread-3500: Responded with [403, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"26"},
 ["{\"error\":\"Access denied\"}\n"]]... in 4.0ms</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.802000 #2799] DEBUG -- : Thread-3494: POST /users/staff_system/login [session: nil]</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.806000 #2799] DEBUG -- : Thread-3494: Post-processed params: {:username=>"staff_system", :password=>"[FILTERED]", :expiring=>false}</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:39.916000 #2799] DEBUG -- : Thread-3494: Responded with [403, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"25"},
 ["{\"error\":\"Login failed\"}\n"]]... in 114.0ms</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:43.838000 #2799] DEBUG -- : Thread-3494: POST /users/search_indexer/login [session: nil]</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:43.840000 #2799] DEBUG -- : Thread-3494: Post-processed params: {:username=>"search_indexer", :password=>"[FILTERED]", :expiring=>false}</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"><br class="">
</font></div>
<div class="" style="margin:0in 0in 0pt"><font class="" face="Times New Roman">D, [2015-08-11T12:44:43.952000 #2799] DEBUG -- : Thread-3494: Responded with [403, {"Content-Type"=>"application/json", "Cache-Control"=>"private, must-revalidate, max-age=0", "Content-Length"=>"25"},
 ["{\"error\":\"Login failed\"}\n"]]... in 114.0ms</font></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><font class="" face="Times New Roman"></font><br class="">
<br class="">
</div>
<br class="">
<br class="">
<div class="" style="">
<hr tabindex="-1" class="" style="width:734.015625px; display:inline-block">
<div id="divRplyFwdMsg" dir="ltr" class=""><font class="" style="font-size:11pt" face="Calibri, sans-serif"><b class="">From:</b><span class="Apple-converted-space"> </span><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>
 <<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>> on behalf of Chris Fitzpatrick <<a href="mailto:Chris.Fitzpatrick@lyrasis.org" class="">Chris.Fitzpatrick@lyrasis.org</a>><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Monday, August 10, 2015 12:13 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Archivesspace Users Group<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Archivesspace_Users_Group] Config Settings</font>
<div class=""> </div>
</div>
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; background-color:rgb(255,255,255)">
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Hi,</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Yes, the created_by can be null in some cases, and that's ok. It depends on the context the agent was created. </div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Yes, I think the issue is that your indexer is not indexing the record. </div>
<div class="" style="margin-top:0px; margin-bottom:0px">Search and the index pages use Solr. When you're viewing the record itself (in read-only or edit mode) it's using the DB.<span class="Apple-converted-space"> </span><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Couple of questions: </div>
<div class="" style="margin-top:0px; margin-bottom:0px">How much RAM does this server have? </div>
<div class="" style="margin-top:0px; margin-bottom:0px">Are there any errors being spit into the log? </div>
<div class="" style="margin-top:0px; margin-bottom:0px">You said the created_by listed "administrator". Or is that "admin"? </div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">b,chris.<span class="Apple-converted-space"> </span><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div id="Signature" class="">
<div name="divtagdefaultwrapper" class="" style="margin:0px; font-family:Calibri,Arial,Helvetica,sans-serif">
<div class="BodyFragment"><font class="" size="2">Chris Fitzpatrick | Developer, ArchivesSpace<br class="">
Skype: chrisfitzpat  | Phone: 918.236.6048<br class="">
<a href="http://archivesspace.org/" class="">http://archivesspace.org/</a><br class="">
</font></div>
</div>
</div>
<br class="">
<br class="">
<div class="" style="">
<hr tabindex="-1" class="" style="width:734.015625px; display:inline-block">
<div id="divRplyFwdMsg" dir="ltr" class=""><font class="" style="font-size:11pt" face="Calibri, sans-serif"><b class="">From:</b><span class="Apple-converted-space"> </span><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>
 <<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>> on behalf of Steven Majewski <<a href="mailto:sdm7g@virginia.edu" class="">sdm7g@virginia.edu</a>><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Monday, August 10, 2015 6:34 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Archivesspace Users Group<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Archivesspace_Users_Group] Config Settings</font>
<div class=""> </div>
</div>
<div class="">
<div class=""><br class="">
</div>
<div class="">When I look at my agent_person table in mysql, I see a couple that have NULL as creator, but that doesn’t prevent them from displaying.  ( I don’t, however, see any logic in why those couple have NULL when the</div>
<div class="">others are Admin — they were all agents created from creating new users for the frontend/admin. ) </div>
<div class=""><br class="">
</div>
<div class="">Can you see the new agents using the backend API  ? </div>
<div class=""><br class="">
</div>
<div class="">( This is starting to sound, to me, like one of those Solr indexing problems, where the object is there,</div>
<div class="">but it’s not being found via search. ) </div>
<div class=""><br class="">
</div>
<div class="">— Steve.</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Aug 10, 2015, at 12:14 PM, Steinbeck Archives <<a href="mailto:archives@steinbeck.org" class="">archives@steinbeck.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-style:normal; font-variant:normal; font-weight:normal; font-size:12pt; line-height:normal; font-family:Calibri,Arial,Helvetica,sans-serif; text-transform:none; text-indent:0px; letter-spacing:normal; word-spacing:0px; white-space:normal; background-color:rgb(255,255,255)">
<div class="" style="margin-top:0px; margin-bottom:0px">Hi Chris,</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">What happens is that I create say, an agent record for a person, but when I go to browse agent records, that new record does not show up in the listing (and so I cannot link it to the subsequent records
 I am making).</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">When I open the tables in the MySQL workbench, the record is there but it seems like one column of it is just off in some way. Like in one instance the "creator" column for that record was listed as null,
 even though it was listed as "administrator" in all other cases.<span class="Apple-converted-space"> </span></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">If, instead, I try to re-create the same agent, I get the error saying that Authority ID needs to be unique.<span class="Apple-converted-space"> </span><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Thanks,</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Lisa</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="">
<hr tabindex="-1" class="" style="width:734.01px; display:inline-block">
<div id="divRplyFwdMsg" dir="ltr" class=""><font class="" style="font-size:11pt" face="Calibri, sans-serif"><b class="">From:</b><span class="Apple-converted-space"> </span><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a><span class="Apple-converted-space"> </span><<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>>
 on behalf of Chris Fitzpatrick <<a href="mailto:Chris.Fitzpatrick@lyrasis.org" class="">Chris.Fitzpatrick@lyrasis.org</a>><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Monday, August 10, 2015 2:31 AM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Archivesspace Users Group<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Archivesspace_Users_Group] Config Settings</font>
<div class=""> </div>
</div>
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; background-color:rgb(255,255,255)">
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Hi Lisa,</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">What do you mean "does not display"? They are not showing up in the agent index pages on staff UI, public UI, both? Or when you open the record there is an error? </div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">b,chris.<span class="Apple-converted-space"> </span><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div id="Signature" class="">
<div name="divtagdefaultwrapper" class="" style="margin:0px; font-family:Calibri,Arial,Helvetica,sans-serif">
<div class="BodyFragment"><font class="" size="2">Chris Fitzpatrick | Developer, ArchivesSpace<br class="">
Skype: chrisfitzpat  | Phone: 918.236.6048<br class="">
<a href="http://archivesspace.org/" class="">http://archivesspace.org/</a><br class="">
</font></div>
</div>
</div>
<br class="">
<br class="">
<div class="">
<hr tabindex="-1" class="" style="width:734.01px; display:inline-block">
<div id="divRplyFwdMsg" dir="ltr" class=""><font class="" style="font-size:11pt" face="Calibri, sans-serif"><b class="">From:</b><span class="Apple-converted-space"> </span><a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a><span class="Apple-converted-space"> </span><<a href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org" class="">archivesspace_users_group-bounces@lyralists.lyrasis.org</a>>
 on behalf of Steinbeck Archives <<a href="mailto:archives@steinbeck.org" class="">archives@steinbeck.org</a>><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Friday, August 7, 2015 8:02 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>Archivesspace Users Group<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>[Archivesspace_Users_Group] Config Settings</font>
<div class=""> </div>
</div>
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; background-color:rgb(255,255,255)">
<div class="" style="margin-top:0px; margin-bottom:0px">Hello,</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Earlier I asked about configuring ArchivesSpace for Windows. I've since scrapped that plan and have installed it running with Fedora Workstation v21. The set up I have currently is mostly a stop-gap measure
 until the Center figures out where we will host our catalog.</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">I followed the instructions from github and have gotten things to work mostly. However, I am having problems when saving certain items. For example, I made an agent/person entry which saved properly, but
 it did not display. It was not until I went into the MySQL database and manually tweaked "created_by" from null to "admin." Little things like that happen when I have been creating records, fields are null or otherwise slightly off. On the other hand, I have
 had no problem saving/displaying the children I've spawned from a resource I started a few days ago.<span class="Apple-converted-space"> </span></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">The problem so far has been with creating agents and subjects. Everything in these areas seems to get saved to the database, but just slightly incorrectly, such that it won't be displayed.</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">I am wondering if there's some setting in the config.rb that I haven't set properly.</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Thanks,</div>
<div class="" style="margin-top:0px; margin-bottom:0px"><br class="">
</div>
<div id="Signature" class="">
<div id="divtagdefaultwrapper" class="" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; background-color:rgb(255,255,255)">
<div class="" style="margin-top:0px; margin-bottom:0px">Lisa C. Josephs</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Archivist</div>
<div class="" style="margin-top:0px; margin-bottom:0px">National Steinbeck Center</div>
<div class="" style="margin-top:0px; margin-bottom:0px">1 Main Street,</div>
<div class="" style="margin-top:0px; margin-bottom:0px">Salinas, CA<br class="">
</div>
</div>
</div>
<br class="">
<p class="" style="margin-top:0px; margin-bottom:0px"></p>
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
Archivesspace_Users_Group mailing list<br class="">
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" class="">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br class="">
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" class="">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a></div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
_______________________________________________<br class="">
Archivesspace_Users_Group mailing list<br class="">
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" class="">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br class="">
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</body>
</html>