Several users have reported this problem to us in various ways. This error 
isn't unique to ArchivesSpace, but ArchivesSpace can be affected by it if you 
have timestamps in the hour that never happened (between 2 and 3am) in the 
search_indexer row in the user table. We're not sure how this would happen, but 
maybe if your server got restarted around that time? If you get rid of those 
errant times that problem should go away.



Try this:

MySQL [archivesspace]> select * from auth_db;
+------+------------------+---------------------+---------------------+--------------------------------------------------------------+
| id   | username         | create_time         | system_mtime        | pwhash  
                                                     |
+------+------------------+---------------------+---------------------+--------------------------------------------------------------+
|    1 | admin            | 2016-03-09 07:10:13 | 2016-03-09 07:10:13 | 
$2a$10$Gp0oqAuyVXmG/M1s7XDcTuz8.6aTRooPxbf.AWNUuhxNvzsjTa7om |
|    2 | search_indexer   | 2016-03-09 07:10:14 | 2019-10-05 08:33:40 | 
$2a$10$WEoh7JjTOFZ.m.ih9sbxPOHomfcReIBlnAoRQceAbwWFK0DuyC8Tm |


Take a look atsearch_indexer and the 2 times. The system_time is probably the 
one with the bad hour. You can just update that the current time and that 
should do it. So something like

update auth_db set system_mtime = NOW()where username = search_indexer.


________________________________
From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
<archivesspace_users_group-boun...@lyralists.lyrasis.org> on behalf of Rodman, 
Gary <rodm...@ripon.edu>
Sent: Tuesday, November 3, 2020 3:46 PM
To: archivesspace_users_group@lyralists.lyrasis.org 
<archivesspace_users_group@lyralists.lyrasis.org>
Subject: [Archivesspace_Users_Group] sudden inablilty to access archivesspace

We had a perfectly good instance of archivesspace 2.6 running on windows server 
2012 R2.
Then something unidentified happened, and now the staff interface and public 
interface will not load at all.
The back end interface produces this error:
Internal Server Error (500)
Request Method: GET
Request URL:    http://localhost:8089/

Java::JavaSql::SQLException: HOUR_OF_DAY: 2 -> 3 from 
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(com/mysql/cj/jdbc/exceptions/SQLError.java:129)
 from 
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(com/mysql/cj/jdbc/exceptions/SQLError.java:97)
 from 
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(com/mysql/cj/jdbc/exceptions/SQLError.java:89)
 from 
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(com/mysql/cj/jdbc/exceptions/SQLError.java:63)
 from 
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(com/mysql/cj/jdbc/exceptions/SQLError.java:73)
 from 
com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(com/mysql/cj/jdbc/exceptions/SQLExceptionsMapping.java:85)
 from 
com.mysql.cj.jdbc.result.ResultSetImpl.getTimestamp(com/mysql/cj/jdbc/result/ResultSetImpl.java:1019)
 from java.lang.reflect.Method.invoke(java/lang/reflect/Method) from 
org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:453)
 from 
org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:314)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.invokeOther0:getTimestamp(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/adapters/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:657)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.block
 in 
timestamp_convertor(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:657)
 from org.jruby.RubyProc.call(org/jruby/RubyProc.java:289) from 
org.jruby.RubyProc.call19(org/jruby/RubyProc.java:273) from 
org.jruby.RubyProc$INVOKER$i$0$0$call19.call(org/jruby/RubyProc$INVOKER$i$0$0$call19.gen)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.invokeOther10:call(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/adapters/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:795)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.block
 in 
process_result_set(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:795)
 from org.jruby.RubyArray.each(org/jruby/RubyArray.java:1735) from 
org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.invokeOther33:each(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/adapters/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:794)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.process_result_set(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:794)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.invokeOther0:process_result_set(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/adapters/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:725)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.block
 in 
fetch_rows(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:725)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.block
 in 
execute(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:250)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.statement(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:646)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.invokeOther29:statement(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/adapters/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:245)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.block
 in 
execute(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:245)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.connection_pool.threaded.hold(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/connection_pool/threaded.rb:85)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.database.connecting.invokeOther3:hold(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/database/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/connecting.rb:255)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.database.connecting.synchronize(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/connecting.rb:255)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.invokeOther41:synchronize(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/adapters/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:244)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.execute(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:244)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.dataset.actions.invokeOther9:execute(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/dataset/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/dataset/actions.rb:911)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.dataset.actions.execute(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/dataset/actions.rb:911)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.invokeOther2:execute(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/adapters/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:725)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.adapters.jdbc.fetch_rows(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:725)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.dataset.actions.invokeOther3:fetch_rows(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/dataset/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/dataset/actions.rb:801)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.dataset.actions.with_sql_each(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/dataset/actions.rb:801)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.dataset.actions.invokeOther1:with_sql_each(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/dataset/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/dataset/actions.rb:811)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.dataset.actions.with_sql_first(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/dataset/actions.rb:811)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.dataset.placeholder_literalizer.invokeOther2:with_sql_first(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/dataset/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/dataset/placeholder_literalizer.rb:148)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.dataset.placeholder_literalizer.first(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/dataset/placeholder_literalizer.rb:148)
 from org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523) from 
