<div dir="ltr"><div><div>Hi Steven, <br><br></div>I'm trying to do a fresh install of ArchivesSpace 1.4.2. Before this, however, I did try to install version 1.5 until I realized it was in pre-release and I wanted the latest stable release. I deleted the archivesspace directory and started over. It's possible there's a relic hanging around from my attempted 1.5 install. Does archivesspace create a demo DB on install? Do you think there's a DB somewhere I need to delete? <br><br></div>- Chelsea<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><span style="color:rgb(128,128,128)"><em><span style="font-size:small">---------------</span></em></span><br><span style="color:rgb(128,128,128)"><em><span style="font-size:small">Chelsea Lobdell</span></em></span><br><span style="color:rgb(128,128,128)"><em><span style="font-size:small">Library Web Developer/ Swarthmore College</span></em></span><br><span style="color:rgb(128,128,128)"><em><span style="font-size:small"><a href="mailto:clobdel1@swarthmore.edu" target="_blank">clobdel1@swarthmore.edu</a> / (610)690-6818</span></em></span></div></div></div></div>
<br><div class="gmail_quote">On Tue, May 3, 2016 at 5:21 PM, Majewski, Steven Dennis (sdm7g) <span dir="ltr"><<a href="mailto:sdm7g@eservices.virginia.edu" target="_blank">sdm7g@eservices.virginia.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On May 3, 2016, at 5:14 PM, Majewski, Steven Dennis (sdm7g) <<a href="mailto:sdm7g@eservices.virginia.edu">sdm7g@eservices.virginia.edu</a>> wrote:<br>
><br>
><br>
> I’m guessing from that error message that you are upgrading from a previous version of ArchivesSpace and you haven’t<br>
> run the migration script:  scripts/setup-database.sh  as in the UPGRADING instructions.<br>
> When it tries to connect to the database, it’s seeing that it’s a previous version of the database schema:<br>
><br>
>> Schema Info Mismatch. Expected 59, received 68 for ASPACE version v1.4.2.<br>
><br>
<br>
</span>I guess I read that backwards: are you trying to revert to 1.4.2 from a newer pre-release version ?<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> — Steve Majewski<br>
><br>
><br>
><br>
>> On May 3, 2016, at 4:39 PM, Chelsea Lobdell <<a href="mailto:clobdel1@swarthmore.edu">clobdel1@swarthmore.edu</a>> wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> I'm am trying to install the latest release of ArchivesSpace - 1.4.2. I am installing this on a CentOS server running Java 1.8. My first step was to configure the frontend_url, backend_url, public_url, solr_url, and indexer_url. So I uncommented those with the DNS of our server (<a href="http://triarchive.brynmawr.edu" rel="noreferrer" target="_blank">triarchive.brynmawr.edu</a>) and tried to start it using default values for everything else. It starts fine.<br>
>><br>
>> When I uncomment the reset of config.rb because I know I will eventually need to configure the database and a few other things, this is when I see the error. And it does not start up fine. The errors start like this:<br>
>><br>
>> 2016-05-03 14:05:13.314:WARN:/:ERROR: initialization failed<br>
>> org.jruby.rack.RackInitializationException: Schema Info Mismatch. Expected 59, received 68 for ASPACE version v1.4.2. |?from /root/ArchivesSpace/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/main.rb:110:in `ArchivesSpaceService'|?from /usr/local/archivesspace/gems/gems/sinatra-1.3.6/lib/sinatra/base.rb:1356:in `configure'|?from /root/ArchivesSpace/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/main.rb:70:in `ArchivesSpaceService'|?from /root/ArchivesSpace/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/main.rb:32:in `(root)'|?from org/jruby/RubyKernel.java:1040:in `require'|?from /usr/local/archivesspace/gems/gems/jruby-jars-1.7.21/lib/jruby-stdlib-1.7.21.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54:in `require'|?from /root/ArchivesSpace/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/config.ru:1:in `(root)'|?from org/jruby/RubyBasicObject.java:1574:in `instance_eval'|?from /root/ArchivesSpace/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/config.ru:4:in `(root)'|?from /usr/local/archivesspace/gems/gems/jruby-rack-1.1.19/lib/jruby-rack-1.1.19.jar!/vendor/rack-1.5.5/rack/builder.rb:55:in `initialize'|?from launcher/launcher.rb:86:in `start_server'|?from launcher/launcher.rb:147:in `main'|?from launcher/launcher.rb:232:in `(root)'|<br>
>>    at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29)<br>
>>    at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:104)<br>
>>    at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)<br>
>>    at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:766)<br>
>>    at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:406)<br>
>>    at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:758)<br>
>><br>
>> and continue like this:<br>
>> SEVERE: Unable to create core: collection1<br>
>> org.apache.solr.common.SolrException: Error opening new searcher<br>
>>    at org.apache.solr.core.SolrCore.<init>(SolrCore.java:721)<br>
>>        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:566)<br>
>>    at org.apache.solr.core.CoreContainer.create(CoreContainer.java:850)<br>
>><br>
>> I am thinking I may just be doing something incorrectly in the configuration file. Though, I've left everything else default aside from the frontend_url, backend_url, public_url, solr_url, and indexer_url. I also wonder if this has anything to do with the jdt-compiler jar but I was unable to find that jar in archivesspace/lib.<br>
>><br>
>> If this is not the right forum to reach for troubleshooting issues please let me know the correct place to go from technical support.<br>
>><br>
>> Thanks<br>
>> Chelsea<br>
>> ---------------<br>
>> Chelsea Lobdell<br>
>> Library Web Developer/ Swarthmore College<br>
>> <a href="mailto:clobdel1@swarthmore.edu">clobdel1@swarthmore.edu</a> / <a href="tel:%28610%29690-6818" value="+16106906818">(610)690-6818</a><br>
>> _______________________________________________<br>
>> Archivesspace_Users_Group mailing list<br>
>> <a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
>> <a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
><br>
> _______________________________________________<br>
> Archivesspace_Users_Group mailing list<br>
> <a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
> <a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
<br>
_______________________________________________<br>
Archivesspace_Users_Group mailing list<br>
<a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
<a href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" rel="noreferrer" target="_blank">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
</div></div></blockquote></div><br></div>