Re: [Archivesspace_Users_Group] Error when creating PDF Finding Aid Export

2019-03-29 Thread Busch, Ed
Yep, that was it. I thought they were okay within the . Thanks!

From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 On Behalf Of Seth Shaw
Sent: Friday, March 29, 2019 1:42 PM
To: Archivesspace Users Group 
Subject: Re: [Archivesspace_Users_Group] Error when creating PDF Finding Aid 
Export

Your guess that "Michigan Women: First & Founders" is causing the failure is 
probably correct. ArchivesSpace won't encode those ampersands for you. We 
explicitly train our staff to replace ampersands with `` but we still 
occasionally see these errors pop up when someone copy/pastes text and misses 
one (mostly in citation URLs in notes). Just search for the offending phrase 
and update the corresponding value.

On Fri, Mar 29, 2019 at 10:37 AM Busch, Ed 
mailto:busch...@msu.edu>> wrote:
We are doing Print Resource to PDF for a Resource that fails during the 
background job execution. The errors that appear are below.
Any suggestions on pinpointing what is causing the problem? I’m wondering if 
it’s this component line
Betty MacDowell Resource Files for Publication: Michigan 
Women: First & Founders as it’s the first use of & that isn’t  
Grasping at straws.

Thanks!

Ed

Generating PDF for Michigan Women's Studies Association records
org.xml.sax.SAXParseException; lineNumber: 84; columnNumber: 49129; The entity 
name must immediately follow the '&' in the entity reference.
net.sf.saxon.s9api.DocumentBuilder.build(net/sf/saxon/s9api/DocumentBuilder.java:379)
java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:453)
org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:314)
RUBY.parse(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/xml.rb:28)
RUBY.XML(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/processor.rb:58)
RUBY.XML(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/xml.rb:10)
RUBY.to_fo(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/AS_fop.rb:32)
RUBY.to_pdf(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/AS_fop.rb:38)
RUBY.block in 
run(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/job_runners/print_to_pdf_runner.rb:45)
usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.request_context.open(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/request_context.rb:24)
RUBY.run(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/job_runners/print_to_pdf_runner.rb:14)
usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.background_job_queue.invokeOther45:run(usr/local/archivesspace/data/tmp/jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_/webapp/WEB_minus_INF/app/lib//usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:126)
usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.background_job_queue.run_pending_job(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:126)
RUBY.block in 
start_background_thread(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:169)
org.jruby.RubyProc.call(org/jruby/RubyProc.java:289)
org.jruby.RubyProc.call(org/jruby/RubyProc.java:246)
java.lang.Thread.run(java/lang/Thread.java:748)



Ed Busch, MLIS
Acting Director
Electronic Records Archivist
Michigan State University Archives
Conrad Hall
943 Conrad Road, Room 101
East Lansing, MI 48824
517-884-6438
busch...@msu.edu

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Error when creating PDF Finding Aid Export

2019-03-29 Thread Majewski, Steven Dennis (sdm7g)
Yes: that unescaped ampersand is the likely the problem.  

I don’t think they have to be escaped everywhere, but having the text wrapped 
in  triggers it being parsed as mixed content rather than just text, so 
inside the  tags, the serializer is expecting valid XML text() . 

When having problems with the Staff interface PDF output, it’s often a good 
idea to export as EAD and validate the XML output to locate the source of the 
problems. 

— Steve. 

> On Mar 29, 2019, at 1:37 PM, Busch, Ed  wrote:
> 
> We are doing Print Resource to PDF for a Resource that fails during the 
> background job execution. The errors that appear are below.
> Any suggestions on pinpointing what is causing the problem? I’m wondering if 
> it’s this component line
> Betty MacDowell Resource Files for Publication:  render="italic">Michigan Women: First & Founders as it’s the first use 
> of & that isn’t  Grasping at straws.
>  
> Thanks!
>  
> Ed
>  
> Generating PDF for Michigan Women's Studies Association records 
> org.xml.sax.SAXParseException; lineNumber: 84; columnNumber: 49129; The 
> entity name must immediately follow the '&' in the entity reference.
> net.sf.saxon.s9api.DocumentBuilder.build(net/sf/saxon/s9api/DocumentBuilder.java:379)
> java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
> org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:453)
> org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:314)
> RUBY.parse(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/xml.rb:28)
> RUBY.XML(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/processor.rb:58)
> RUBY.XML(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/xml.rb:10)
> RUBY.to_fo(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/AS_fop.rb:32)
> RUBY.to_pdf(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/AS_fop.rb:38)
> RUBY.block in 
> run(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/job_runners/print_to_pdf_runner.rb:45)
> usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.request_context.open(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/request_context.rb:24)
> RUBY.run(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/job_runners/print_to_pdf_runner.rb:14)
> usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.background_job_queue.invokeOther45:run(usr/local/archivesspace/data/tmp/jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_/webapp/WEB_minus_INF/app/lib//usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:126)
> usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.background_job_queue.run_pending_job(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:126)
> RUBY.block in 
> start_background_thread(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:169)
> org.jruby.RubyProc.call(org/jruby/RubyProc.java:289)
> org.jruby.RubyProc.call(org/jruby/RubyProc.java:246)
> java.lang.Thread.run(java/lang/Thread.java:748)
>  
>  
>  
> Ed Busch, MLIS
> Acting Director
> Electronic Records Archivist
> Michigan State University Archives
> Conrad Hall
> 943 Conrad Road, Room 101
> East Lansing, MI 48824
> 517-884-6438
> busch...@msu.edu 
>  
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org 
> 
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group 
> 


smime.p7s
Description: S/MIME cryptographic signature
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Error when creating PDF Finding Aid Export

2019-03-29 Thread Seth Shaw
Your guess that "Michigan Women: First & Founders" is causing the failure
is probably correct. ArchivesSpace won't encode those ampersands for you.
We explicitly train our staff to replace ampersands with `` but we
still occasionally see these errors pop up when someone copy/pastes text
and misses one (mostly in citation URLs in notes). Just search for the
offending phrase and update the corresponding value.

On Fri, Mar 29, 2019 at 10:37 AM Busch, Ed  wrote:

> We are doing Print Resource to PDF for a Resource that fails during the
> background job execution. The errors that appear are below.
>
> Any suggestions on pinpointing what is causing the problem? I’m wondering
> if it’s this component line
>
> Betty MacDowell Resource Files for Publication:  render="italic">Michigan Women: First & Founders as it’s the first
> use of & that isn’t  Grasping at straws.
>
>
>
> Thanks!
>
>
>
> Ed
>
>
>
> Generating PDF for Michigan Women's Studies Association records
>
> org.xml.sax.SAXParseException; lineNumber: 84; columnNumber: 49129; The
> entity name must immediately follow the '&' in the entity reference.
>
>
> net.sf.saxon.s9api.DocumentBuilder.build(net/sf/saxon/s9api/DocumentBuilder.java:379)
>
> java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
>
>
> org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:453)
>
>
> org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:314)
>
>
> RUBY.parse(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/xml.rb:28)
>
>
> RUBY.XML(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/processor.rb:58)
>
>
> RUBY.XML(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/xml.rb:10)
>
>
> RUBY.to_fo(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/AS_fop.rb:32)
>
>
> RUBY.to_pdf(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/AS_fop.rb:38)
>
> RUBY.block in
> run(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/job_runners/print_to_pdf_runner.rb:45)
>
>
> usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.request_context.open(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/request_context.rb:24)
>
>
> RUBY.run(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/job_runners/print_to_pdf_runner.rb:14)
>
>
> usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.background_job_queue.invokeOther45:run(usr/local/archivesspace/data/tmp/jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_/webapp/WEB_minus_INF/app/lib//usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:126)
>
>
> usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.background_job_queue.run_pending_job(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:126)
>
> RUBY.block in
> start_background_thread(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:169)
>
> org.jruby.RubyProc.call(org/jruby/RubyProc.java:289)
>
> org.jruby.RubyProc.call(org/jruby/RubyProc.java:246)
>
> java.lang.Thread.run(java/lang/Thread.java:748)
>
>
>
>
>
>
>
> *Ed Busch, MLIS*
>
> Acting Director
>
> Electronic Records Archivist
>
> Michigan State University Archives
>
> Conrad Hall
>
> 943 Conrad Road, Room 101
>
> East Lansing, MI 48824
>
> 517-884-6438
>
> busch...@msu.edu
>
>
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


[Archivesspace_Users_Group] ArchivesSpace Update - March 2019

2019-03-29 Thread Christine Di Bella
[ASpaceOrgHome.jpg]

March 2019 Update
Development

We continue to work on our next release, which, pending further development and 
testing, we are aiming to put out in April. Thanks to all who have helped with 
testing or pull requests so far.

ArchivesSpace is always interested in more development help. Depending on your 
interest and availability, we have lots of suggestions for projects small and 
big that developers and tech-savvy archivists of all experience levels could 
help with to make ArchivesSpace better for everyone. If you're interested in 
writing code and helping with ArchivesSpace development, or if you know someone 
who might be, please contact Program Manager Christine Di Bella 
(christine.dibe...@lyrasis.org) or Tech 
Lead Laney McGlohon 
(laney.mcglo...@lyrasis.org) for more 
details.

Open Call on Reports - April 3

Please join us at 1:00 p.m. Eastern time on Wednesday, April 3, for an 
ArchivesSpace open call discussion focused on reports.  The User Advisory 
Council Reports sub-team is interested in learning about the community's use of 
the existing reports, use cases, and pain points. The sub-team will use this 
feedback to inform their next steps. Some questions and discussion items are 
posted on the wiki page for the call. Feel free to add more by using the 
comments section on the page. 
https://archivesspace.atlassian.net/wiki/spaces/ADC/pages/834994187/2019-04-03+UAC+Reports+Open+Call.

Connection information:

https://zoom.us/j/926134522

Dial by your location (if you cannot connect to the audio with your computer)

+1 646 876 9923 US (New York)

+1 669 900 6833 US (San Jose)

Meeting ID: 926 134 522

Find your local number: https://zoom.us/u/abY0PUiwRs

Follow Up from ArchivesSpace Online Forum - March 18

Thank you to all who attended our first Online Forum on March 18. We were so 
thrilled with the variety of speakers, topics, and attendees, and the 
possibilities for the future. Links to presentations, notes, and other 
materials are at 
https://archivesspace.atlassian.net/wiki/spaces/ADC/pages/802127927/ASpace+Online+Forum+2019.
 We are still editing the recordings, but hope to make them available soon.

Given the wonderful response, we expect to hold similar events in the future, 
but we want to hear from you what you liked, what would have made it better, 
and your ideas for future topics, speakers, and formats. Please fill out an 
evaluation to give us your feedback: https://www.surveymonkey.com/r/7VXYKQK.

Nominations Being Accepted for Our Advisory Councils Through April 19

Community governance is vital to ArchivesSpace, and the community members that 
serve on our governance groups provide essential leadership and coordination 
for a wide range of activities. More information about these groups is 
available at https://archivesspace.org/governance-board-and-councils.

The Nominating Committee is accepting nominations for several openings on our 
User Advisory Council and Technical Advisory Council through April 19. The User 
Advisory Council is open to those from ArchivesSpace member institutions only. 
The Technical Advisory Council is open to non-members as well. We especially 
encourage those from small institutions and non-academic institutions to apply. 
If you have questions about or are interested in nominating yourself or someone 
else for a two-year term on one of the Councils, please contact Christine Di 
Bella (christine.dibe...@lyrasis.org).

Connect with ArchivesSpace in Person

Christine will be at the Midwest Archives Conference (MAC) annual meeting in 
Detroit from April 4-5. Come find her in the exhibit hall to talk about the 
ArchivesSpace application, our community activities, membership, and more. Our 
organizational home, LYRASIS, will also have a table at MAC, and Tom Clareson 
(Senior Digital and Preservation Services Consultant ) and Katy Klettinger 
(Outreach Representative, Mid-Atlantic & Great Lakes ) will be on hand to 
advise on the many services LYRASIS offers, including ArchivesSpace hosting. 
You can also catch up with Katy at the LYRASIS happy hour at Ready Player 
One, 407 E. Fort St., on Friday April 5 from 5-7 
p.m.

Hannah Rosen (Licensing Specialist and Digitization Program Coordinator) will 
host a LYRASIS happy hour at the Mid-Atlantic Regional Archives Conference 
(MARAC) spring meeting in Morgantown, West Virginia, on Thursday, April 11, 
from 6-7:30 p.m., at Table 9, 40 Donley St. You can 
also meet up with Hannah at the LYRASIS table in the exhibit hall on Friday, 
April 12.

Membership Update

We are excited to welcome our newest members to our community! Our new members 
since February 28 include:

  *   Medical University of South Carolina
  *   Mike Kelley Foundation for the Arts
  *   Pratt Institute Libraries

As of March 29, we have 380 General 

[Archivesspace_Users_Group] Error when creating PDF Finding Aid Export

2019-03-29 Thread Busch, Ed
We are doing Print Resource to PDF for a Resource that fails during the 
background job execution. The errors that appear are below.
Any suggestions on pinpointing what is causing the problem? I'm wondering if 
it's this component line
Betty MacDowell Resource Files for Publication: Michigan 
Women: First & Founders as it's the first use of & that isn't  
Grasping at straws.

Thanks!

Ed

Generating PDF for Michigan Women's Studies Association records
org.xml.sax.SAXParseException; lineNumber: 84; columnNumber: 49129; The entity 
name must immediately follow the '&' in the entity reference.
net.sf.saxon.s9api.DocumentBuilder.build(net/sf/saxon/s9api/DocumentBuilder.java:379)
java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:453)
org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:314)
RUBY.parse(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/xml.rb:28)
RUBY.XML(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/processor.rb:58)
RUBY.XML(/usr/local/archivesspace/gems/gems/saxon-xslt-0.8.2.1-java/lib/saxon/xml.rb:10)
RUBY.to_fo(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/AS_fop.rb:32)
RUBY.to_pdf(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/AS_fop.rb:38)
RUBY.block in 
run(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/job_runners/print_to_pdf_runner.rb:45)
usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.request_context.open(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/request_context.rb:24)
RUBY.run(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/job_runners/print_to_pdf_runner.rb:14)
usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.background_job_queue.invokeOther45:run(usr/local/archivesspace/data/tmp/jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_/webapp/WEB_minus_INF/app/lib//usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:126)
usr.local.archivesspace.data.tmp.jetty_minus_0_dot_0_dot_0_dot_0_minus_8099_minus_backend_dot_war_minus___minus_any_minus_.webapp.WEB_minus_INF.app.lib.background_job_queue.run_pending_job(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:126)
RUBY.block in 
start_background_thread(/usr/local/archivesspace/data/tmp/jetty-0.0.0.0-8099-backend.war-_-any-/webapp/WEB-INF/app/lib/background_job_queue.rb:169)
org.jruby.RubyProc.call(org/jruby/RubyProc.java:289)
org.jruby.RubyProc.call(org/jruby/RubyProc.java:246)
java.lang.Thread.run(java/lang/Thread.java:748)



Ed Busch, MLIS
Acting Director
Electronic Records Archivist
Michigan State University Archives
Conrad Hall
943 Conrad Road, Room 101
East Lansing, MI 48824
517-884-6438
busch...@msu.edu

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group