org.jruby.RubyBasicObject.send19(org/jruby/RubyBasicObject.java:1684) from 
org.jruby.RubyKernel.send19(org/jruby/RubyKernel.java:2018) from 
org.jruby.RubyKernel$INVOKER$s$send19.call(org/jruby/RubyKernel$INVOKER$s$send19.gen)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.model.base.invokeOther1:send(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/model/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/model/base.rb:878)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.model.base.block
 in 
def_finder_method(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/model/base.rb:878)
 from org.jruby.RubyProc.call(org/jruby/RubyProc.java:289) from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.model.base.invokeOther4:first_where(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/model/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/model/base.rb:110)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.model.base.[](D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/model/base.rb:110)
 from 
RUBY.create_system_user(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/lib/bootstrap_access_control.rb:4)
 from 
RUBY.create_hidden_system_user(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/lib/bootstrap_access_control.rb:21)
 from 
RUBY.create_search_user(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/lib/bootstrap_access_control.rb:302)
 from 
RUBY.<class:ArchivesSpaceService>(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/lib/bootstrap_access_control.rb:326)
 from 
RUBY.<main>(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/lib/bootstrap_access_control.rb:1)
 from org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:842) from 
org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2903) from 
org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:963) from 
org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:956) from 
org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(org/jruby/RubyKernel$INVOKER$s$1$0$require19.gen)
 from 
uri_3a_classloader_3a_.jruby.kernel.kernel.invokeOther18:require(uri_3a_classloader_3a_/jruby/kernel/uri:classloader:/jruby/kernel/kernel.rb:13)
 from 
uri_3a_classloader_3a_.jruby.kernel.kernel.require_relative(uri:classloader:/jruby/kernel/kernel.rb:13)
 from RUBY.block in 
(root)(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/main.rb:1)
 from RUBY.block in 
ArchivesSpaceService(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/main.rb:194)
 from RUBY.block in 
open(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/model/db.rb:111)
 from 
RUBY.transaction(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/model/db.rb:75)
 from RUBY.block in 
_transaction(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/transactions.rb:134)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.connection_pool.threaded.hold(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/connection_pool/threaded.rb:98)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.database.connecting.invokeOther3:hold(D_3a_/archivesspace/gems/gems/sequel_minus_4_dot_20_dot_0/lib/sequel/database/D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/connecting.rb:255)
 from 
D_3a_.archivesspace.gems.gems.sequel_minus_4_dot_20_dot_0.lib.sequel.database.connecting.synchronize(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/connecting.rb:255)
 from 
RUBY.transaction(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/transactions.rb:108)
 from 
RUBY.transaction(D:/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/transactions.rb:97)
 from RUBY.block in 
transaction(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/model/db.rb:74)
 from org.jruby.RubyFixnum.times(org/jruby/RubyFixnum.java:305) from 
org.jruby.RubyFixnum$INVOKER$i$0$0$times.call(org/jruby/RubyFixnum$INVOKER$i$0$0$times.gen)
 from 
RUBY.open(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/model/db.rb:110)
 from org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:523) from 
org.jruby.RubyBasicObject.send19(org/jruby/RubyBasicObject.java:1684) from 
org.jruby.RubyKernel.send19(org/jruby/RubyKernel.java:2018) from 
org.jruby.RubyKernel$INVOKER$s$send19.call(org/jruby/RubyKernel$INVOKER$s$send19.gen)
 from RUBY.block in 
open(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/model/db.rb:107)
 from org.jruby.RubyProc.call(org/jruby/RubyProc.java:289) from RUBY.block in 
open(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/model/db.rb:432)
 from 
RUBY.ArchivesSpaceService(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/main.rb:193)
 from 
RUBY.<class:configure>(D:/archivesspace/gems/gems/sinatra-1.4.7/lib/sinatra/base.rb:1411)
 from 
RUBY.<main>(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/main.rb:78)
 from org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:842) from 
org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2903) from 
org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:963) from 
org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:956) from 
org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(org/jruby/RubyKernel$INVOKER$s$1$0$require19.gen)
 from 
RUBY.(root)(D:/archivesspace/data/tmp/jetty-0.0.0.0-8089-backend.war-_-any-/webapp/WEB-INF/app/main.rb:38)
 from RUBY.block in 
(root)(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1)
 from org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1791) 
from 
org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1810) 
from 
org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:1691) 
from 
org.jruby.RubyBasicObject$INVOKER$i$instance_eval19.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval19.gen)
 from 
RUBY.require(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55)
 from org.jruby.RubyClass.newInstance(org/jruby/RubyClass.java:1023) from 
org.jruby.RubyClass$INVOKER$i$newInstance.call(org/jruby/RubyClass$INVOKER$i$newInstance.gen)
 from 
RUBY.<main>(D:\archivesspace\data\tmp\jetty-0.0.0.0-8089-backend.war-_-any-\webapp\WEB-INF\config.ru:4<http://config.ru:4>)
 from org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:847) from 
