Hello, I have been trying to use docker to run ArchivesSpace for the first time. I have tried to upload the latest zip file from github into builds but it runs into an error
Failed to import build record: {"error":"archive/tar: invalid tar header","message":"Internal Server Error"}
I have also tried running the container archivesspace/archivesspace:latest however it keeps running into the same error:
org.jruby.exceptions.NoMethodError: (NoMethodError) undefined method `bytesize' for Rack::Utils:Module
at uri_3a_classloader_3a_.jruby.rack.error_app.show_status.call(uri:classloader:/jruby/rack/error_app/show_status.rb:30)
at org.jruby.rack.ext.Servlet.call(org/jruby/rack/ext/Servlet.java:83)
E, [2025-06-05T18:21:20.805403 #36] ERROR -- : Thread-4092: Connection to backend failed (<html>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
<body><h2>HTTP ERROR 500 Server Error</h2>
<tr><th>URI:</th><td>/config/enumerations</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>Server Error</td></tr>
<tr><th>SERVLET:</th><td>default</td></tr>
Is there something I'm doing wrong?