<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Yes, Steven, by following your way, I changed line 47 from
    @output.close to @output.rewind and now I see the problem is gone. <br>
    Good catch. Thank you very much.<br>
    <br>
    Mang<br>
    <br>
    <div class="moz-cite-prefix">On 4/8/2015 8:24 PM, Steven Majewski
      wrote:<br>
    </div>
    <blockquote
      cite="mid:E60B5815-F9DF-447D-8A7E-71E81BCD3808@virginia.edu"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div><br>
      </div>
      <div>Sorry: I didn’t catch that distinction the first time. </div>
      <div>Running the development server, it also does not work for me
        under OSX.</div>
      <div><br>
      </div>
      <div>I can’t say that I totally understand what’s going on and why
        it would work</div>
      <div>in one environment and not another, but changing this one
        line made it work</div>
      <div>for me under devserver:</div>
      <div><br>
      </div>
      <div>
        <div style="margin: 0px; font-size: 15px; color: rgb(105, 40,
          40); background-color: rgb(255, 206, 182);"><b>diff --git
            a/backend/app/lib/AS_fop.rb b/backend/app/lib/AS_fop.rb</b></div>
        <div style="margin: 0px; font-size: 15px; color: rgb(105, 40,
          40); background-color: rgb(255, 206, 182);"><b>index
            9b95762..a042cd9 100644</b></div>
        <div style="margin: 0px; font-size: 15px; color: rgb(105, 40,
          40); background-color: rgb(255, 206, 182);"><b>---
            a/backend/app/lib/AS_fop.rb</b></div>
        <div style="margin: 0px; font-size: 15px; color: rgb(105, 40,
          40); background-color: rgb(255, 206, 182);"><b>+++
            b/backend/app/lib/AS_fop.rb</b></div>
        <div style="margin: 0px; font-size: 15px; color: rgb(0, 161,
          174); background-color: rgb(255, 206, 182);">@@ -44,7 +44,7 @@<span
            style="color: #000000"> class ASFop</span></div>
        <div style="margin: 0px; font-size: 15px; background-color:
          rgb(255, 206, 182);">       res =
          SAXResult.new(fop.getDefaultHandler)</div>
        <div style="margin: 0px; font-size: 15px; background-color:
          rgb(255, 206, 182);">      
          transformer.transform(StreamSource.new(fo), res)</div>
        <div style="margin: 0px; font-size: 15px; background-color:
          rgb(255, 206, 182);">     ensure</div>
        <div style="margin: 0px; font-size: 15px; color: rgb(176, 36,
          18); background-color: rgb(255, 206, 182);">-    
          @output.close</div>
        <div style="margin: 0px; font-size: 15px; color: rgb(0, 164, 0);
          background-color: rgb(255, 206, 182);">+     @output.rewind</div>
        <div style="margin: 0px; font-size: 15px; background-color:
          rgb(255, 206, 182);">     end</div>
        <div style="margin: 0px; font-size: 15px; background-color:
          rgb(255, 206, 182);">     @output </div>
        <div style="margin: 0px; font-size: 15px; background-color:
          rgb(255, 206, 182);">   end</div>
      </div>
      <div><br>
      </div>
      <div><br>
      </div>
      <br>
      <div>
        <div>On Apr 8, 2015, at 3:35 PM, Mang Sun <<a
            moz-do-not-send="true" href="mailto:mang.sun@rice.edu">mang.sun@rice.edu</a>>
          wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite">
          <div bgcolor="#FFFFFF" text="#000000" style="font-family:
            Menlo-Regular; font-size: 14px; 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;
            -webkit-text-stroke-width: 0px;">Thank you Chris. I need to
            clarify  that  the problem I ever reported is only with the
            development application  (public interface) running at 3001.<br>
            For the compiled, built and deployed applications, i don't
            see any problem with this link.  Today, I also cloned the
            newest plugin to replace the existing one from GitHub,
            restarted all the development applications  and the problem
            is still there with the development server (Public
            Interface) running at 3001. But again once the applications
            got built and deployed (using "archivesspace.sh start"), the
            problem is gone.<br>
            Mang.<br>
            <br>
            <div class="moz-cite-prefix">On 4/8/2015 2:59 AM, Chris
              Fitzpatrick wrote:<br>
            </div>
            <blockquote cite="mid:1428479992653.18332@lyrasis.org"
              type="cite">
              <div id="divtagdefaultwrapper" style="font-size: 12pt;
                background-color: rgb(255, 255, 255); font-family:
                Calibri, Arial, Helvetica, sans-serif;">
                <div style="margin-top: 0px; margin-bottom: 0px;">Hi
                  Everyone,</div>
                <div style="margin-top: 0px; margin-bottom: 0px;"><br>
                </div>
                <div style="margin-top: 0px; margin-bottom: 0px;">It
                  looks like the generate PDF as a background job in
                  version 1.2.0 broke the aspace-public-formats plugin
                  PDF export feature.</div>
                <div style="margin-top: 0px; margin-bottom: 0px;">I've
                  fixed the plugin here :<span
                    class="Apple-converted-space"> </span><a
                    moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://github.com/archivesspace/aspace-public-formats">https://github.com/archivesspace/aspace-public-formats</a><br>
                </div>
                <div style="margin-top: 0px; margin-bottom: 0px;">If you
                  need this feature, please remove the version of the
                  plugin you have currently installed and replace it
                  with the version on github and restart ASpace.</div>
                <div style="margin-top: 0px; margin-bottom: 0px;"><br>
                </div>
                <div style="margin-top: 0px; margin-bottom: 0px;">Also,
                  please note that the public-format plugin PDF feature
                  will not work for large resources.</div>
                <div style="margin-top: 0px; margin-bottom: 0px;"><br>
                </div>
                <div style="margin-top: 0px; margin-bottom: 0px;">Sorry
                  about the inconvenience. Let us know if you have other
                  issues or questions...</div>
                <div style="margin-top: 0px; margin-bottom: 0px;">b,chris.<span
                    class="Apple-converted-space"> </span><br>
                </div>
                <div style="margin-top: 0px; margin-bottom: 0px;"><br>
                </div>
                <div id="Signature">
                  <div name="divtagdefaultwrapper" style="font-family:
                    Calibri, Arial, Helvetica, sans-serif; margin: 0px;">
                    <div class="BodyFragment"><font size="2">Chris
                        Fitzpatrick | Developer, ArchivesSpace<br>
                        Skype: chrisfitzpat  | Phone: 918.236.6048<br>
                        <a moz-do-not-send="true"
                          class="moz-txt-link-freetext"
                          href="http://archivesspace.org/">http://archivesspace.org/</a><br>
                      </font></div>
                  </div>
                </div>
                <div style="color: rgb(33, 33, 33);">
                  <hr tabindex="-1" style="display: inline-block; width:
                    1282px;">
                  <div id="divRplyFwdMsg" dir="ltr"><font
                      style="font-size: 11pt;" face="Calibri,
                      sans-serif"><b>From:</b><span
                        class="Apple-converted-space"> </span><a
                        moz-do-not-send="true"
                        class="moz-txt-link-abbreviated"
                        href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org">archivesspace_users_group-bounces@lyralists.lyrasis.org</a><span
                        class="Apple-converted-space"> </span><a
                        moz-do-not-send="true"
                        class="moz-txt-link-rfc2396E"
                        href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org"><archivesspace_users_group-bounces@lyralists.lyrasis.org></a><span
                        class="Apple-converted-space"> </span>on behalf
                      of Mang Sun<span class="Apple-converted-space"> </span><a
                        moz-do-not-send="true"
                        class="moz-txt-link-rfc2396E"
                        href="mailto:mang.sun@rice.edu"><mang.sun@rice.edu></a><br>
                      <b>Sent:</b><span class="Apple-converted-space"> </span>Tuesday,
                      April 7, 2015 6:26 PM<br>
                      <b>To:</b><span class="Apple-converted-space"> </span>Archivesspace
                      Users Group<br>
                      <b>Subject:</b><span class="Apple-converted-space"> </span>Re:
                      [Archivesspace_Users_Group] The ead_pdf link
                      generated by plugin public_formats_resource_links
                      does not work with AS 1.2</font>
                    <div> </div>
                  </div>
                  <div><br>
                    Thank you again Brad.  I also have tested this
                    version on MAC OS X and still see the same issue
                    with the ead_pdf link of this plugin.<br>
                    <br>
                    Mang<br>
                    <br>
                    <br>
                    <div class="moz-cite-prefix">On 4/7/2015 6:15 AM,
                      Brad Westbrook wrote:<br>
                    </div>
                    <blockquote type="cite">
                      <div class="WordSection1">
                        <div style="margin: 0in 0in 0.0001pt; font-size:
                          12pt;"><span style="font-size: 11pt;
                            font-family: Calibri, sans-serif; color:
                            rgb(31, 73, 125);">Windows 7, Mang.</span></div>
                        <p class="MsoNormal" style="margin: 0in 0in
                          0.0001pt; font-size: 12pt;"><span
                            style="font-size: 11pt; font-family:
                            Calibri, sans-serif; color: rgb(31, 73,
                            125);"> </span></p>
                        <div style="margin: 0in 0in 0.0001pt; font-size:
                          12pt;"><span style="font-size: 11pt;
                            font-family: Calibri, sans-serif; color:
                            rgb(31, 73, 125);">Brad</span></div>
                        <p class="MsoNormal" style="margin: 0in 0in
                          0.0001pt; font-size: 12pt;"><span
                            style="font-size: 11pt; font-family:
                            Calibri, sans-serif; color: rgb(31, 73,
                            125);"> </span></p>
                        <p class="MsoNormal" style="margin: 0in 0in
                          0.0001pt; font-size: 12pt;"><span
                            style="font-size: 11pt; font-family:
                            Calibri, sans-serif; color: rgb(31, 73,
                            125);"> </span></p>
                        <div>
                          <div style="border-style: solid none none;
                            border-top-color: rgb(181, 196, 223);
                            border-top-width: 1pt; padding: 3pt 0in
                            0in;">
                            <div style="margin: 0in 0in 0.0001pt;
                              font-size: 12pt;"><b><span
                                  style="font-size: 10pt; font-family:
                                  Tahoma, sans-serif; color:
                                  windowtext;">From:</span></b><span
                                style="font-size: 10pt; font-family:
                                Tahoma, sans-serif; color: windowtext;"><span
                                  class="Apple-converted-space"> </span><a
                                  moz-do-not-send="true"
                                  class="moz-txt-link-abbreviated"
                                  href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org"
                                  style="color: blue; text-decoration:
                                  underline;">archivesspace_users_group-bounces@lyralists.lyrasis.org</a><span
                                  class="Apple-converted-space"> </span>[<a
                                  moz-do-not-send="true"
                                  class="moz-txt-link-freetext"
                                  href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org"
                                  style="color: blue; text-decoration:
                                  underline;">mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org</a>]<span
                                  class="Apple-converted-space"> </span><b>On
                                  Behalf Of<span
                                    class="Apple-converted-space"> </span></b>Mang
                                Sun<br>
                                <b>Sent:</b><span
                                  class="Apple-converted-space"> </span>Monday,
                                April 06, 2015 6:11 PM<br>
                                <b>To:</b><span
                                  class="Apple-converted-space"> </span>Archivesspace
                                Users Group<br>
                                <b>Subject:</b><span
                                  class="Apple-converted-space"> </span>Re:
                                [Archivesspace_Users_Group] The ead_pdf
                                link generated by plugin
                                public_formats_resource_links does not
                                work with AS 1.2</span></div>
                          </div>
                        </div>
                        <p class="MsoNormal" style="margin: 0in 0in
                          0.0001pt; font-size: 12pt;"> </p>
                        <div style="margin: 0in 0in 0.0001pt; font-size:
                          12pt;">By the way, under which OS is your AS
                          1.2 running ?  Mine is Redhat 6.4.<br>
                          <br>
                          Mang</div>
                        <div>
                          <div style="margin: 0in 0in 0.0001pt;
                            font-size: 12pt;">On 4/6/2015 12:47 PM, Brad
                            Westbrook wrote:</div>
                        </div>
                        <blockquote style="margin-top: 5pt;
                          margin-bottom: 5pt;">
                          <div style="margin: 0in 0in 0.0001pt;
                            font-size: 12pt;"><span style="font-size:
                              11pt; font-family: Calibri, sans-serif;
                              color: rgb(31, 73, 125);">Hi, Mang</span></div>
                          <p class="MsoNormal" style="margin: 0in 0in
                            0.0001pt; font-size: 12pt;"><span
                              style="font-size: 11pt; font-family:
                              Calibri, sans-serif; color: rgb(31, 73,
                              125);"> </span></p>
                          <div style="margin: 0in 0in 0.0001pt;
                            font-size: 12pt;"><span style="font-size:
                              11pt; font-family: Calibri, sans-serif;
                              color: rgb(31, 73, 125);">I just
                              successfully tested the public formats
                              plugin for all three options.  I tested it
                              in a localhost install using the embedded
                              Derby database. </span></div>
                          <p class="MsoNormal" style="margin: 0in 0in
                            0.0001pt; font-size: 12pt;"><span
                              style="font-size: 11pt; font-family:
                              Calibri, sans-serif; color: rgb(31, 73,
                              125);"> </span></p>
                          <div style="margin: 0in 0in 0.0001pt;
                            font-size: 12pt;"><span style="font-size:
                              11pt; font-family: Calibri, sans-serif;
                              color: rgb(31, 73, 125);">Brad W. </span></div>
                          <p class="MsoNormal" style="margin: 0in 0in
                            0.0001pt; font-size: 12pt;"><span
                              style="font-size: 11pt; font-family:
                              Calibri, sans-serif; color: rgb(31, 73,
                              125);"> </span></p>
                          <div>
                            <div style="border-style: solid none none;
                              border-top-color: rgb(181, 196, 223);
                              border-top-width: 1pt; padding: 3pt 0in
                              0in;">
                              <div style="margin: 0in 0in 0.0001pt;
                                font-size: 12pt;"><b><span
                                    style="font-size: 10pt; font-family:
                                    Tahoma, sans-serif; color:
                                    windowtext;">From:</span></b><span
                                  style="font-size: 10pt; font-family:
                                  Tahoma, sans-serif; color:
                                  windowtext;"><span
                                    class="Apple-converted-space"> </span><a
                                    moz-do-not-send="true"
                                    href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org"
                                    style="color: blue; text-decoration:
                                    underline;">archivesspace_users_group-bounces@lyralists.lyrasis.org</a><span
                                    class="Apple-converted-space"> </span>[<a
                                    moz-do-not-send="true"
                                    href="mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org"
                                    style="color: blue; text-decoration:
                                    underline;">mailto:archivesspace_users_group-bounces@lyralists.lyrasis.org</a>]<span
                                    class="Apple-converted-space"> </span><b>On
                                    Behalf Of<span
                                      class="Apple-converted-space"> </span></b>Mang
                                  Sun<br>
                                  <b>Sent:</b><span
                                    class="Apple-converted-space"> </span>Monday,
                                  April 06, 2015 1:15 PM<br>
                                  <b>To:</b><span
                                    class="Apple-converted-space"> </span>Archivesspace
                                  Users Group<br>
                                  <b>Subject:</b><span
                                    class="Apple-converted-space"> </span>Re:
                                  [Archivesspace_Users_Group] The
                                  ead_pdf link generated by plugin
                                  public_formats_resource_links does not
                                  work with AS 1.2</span></div>
                            </div>
                          </div>
                          <p class="MsoNormal" style="margin: 0in 0in
                            0.0001pt; font-size: 12pt;"> </p>
                          <div style="margin: 0in 0in 0.0001pt;
                            font-size: 12pt;">Can somebody or the
                            development team confirm whether the
                            public_formats_resource_links plugin still
                            works with AS 1.2?<span
                              class="Apple-converted-space"> </span><br>
                            <br>
                            Mang Sun<br>
                            Rice U.</div>
                          <div>
                            <div style="margin: 0in 0in 0.0001pt;
                              font-size: 12pt;">On 4/2/2015 10:49 AM,
                              Mang Sun wrote:</div>
                          </div>
                          <blockquote style="margin-top: 5pt;
                            margin-bottom: 5pt;">
                            <div style="margin: 0in 0in 0.0001pt;
                              font-size: 12pt; font-family: 'Times New
                              Roman', serif;">When clicking the ead_pdf
                              link turned on by the
                              public_formats_resource_links plugin does
                              not work with AS 1.2 throwing the error
                              message as follows.       -Mang Sun Rice
                              U.</div>
                            <h1 style="margin-right: 0in; margin-left:
                              0in; font-size: 24pt; font-weight: bold;">EOFError
                              in PublicFormatsController#generate</h1>
                            <p style="margin-top: 0px; margin-bottom:
                              12pt;"><code style="font-family: 'Courier
                                New';"><span style="font-size: 10pt;">Rails.root:
/opt/download/ASpace/archivesspace-1.2.0/public</span></code></p>
                            <p class="MsoNormal" style="margin: 0in 0in
                              0.0001pt; font-size: 12pt;"> </p>
                            <h2 style="margin-top: 22.5pt; margin-right:
                              0in; margin-left: 0in; font-size: 18pt;
                              font-family: 'Times New Roman', serif;
                              font-weight: bold;">Request</h2>
                            <div style="margin-top: 0px; margin-bottom:
                              0px;"><b>Parameters</b>:</div>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">{"repo_id"=>"2",</pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"> "type"=>"resources",</pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"> "id"=>"116",</pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"> "format"=>"ead_pdf"}</pre>
                            <div style="margin-top: 0px; margin-bottom:
                              0px;"><a moz-do-not-send="true"
href="http://10.74.22.26:3001/repositories/2/resources/116/format/ead_pdf"
                                style="color: blue; text-decoration:
                                underline;">Show session dump</a></div>
                            <div id="session_dump">
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">_csrf_token: "PSHg/+xWc6vsA3SkFp5yNu544UvTf9agbMpz6ZY3ir0="</pre>
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">session_id: "c419289cb412f46af571004e4b0c0830"</pre>
                            </div>
                            <div style="margin-top: 0px; margin-bottom:
                              0px;"><a moz-do-not-send="true"
href="http://10.74.22.26:3001/repositories/2/resources/116/format/ead_pdf"
                                style="color: blue; text-decoration:
                                underline;">Show env dump</a></div>
                            <div id="env_dump">
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">GATEWAY_INTERFACE: "CGI/1.2"</pre>
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">HTTP_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"</pre>
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">HTTP_ACCEPT_ENCODING: "gzip, deflate"</pre>
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">HTTP_ACCEPT_LANGUAGE: "en-US,en;q=0.5"</pre>
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">REMOTE_ADDR: "10.xx.xx.xx"</pre>
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">SERVER_NAME: "10.xx.22.xx"</pre>
                              <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">SERVER_PROTOCOL: "HTTP/1.1"</pre>
                            </div>
                            <h2 style="margin-top: 22.5pt; margin-right:
                              0in; margin-left: 0in; font-size: 18pt;
                              font-family: 'Times New Roman', serif;
                              font-weight: bold;">Response</h2>
                            <div style="margin-top: 0px; margin-bottom:
                              0px;"><b>Headers</b>:</div>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">None</pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">-----------------</pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">The Full trace is pasted as below.</pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"> </pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">org/jruby/RubyIO.java:2858:in `read_nonblock'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/protocol.rb:141:in `rbuf_fill'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/protocol.rb:122:in `readuntil'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/protocol.rb:132:in `readline'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:2779:in `read_chunked'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:2759:in `read_body_0'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:2719:in `read_body'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:2744:in `body'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:2681:in `reading_body'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:1330:in `transport_request'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">org/jruby/RubyKernel.java:1270:in `catch'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:1325:in `transport_request'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:1302:in `request'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:1295:in `request'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:746:in `start'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/build/jruby-complete-1.7.18.jar!/META-INF/jruby.home/lib/ruby/1.9/net/http.rb:1293:in `request'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/plugins/aspace-public-formats/public/controllers/public_formats_controller.rb:18:in `handle'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">/opt/download/ASpace/archivesspace-1.2.0/plugins/aspace-public-formats/public/controllers/public_formats_controller.rb:5:in `generate'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal/implicit_render.rb:4:in `send_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/abstract_controller/base.rb:167:in `process_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal/rendering.rb:10:in `process_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/abstract_controller/callbacks.rb:18:in `process_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/callbacks.rb:439:in `_run__487387345__process_action__240924115__callbacks'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/callbacks.rb:405:in `__run_callback'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/callbacks.rb:390:in `_run_process_action_callbacks'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/callbacks.rb:81:in `run_callbacks'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/abstract_controller/callbacks.rb:17:in `process_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal/rescue.rb:29:in `process_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:30:in `process_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/notifications.rb:123:in `instrument'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/notifications/instrumenter.rb:20:in `instrument'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/notifications/instrumenter.rb:19:in `instrument'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/notifications.rb:123:in `instrument'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:29:in `process_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/abstract_controller/base.rb:121:in `process'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/abstract_controller/rendering.rb:45:in `process'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal.rb:203:in `dispatch'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_controller/metal.rb:246:in `action'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">org/jruby/RubyProc.java:271:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:36:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">journey (1.0.4) lib/journey/router.rb:68:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">org/jruby/RubyArray.java:1613:in `each'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">journey (1.0.4) lib/journey/router.rb:56:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:608:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">rack (1.4.5) lib/rack/etag.rb:23:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/head.rb:14:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/params_parser.rb:21:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/flash.rb:242:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/cookies.rb:341:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/callbacks.rb:28:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/callbacks.rb:408:in `_run__1026630806__call__1019491275__callbacks'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/callbacks.rb:405:in `__run_callback'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/callbacks.rb:390:in `_run_call_callbacks'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/callbacks.rb:81:in `run_callbacks'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/callbacks.rb:27:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/reloader.rb:65:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">railties (3.2.19) lib/rails/rack/logger.rb:32:in `call_app'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">railties (3.2.19) lib/rails/rack/logger.rb:16:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/tagged_logging.rb:22:in `tagged'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">railties (3.2.19) lib/rails/rack/logger.rb:16:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/request_id.rb:22:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">rack (1.4.5) lib/rack/runtime.rb:17:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">activesupport (3.2.19) lib/active_support/cache/strategy/local_cache.rb:72:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">rack (1.4.5) lib/rack/lock.rb:15:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">actionpack (3.2.19) lib/action_dispatch/middleware/static.rb:63:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">railties (3.2.19) lib/rails/engine.rb:484:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">railties (3.2.19) lib/rails/application.rb:231:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">rack (1.4.5) lib/rack/content_length.rb:14:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">railties (3.2.19) lib/rails/rack/log_tailer.rb:17:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">puma-2.8.2 (java) lib/puma/server.rb:490:in `handle_request'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">puma-2.8.2 (java) lib/puma/server.rb:488:in `handle_request'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">puma-2.8.2 (java) lib/puma/server.rb:361:in `process_client'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">puma-2.8.2 (java) lib/puma/server.rb:254:in `run'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">org/jruby/RubyProc.java:271:in `call'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><code style="font-family: 'Courier New';">puma-2.8.2 (java) lib/puma/thread_pool.rb:92:in `spawn_thread'</code></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"> </pre>
                            <div style="margin: 0in 0in 0.0001pt;
                              font-size: 12pt;"><br>
                              <br>
                              <br>
                              <br>
                            </div>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">_______________________________________________</pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">Archivesspace_Users_Group mailing list</pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><a moz-do-not-send="true" href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" style="color: blue; text-decoration: underline;">Archivesspace_Users_Group@lyralists.lyrasis.org</a></pre>
                            <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><a moz-do-not-send="true" href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" style="color: blue; text-decoration: underline;">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a></pre>
                          </blockquote>
                          <p class="MsoNormal" style="margin: 0in 0in
                            0.0001pt; font-size: 12pt;"> </p>
                          <div style="margin: 0in 0in 0.0001pt;
                            font-size: 12pt;"><br>
                            <br>
                            <br>
                          </div>
                          <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">_______________________________________________</pre>
                          <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">Archivesspace_Users_Group mailing list</pre>
                          <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><a moz-do-not-send="true" href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" style="color: blue; text-decoration: underline;">Archivesspace_Users_Group@lyralists.lyrasis.org</a></pre>
                          <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><a moz-do-not-send="true" href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" style="color: blue; text-decoration: underline;">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a></pre>
                        </blockquote>
                        <p class="MsoNormal" style="margin: 0in 0in
                          0.0001pt; font-size: 12pt;"> </p>
                      </div>
                      <br>
                      <fieldset class="mimeAttachmentHeader"></fieldset>
                      <br>
                      <pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';">_______________________________________________
Archivesspace_Users_Group mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" style="color: blue; text-decoration: underline;">Archivesspace_Users_Group@lyralists.lyrasis.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group" style="color: blue; text-decoration: underline;">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a>
</pre>
                    </blockquote>
                    <br>
                  </div>
                </div>
              </div>
              <br>
              <fieldset class="mimeAttachmentHeader"></fieldset>
              <br>
              <pre wrap="">_______________________________________________
Archivesspace_Users_Group mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@lyralists.lyrasis.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a>
</pre>
            </blockquote>
            <br>
            _______________________________________________<br>
            Archivesspace_Users_Group mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br>
            <a moz-do-not-send="true"
href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a><br>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Archivesspace_Users_Group mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org">Archivesspace_Users_Group@lyralists.lyrasis.org</a>
<a class="moz-txt-link-freetext" href="http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>