org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:851) from 
org.jruby.Ruby.executeScript(org/jruby/Ruby.java:508) from 
org.jruby.rack.DefaultRackApplicationFactory.createRackServletWrapper(org/jruby/rack/DefaultRackApplicationFactory.java:239)
 from 
org.jruby.rack.DefaultRackApplicationFactory.createApplicationObject(org/jruby/rack/DefaultRackApplicationFactory.java:168)
 from 
org.jruby.rack.DefaultRackApplicationFactory$1.create(org/jruby/rack/DefaultRackApplicationFactory.java:101)
 from 
org.jruby.rack.DefaultRackApplicationFactory$RackApplicationImpl.init(org/jruby/rack/DefaultRackApplicationFactory.java:445)
 from 
org.jruby.rack.DefaultRackApplicationFactory.getApplication(org/jruby/rack/DefaultRackApplicationFactory.java:114)
 from 
org.jruby.rack.SharedRackApplicationFactory.doInit(org/jruby/rack/SharedRackApplicationFactory.java:34)
 from 
org.jruby.rack.RackApplicationFactoryDecorator.init(org/jruby/rack/RackApplicationFactoryDecorator.java:100)
 from 
org.jruby.rack.RackServletContextListener.contextInitialized(org/jruby/rack/RackServletContextListener.java:50)
 from 
org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(org/eclipse/jetty/server/handler/ContextHandler.java:766)
 from 
org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(org/eclipse/jetty/servlet/ServletContextHandler.java:406)
 from 
org.eclipse.jetty.server.handler.ContextHandler.startContext(org/eclipse/jetty/server/handler/ContextHandler.java:758)
 from 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(org/eclipse/jetty/servlet/ServletContextHandler.java:242)
 from 
org.eclipse.jetty.webapp.WebAppContext.startContext(org/eclipse/jetty/webapp/WebAppContext.java:1233)
 from 
org.eclipse.jetty.server.handler.ContextHandler.doStart(org/eclipse/jetty/server/handler/ContextHandler.java:701)
 from 
org.eclipse.jetty.webapp.WebAppContext.doStart(org/eclipse/jetty/webapp/WebAppContext.java:475)
 from 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(org/eclipse/jetty/util/component/AbstractLifeCycle.java:59)
 from 
org.eclipse.jetty.server.handler.HandlerCollection.doStart(org/eclipse/jetty/server/handler/HandlerCollection.java:224)
 from 
org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(org/eclipse/jetty/server/handler/ContextHandlerCollection.java:167)
 from 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(org/eclipse/jetty/util/component/AbstractLifeCycle.java:59)
 from 
org.eclipse.jetty.server.handler.HandlerWrapper.doStart(org/eclipse/jetty/server/handler/HandlerWrapper.java:90)
 from 
org.eclipse.jetty.server.Server.doStart(org/eclipse/jetty/server/Server.java:272)
 from 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(org/eclipse/jetty/util/component/AbstractLifeCycle.java:59)
 from java.lang.reflect.Method.invoke(java/lang/reflect/Method) from 
org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:438)
 from 
org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:302)
 from launcher.launcher.invokeOther155:start(launcher/launcher.rb:92) from 
launcher.launcher.start_server(launcher/launcher.rb:92) from 
launcher.launcher.invokeOther290:start_server(launcher/launcher.rb:157) from 
launcher.launcher.main(launcher/launcher.rb:157) from 
launcher.launcher.invokeOther503:main(launcher/launcher.rb:261) from 
launcher.launcher.<main>(launcher/launcher.rb:261) from 
java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle)
 from org.jruby.Ruby.runScript(org/jruby/Ruby.java:830) from 
org.jruby.Ruby.runNormally(org/jruby/Ruby.java:749) from 
org.jruby.Ruby.runNormally(org/jruby/Ruby.java:767) from 
org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:580) from 
org.jruby.Main.doRunFromMain(org/jruby/Main.java:417) from 
org.jruby.Main.internalRun(org/jruby/Main.java:305) from 
org.jruby.Main.run(org/jruby/Main.java:232) from 
org.jruby.Main.main(org/jruby/Main.java:204)

You're seeing this error because you use JRuby::Rack::ErrorApp::ShowStatus.

No idea how to troubleshoot - any advice appreciated.

Thank you

Gary
Gary Rodman (he/him)

Director of Enterprise Applications
Ripon College
300 W. Seward St.
Ripon, WI 54971
(direct) 920-748-83<tel:920-748-8365>43
rodm...@ripon.edu<mailto:rodm...@ripon.edu>


[image.png]

Visit us at ripon.edu<http://ripon.edu/>


This eĀ­mail is intended solely for the person or entity to which it is 
addressed and may contain confidential and/or privileged information.  Any 
review, dissemination, copying, printing, or other use of this email by persons 
or entities other than the addressee is prohibited. If you have received this 
email in error, please contact the sender immediately and delete the material 
from your computer.
_______________________________________________
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group

Reply via email to