From Corey.Schmidt at uga.edu Wed Jun 1 10:46:00 2022 From: Corey.Schmidt at uga.edu (Corey Schmidt) Date: Wed, 1 Jun 2022 14:46:00 +0000 Subject: [Archivesspace_Users_Group] Digital Object Module validation error In-Reply-To: References: Message-ID: Hey Julia, In my experience, when a validation error occurs, that means there's something wrong with the data that ArchivesSpace couldn't understand. For example, we write some EAD and XML tags into our notes that are incorrectly formatted, like missing an ending > for instance: Hello, my name is Bob["Property is required but was missing"]} (borrowed from this post). I would check the archival and digital object notes and any other free text fields for errors like these first. If you don't see anything wrong, could you give us more info? Specifically: Are there any other details besides "validation error" that ArchivesSpace is giving you? How are you adding the digital object (through staff interface or spreadsheet importer)? Could you send us the JSON for the archival and digital objects? Corey From: archivesspace_users_group-bounces at lyralists.lyrasis.org On Behalf Of Julia Tanenbaum Sent: Tuesday, May 31, 2022 11:53 AM To: archivesspace_users_group at lyralists.lyrasis.org Subject: [Archivesspace_Users_Group] Digital Object Module validation error [EXTERNAL SENDER - PROCEED CAUTIOUSLY] Dear ArchivesSpace users, I am attempting to add a digital object to a record for the same item as an instance. It already has a physical instance. When I try to add it I get a "validation error." Does anyone know what I am doing wrong? Sincerely Julia Tanenbaum she/her Project Processing Archivist University of Wisconsin Madison University Archives **My working day may not be your working day. Please do not feel obliged to reply to this email outside of your normal working hours.** -------------- next part -------------- An HTML attachment was scrubbed... URL: From hanstra at nd.edu Wed Jun 1 14:22:12 2022 From: hanstra at nd.edu (Tom Hanstra) Date: Wed, 1 Jun 2022 14:22:12 -0400 Subject: [Archivesspace_Users_Group] Problems with oauth plugin Message-ID: I'm having some problems with our Authentication with OKTA which I'm trying to understand. Because of the problems, I've tried reinstalling the oauth plugin completely. The first problem I ran into was that the current download of: https://github.com/lyrasis/aspace-oauth.git Had a Gemfile containing the line: gem 'addressable', '2.8.0' This caused some gem issues with our 2.81. version of ArchivesSpace because 2.8.0 was evidently newer than the 2.7.0 version that is in the gems directory. I'm not savvy enough with Ruby to know how to deal with that so I simply updated the aspace-oauth Gemvile to read: gem 'addressable', '2.7.0' Not sure if that is legit or not. But it allowed the initialize-plugin script to work. But I'm still running into what was actually the original error we are getting. In the archivesspace.out file, we see this error: -------- INFO: An exception happened during JRuby-Rack startup certificate verify failed --- System jruby 9.2.12.0 (2.5.7) 2020-07-01 db01a49ba6 OpenJDK 64-Bit Server VM 25.312-b07 on 1.8.0_312-b07 +jit [linux-x86_64] Time: 2022-06-01 13:57:45 -0400 Server: jetty/8.1.5.v20120716 jruby.home: uri:classloader://META-INF/jruby.home --- Context Init Parameters: jruby.max.runtimes = 1 jruby.min.runtimes = 1 public.root = / rails.env = production --- Backtrace OpenSSL::SSL::SSLError: certificate verify failed connect at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:1002 do_start at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:924 start at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:913 request at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:1465 [and a lot more ruby stuff] ---------- There seems to be some certificate that the plugin is not happy about. But I cannot determine what certificate it does not like. Both the local certificates and the OKTA certificates are valid. So what is the issue? Anyone seen this before and have ideas? Thanks, Tom -- *Tom Hanstra* *Sr. Systems Administrator* hanstra at nd.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian.duckett at nih.gov Wed Jun 1 16:45:18 2022 From: brian.duckett at nih.gov (Duckett, Brian (NIH/NLM) [C]) Date: Wed, 1 Jun 2022 20:45:18 +0000 Subject: [Archivesspace_Users_Group] Requesting Clarification of development vs production mode Message-ID: Hello, A few weeks ago, we were attempting to resolve an issue with the Mizuno dependency being flagged during an internal security scan. During research efforts we came across the following post. https://archivesspace.org/archives/7226?utm_source=rss&utm_medium=rss&utm_campaign=archivesspace-update-december-2021 This post references two different modes ArchivesSpace can run in, development and production. We are seeking clarification of what the differences are between the two modes, how to implement one versus the other as well as verify which mode we are currently running in. Unfortunately, I have not found this information in the tech docs, so I do apologize in advance if the information is there and has been overlooked. Thank You, Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: From blake.carver at lyrasis.org Wed Jun 1 17:02:22 2022 From: blake.carver at lyrasis.org (Blake Carver) Date: Wed, 1 Jun 2022 21:02:22 +0000 Subject: [Archivesspace_Users_Group] Requesting Clarification of development vs production mode In-Reply-To: References: Message-ID: https://archivesspace.github.io/tech-docs/development/dev.html That explains the development mode. ________________________________ From: archivesspace_users_group-bounces at lyralists.lyrasis.org on behalf of Duckett, Brian (NIH/NLM) [C] Sent: Wednesday, June 1, 2022 4:45 PM To: archivesspace_users_group at lyralists.lyrasis.org Cc: Liu, Steve (NIH/NLM) [C] ; Whitaker, John (NIH/NLM) [C] ; Kalyanasundaram, Sriram (NIH/NLM) [C] Subject: [Archivesspace_Users_Group] Requesting Clarification of development vs production mode Hello, A few weeks ago, we were attempting to resolve an issue with the Mizuno dependency being flagged during an internal security scan. During research efforts we came across the following post. https://archivesspace.org/archives/7226?utm_source=rss&utm_medium=rss&utm_campaign=archivesspace-update-december-2021 This post references two different modes ArchivesSpace can run in, development and production. We are seeking clarification of what the differences are between the two modes, how to implement one versus the other as well as verify which mode we are currently running in. Unfortunately, I have not found this information in the tech docs, so I do apologize in advance if the information is there and has been overlooked. Thank You, Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: From blake.carver at lyrasis.org Wed Jun 1 17:10:29 2022 From: blake.carver at lyrasis.org (Blake Carver) Date: Wed, 1 Jun 2022 21:10:29 +0000 Subject: [Archivesspace_Users_Group] Problems with oauth plugin In-Reply-To: References: Message-ID: You might try this branch, there was a weird issue with that for a while, I think maybe this fixed that? https://github.com/lyrasis/aspace-oauth/tree/unlock-address This was the only change https://github.com/lyrasis/aspace-oauth/pull/23/files That was a while back, so things may have changed since on some of those gems. ________________________________ From: archivesspace_users_group-bounces at lyralists.lyrasis.org on behalf of Tom Hanstra Sent: Wednesday, June 1, 2022 2:22 PM To: Archivesspace Users Group Subject: [Archivesspace_Users_Group] Problems with oauth plugin I'm having some problems with our Authentication with OKTA which I'm trying to understand. Because of the problems, I've tried reinstalling the oauth plugin completely. The first problem I ran into was that the current download of: https://github.com/lyrasis/aspace-oauth.git Had a Gemfile containing the line: gem 'addressable', '2.8.0' This caused some gem issues with our 2.81. version of ArchivesSpace because 2.8.0 was evidently newer than the 2.7.0 version that is in the gems directory. I'm not savvy enough with Ruby to know how to deal with that so I simply updated the aspace-oauth Gemvile to read: gem 'addressable', '2.7.0' Not sure if that is legit or not. But it allowed the initialize-plugin script to work. But I'm still running into what was actually the original error we are getting. In the archivesspace.out file, we see this error: -------- INFO: An exception happened during JRuby-Rack startup certificate verify failed --- System jruby 9.2.12.0 (2.5.7) 2020-07-01 db01a49ba6 OpenJDK 64-Bit Server VM 25.312-b07 on 1.8.0_312-b07 +jit [linux-x86_64] Time: 2022-06-01 13:57:45 -0400 Server: jetty/8.1.5.v20120716 jruby.home: uri:classloader://META-INF/jruby.home --- Context Init Parameters: jruby.max.runtimes = 1 jruby.min.runtimes = 1 public.root = / rails.env = production --- Backtrace OpenSSL::SSL::SSLError: certificate verify failed connect at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:1002 do_start at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:924 start at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:913 request at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:1465 [and a lot more ruby stuff] ---------- There seems to be some certificate that the plugin is not happy about. But I cannot determine what certificate it does not like. Both the local certificates and the OKTA certificates are valid. So what is the issue? Anyone seen this before and have ideas? Thanks, Tom -- Tom Hanstra Sr. Systems Administrator hanstra at nd.edu [https://ci3.googleusercontent.com/mail-sig/AIorK4wQjvBdM9TFi5bR5RBsq_1dY3HTxh-Kg_4W690bwTCSKeVGyazMoj0wdmkNgJ0kfjeRnparhiw] -------------- next part -------------- An HTML attachment was scrubbed... URL: From VivianLea.Solek at Kofc.Org Thu Jun 2 08:04:08 2022 From: VivianLea.Solek at Kofc.Org (Solek, VivianLea) Date: Thu, 2 Jun 2022 12:04:08 +0000 Subject: [Archivesspace_Users_Group] Imported Records Not Showing Up -- Thoughts? Message-ID: Good morning, I was testing my new install of v.3.2 and kept having a problem with imported records (both accessions and resources) not showing up after import. Sometimes, I could navigate to another module and then go back to resources or accessions and then they would be there. Most of the time, I had to completely exit the program and then log back in for the records to appear. I know I had similar issues with this in earlier versions. Does anybody have a clue what might be going on? I would love to be able to point my IT partners in the right direction, if there is something we can "tweak" to make this a non-issue. MANY thanks and have a great day! Best, VivianLea VivianLea Solek Archivist Knights of Columbus Supreme Council Archives 1 State Street New Haven, CT 06511-6702 Phone 203 752-4578 Fax 203 865-0351 CONFIDENTIALITY NOTICE: This message and any attachments may contain confidential, proprietary or legally privileged information and is intended only for the use of the addressee or addressees named above for its intended purpose. If you are not the intended recipient of this message, this message constitutes notice that any review, retransmission, distribution, copying or other use or taking any action in reliance on the information in this message and its attachments, is prohibited. If you receive this communication in error, please immediately advise the sender by reply e-mail and delete this message and its attachments from your system without keeping a copy. Unless expressly stated in this e-mail, nothing in this message may be construed as a digital or electronic signature. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Joshua.D.Shaw at dartmouth.edu Thu Jun 2 08:50:19 2022 From: Joshua.D.Shaw at dartmouth.edu (Joshua D. Shaw) Date: Thu, 2 Jun 2022 12:50:19 +0000 Subject: [Archivesspace_Users_Group] Imported Records Not Showing Up -- Thoughts? In-Reply-To: References: Message-ID: Off the top of my head..... Could this just be the usual indexer lag that's exacerbated by the fact that 3.2 requires an external Solr and therefore can lead to a slight longer indexer lag? That'd be my guess - especially if the records do show up eventually. If that's the case, then I think potential fixes would be related to networking setup (can you reduce the communication times between AS and Solr and can you make the Solr setup more robust (ie throw more compute resources at Solr) Joshua ________________________________ From: archivesspace_users_group-bounces at lyralists.lyrasis.org on behalf of Solek, VivianLea Sent: Thursday, June 2, 2022 8:04 AM To: ASpace Users Group (archivesspace_users_group at lyralists.lyrasis.org) Subject: [Archivesspace_Users_Group] Imported Records Not Showing Up -- Thoughts? Good morning, I was testing my new install of v.3.2 and kept having a problem with imported records (both accessions and resources) not showing up after import. Sometimes, I could navigate to another module and then go back to resources or accessions and then they would be there. Most of the time, I had to completely exit the program and then log back in for the records to appear. I know I had similar issues with this in earlier versions. Does anybody have a clue what might be going on? I would love to be able to point my IT partners in the right direction, if there is something we can ?tweak? to make this a non-issue. MANY thanks and have a great day! Best, VivianLea VivianLea Solek Archivist Knights of Columbus Supreme Council Archives 1 State Street New Haven, CT 06511-6702 Phone 203 752-4578 Fax 203 865-0351 CONFIDENTIALITY NOTICE: This message and any attachments may contain confidential, proprietary or legally privileged information and is intended only for the use of the addressee or addressees named above for its intended purpose. If you are not the intended recipient of this message, this message constitutes notice that any review, retransmission, distribution, copying or other use or taking any action in reliance on the information in this message and its attachments, is prohibited. If you receive this communication in error, please immediately advise the sender by reply e-mail and delete this message and its attachments from your system without keeping a copy. Unless expressly stated in this e-mail, nothing in this message may be construed as a digital or electronic signature. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From VivianLea.Solek at Kofc.Org Thu Jun 2 08:53:17 2022 From: VivianLea.Solek at Kofc.Org (Solek, VivianLea) Date: Thu, 2 Jun 2022 12:53:17 +0000 Subject: [Archivesspace_Users_Group] Imported Records Not Showing Up -- Thoughts? In-Reply-To: References: Message-ID: Thank you Joshua. Sounds reasonable to me. I will share this with my IT partners. All the best, VivianLea VivianLea Solek Archivist Knights of Columbus Supreme Council Archives 1 State Street New Haven, CT 06511-6702 Phone 203 752-4578 Fax 203 865-0351 From: archivesspace_users_group-bounces at lyralists.lyrasis.org On Behalf Of Joshua D. Shaw Sent: Thursday, June 2, 2022 8:50 AM To: Archivesspace Users Group Subject: Re: [Archivesspace_Users_Group] Imported Records Not Showing Up -- Thoughts? Off the top of my head..... Could this just be the usual indexer lag that's exacerbated by the fact that 3.2 requires an external Solr and therefore can lead to a slight longer indexer lag? That'd be my guess - especially if the records do show up eventually. If that's the case, then I think potential fixes would be related to networking setup (can you reduce the communication times between AS and Solr and can you make the Solr setup more robust (ie throw more compute resources at Solr) Joshua ________________________________ From: archivesspace_users_group-bounces at lyralists.lyrasis.org > on behalf of Solek, VivianLea > Sent: Thursday, June 2, 2022 8:04 AM To: ASpace Users Group (archivesspace_users_group at lyralists.lyrasis.org) > Subject: [Archivesspace_Users_Group] Imported Records Not Showing Up -- Thoughts? Good morning, I was testing my new install of v.3.2 and kept having a problem with imported records (both accessions and resources) not showing up after import. Sometimes, I could navigate to another module and then go back to resources or accessions and then they would be there. Most of the time, I had to completely exit the program and then log back in for the records to appear. I know I had similar issues with this in earlier versions. Does anybody have a clue what might be going on? I would love to be able to point my IT partners in the right direction, if there is something we can "tweak" to make this a non-issue. MANY thanks and have a great day! Best, VivianLea VivianLea Solek Archivist Knights of Columbus Supreme Council Archives 1 State Street New Haven, CT 06511-6702 Phone 203 752-4578 Fax 203 865-0351 CONFIDENTIALITY NOTICE: This message and any attachments may contain confidential, proprietary or legally privileged information and is intended only for the use of the addressee or addressees named above for its intended purpose. If you are not the intended recipient of this message, this message constitutes notice that any review, retransmission, distribution, copying or other use or taking any action in reliance on the information in this message and its attachments, is prohibited. If you receive this communication in error, please immediately advise the sender by reply e-mail and delete this message and its attachments from your system without keeping a copy. Unless expressly stated in this e-mail, nothing in this message may be construed as a digital or electronic signature. Thank you. CONFIDENTIALITY NOTICE: This message and any attachments may contain confidential, proprietary or legally privileged information and is intended only for the use of the addressee or addressees named above for its intended purpose. If you are not the intended recipient of this message, this message constitutes notice that any review, retransmission, distribution, copying or other use or taking any action in reliance on the information in this message and its attachments, is prohibited. If you receive this communication in error, please immediately advise the sender by reply e-mail and delete this message and its attachments from your system without keeping a copy. Unless expressly stated in this e-mail, nothing in this message may be construed as a digital or electronic signature. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From amlyons at atlas-sys.com Thu Jun 2 09:05:53 2022 From: amlyons at atlas-sys.com (Anne Marie Lyons) Date: Thu, 2 Jun 2022 13:05:53 +0000 Subject: [Archivesspace_Users_Group] Advice requested for location records and the space calculator Message-ID: Hello all, I am working with an archive that is planning to use the top container and location management module so that they can make use of the space calculator. They would like to plan out their location records ahead of time and get them imported into ArchivesSpace. Do you have any advice about getting organized with the location records? Is there anything you wish you had done differently? Some guidelines I have learned so far: * Create a spreadsheet of locations * Draw a map of storage areas * Some locations, like map cases, might be more of a container - make some decisions up front * Practice with linking of locations, containers, and profile records; also, get an idea of what's available in reporting Is there anything else you would like to share about using the space calculator? Thank you very much! - Anne Marie _______________________ Anne Marie Lyons, MLIS Training and Library Solutions Consultant Atlas Systems - You have a job to do. We help you do it. phone: 800-567-7401 ext.1 fax: 757-467-7875 amlyons at atlas-sys.com http://www.atlas-sys.com/ Facebook: @atlassystems Twitter: @atlassystems Training from anywhere...Enroll in an online training course from home or office. Notice: This e-mail message, including any attachments, is intended only for the named recipient(s) above and may contain confidential information. If you have received this message in error, or are not the named recipient(s), please immediately notify the sender and delete this e-mail message from your computer without making any copies or distributing it to any other person. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ivan.Allhiser at avila.edu Thu Jun 2 09:13:17 2022 From: Ivan.Allhiser at avila.edu (Allhiser, Ivan) Date: Thu, 2 Jun 2022 13:13:17 +0000 Subject: [Archivesspace_Users_Group] Still unable to launch ArchivesSpaceService. Please help Message-ID: Hello all, I have yet to hear back or find anything to fix this issue. I am still unable to start the ArchivesSpaceService. "Our previous system administrator set up ArchivesSpace 2.8.1 and we received a ticket that it needed to be re-indexed. None of us were even aware of what this server did. Before I could access it, the server needed to be rebooted. Once it came back up, I was unable to start the ArchivesSpaceServe. I am shown this error whenever I try (even with Powershell) "Windows could not start the ArchivesSpaceService on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 5." I've checked the System Event Long and I don't even see any events that show an attempt to start the service. We've checked the logs and honestly, I'm lost trying to swim through all this data. I don't see anything standing out that says there's an error. Has anyone encountered this before and know of a fix?" Thank you for your time, Ivan Allhiser System Administrator Information Technology Services Ph (816) 501-3695 [Dining Services | Avila University] -------------- next part -------------- An HTML attachment was scrubbed... URL: From christine.dibella at lyrasis.org Thu Jun 2 09:21:07 2022 From: christine.dibella at lyrasis.org (Christine Di Bella) Date: Thu, 2 Jun 2022 13:21:07 +0000 Subject: [Archivesspace_Users_Group] Still unable to launch ArchivesSpaceService. Please help In-Reply-To: References: Message-ID: Hello Ivan, We'll put a technical support ticket in for you on this. You'll see another email about that directly to you in a minute. (Just as a reminder to everyone, our procedure for technical support for members is listed at https://archivesspace.org/member-area/technical-support. We always encourage you to start with the listserv, but if the answer does not come, or if you can tell from the start that your issue needs more individualized attention, please email the team at ArchivesSpaceHome at lyrasis.org.) Christine Christine Di Bella ArchivesSpace Program Manager christine.dibella at lyrasis.org 800.999.8558 x2905 678-235-2905 [ASpaceOrgHomeMedium] From: archivesspace_users_group-bounces at lyralists.lyrasis.org On Behalf Of Allhiser, Ivan Sent: Thursday, June 2, 2022 9:13 AM To: archivesspace_users_group at lyralists.lyrasis.org Subject: [Archivesspace_Users_Group] Still unable to launch ArchivesSpaceService. Please help Hello all, I have yet to hear back or find anything to fix this issue. I am still unable to start the ArchivesSpaceService. "Our previous system administrator set up ArchivesSpace 2.8.1 and we received a ticket that it needed to be re-indexed. None of us were even aware of what this server did. Before I could access it, the server needed to be rebooted. Once it came back up, I was unable to start the ArchivesSpaceServe. I am shown this error whenever I try (even with Powershell) "Windows could not start the ArchivesSpaceService on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 5." I've checked the System Event Long and I don't even see any events that show an attempt to start the service. We've checked the logs and honestly, I'm lost trying to swim through all this data. I don't see anything standing out that says there's an error. Has anyone encountered this before and know of a fix?" Thank you for your time, Ivan Allhiser System Administrator Information Technology Services Ph (816) 501-3695 [Dining Services | Avila University] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 13904 bytes Desc: image001.jpg URL: From hanstra at nd.edu Thu Jun 2 09:37:04 2022 From: hanstra at nd.edu (Tom Hanstra) Date: Thu, 2 Jun 2022 09:37:04 -0400 Subject: [Archivesspace_Users_Group] Problems with oauth plugin In-Reply-To: References: Message-ID: Thanks, Blake. Unfortunately, that did not do it. The install script works but we still get this complaint about the certificate verification: I'm attaching the entire error as a separate file. Perhaps someone with more Ruby understanding will see something in there that I have not. If I could figure out what certificate/file it is looking at, perhaps I could track this down. Or maybe it is a red herring and there is something else going on in there. Tom On Wed, Jun 1, 2022 at 5:10 PM Blake Carver wrote: > You might try this branch, there was a weird issue with that for a while, > I think maybe this fixed that? > https://github.com/lyrasis/aspace-oauth/tree/unlock-address > > This was the only change > https://github.com/lyrasis/aspace-oauth/pull/23/files > > That was a while back, so things may have changed since on some of those > gems. > ------------------------------ > *From:* archivesspace_users_group-bounces at lyralists.lyrasis.org < > archivesspace_users_group-bounces at lyralists.lyrasis.org> on behalf of Tom > Hanstra > *Sent:* Wednesday, June 1, 2022 2:22 PM > *To:* Archivesspace Users Group < > archivesspace_users_group at lyralists.lyrasis.org> > *Subject:* [Archivesspace_Users_Group] Problems with oauth plugin > > I'm having some problems with our Authentication with OKTA which I'm > trying to understand. > > Because of the problems, I've tried reinstalling the oauth plugin > completely. The first problem I ran into was that the current download of: > > https://github.com/lyrasis/aspace-oauth.git > > Had a Gemfile containing the line: > > gem 'addressable', '2.8.0' > > This caused some gem issues with our 2.81. version of ArchivesSpace > because 2.8.0 was evidently newer than the 2.7.0 version that is in the > gems directory. I'm not savvy enough with Ruby to know how to deal with > that so I simply updated the aspace-oauth Gemvile to read: > > gem 'addressable', '2.7.0' > > Not sure if that is legit or not. But it allowed the initialize-plugin > script to work. > > But I'm still running into what was actually the original error we are > getting. In the archivesspace.out file, we see this error: > > -------- > INFO: An exception happened during JRuby-Rack startup > certificate verify failed > --- System > jruby 9.2.12.0 (2.5.7) 2020-07-01 db01a49ba6 OpenJDK 64-Bit Server VM > 25.312-b07 on 1.8.0_312-b07 +jit [linux-x86_64] > Time: 2022-06-01 13:57:45 -0400 > Server: jetty/8.1.5.v20120716 > jruby.home: uri:classloader://META-INF/jruby.home > > --- Context Init Parameters: > jruby.max.runtimes = 1 > jruby.min.runtimes = 1 > public.root = / > rails.env = production > > --- Backtrace > OpenSSL::SSL::SSLError: certificate verify failed > connect at > uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:1002 > do_start at > uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:924 > start at > uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:913 > request at > uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:1465 > > [and a lot more ruby stuff] > ---------- > > There seems to be some certificate that the plugin is not happy about. But > I cannot determine what certificate it does not like. Both the local > certificates and the OKTA certificates are valid. So what is the issue? > > Anyone seen this before and have ideas? > > Thanks, > Tom > > > -- > *Tom Hanstra* > *Sr. Systems Administrator* > hanstra at nd.edu > > > _______________________________________________ > Archivesspace_Users_Group mailing list > Archivesspace_Users_Group at lyralists.lyrasis.org > http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group > -- *Tom Hanstra* *Sr. Systems Administrator* hanstra at nd.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- servlet_context = ServletContext at o.e.j.w.WebAppContext{/,file:/home/app/archivesspace/data/tmp/jetty-0.0.0.0-8080-frontend.war-_-any-/webapp/},/home/app/archivesspace/wars/frontend.war throw_init_exception = false Jun 02, 2022 9:29:30 AM org.eclipse.jetty.server.handler.ContextHandler$Context log WARNING: ERROR: initialization failed org.jruby.rack.RackInitializationException: certificate verify failed from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:1002:in `connect' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:924:in `do_start' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:913:in `start' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/net/http.rb:1465:in `request' from /home/app/archivesspace/plugins/aspace-oauth/gems/gems/ruby-saml-1.14.0/lib/onelogin/ruby-saml/idp_metadata_parser.rb:215:in `get_idp_metadata' from /home/app/archivesspace/plugins/aspace-oauth/gems/gems/ruby-saml-1.14.0/lib/onelogin/ruby-saml/idp_metadata_parser.rb:105:in `parse_remote_to_array' from /home/app/archivesspace/plugins/aspace-oauth/gems/gems/ruby-saml-1.14.0/lib/onelogin/ruby-saml/idp_metadata_parser.rb:87:in `parse_remote_to_hash' from /home/app/archivesspace/plugins/aspace-oauth/frontend/plugin_init.rb:24:in `block in
' from org/jruby/RubyArray.java:1809:in `each' from /home/app/archivesspace/plugins/aspace-oauth/frontend/plugin_init.rb:19:in `block in
' from org/jruby/RubyBasicObject.java:2622:in `instance_eval' from /home/app/archivesspace/gems/gems/rack-2.2.3/lib/rack/builder.rb:125:in `initialize' from /home/app/archivesspace/plugins/aspace-oauth/gems/gems/omniauth-1.7.1/lib/omniauth/builder.rb:6:in `initialize' from /home/app/archivesspace/gems/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/stack.rb:37:in `build' from /home/app/archivesspace/gems/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/stack.rb:101:in `block in build' from org/jruby/RubyArray.java:1809:in `each' from org/jruby/RubyEnumerable.java:1126:in `inject' from /home/app/archivesspace/gems/gems/actionpack-5.2.4.4/lib/action_dispatch/middleware/stack.rb:101:in `build' from /home/app/archivesspace/gems/gems/railties-5.2.4.4/lib/rails/engine.rb:510:in `block in app' from org/jruby/ext/thread/Mutex.java:164:in `synchronize' from /home/app/archivesspace/gems/gems/railties-5.2.4.4/lib/rails/engine.rb:506:in `app' from /home/app/archivesspace/gems/gems/railties-5.2.4.4/lib/rails/application/finisher.rb:47:in `block in Finisher' from org/jruby/RubyBasicObject.java:2694:in `instance_exec' from /home/app/archivesspace/gems/gems/railties-5.2.4.4/lib/rails/initializable.rb:32:in `run' from /home/app/archivesspace/gems/gems/railties-5.2.4.4/lib/rails/initializable.rb:61:in `block in run_initializers' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/tsort.rb:228:in `block in tsort_each' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/tsort.rb:350:in `block in each_strongly_connected_component' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/tsort.rb:431:in `each_strongly_connected_component_from' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/tsort.rb:349:in `block in each_strongly_connected_component' from org/jruby/RubyArray.java:1809:in `each' from org/jruby/RubyMethod.java:131:in `call' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/tsort.rb:347:in `each_strongly_connected_component' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/tsort.rb:226:in `tsort_each' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/tsort.rb:205:in `tsort_each' from /home/app/archivesspace/gems/gems/railties-5.2.4.4/lib/rails/initializable.rb:60:in `run_initializers' from /home/app/archivesspace/gems/gems/railties-5.2.4.4/lib/rails/application.rb:361:in `initialize!' from org/jruby/RubyKernel.java:1960:in `public_send' from /home/app/archivesspace/gems/gems/railties-5.2.4.4/lib/rails/railtie.rb:190:in `method_missing' from /home/app/archivesspace/data/tmp/jetty-0.0.0.0-8080-frontend.war-_-any-/webapp/WEB-INF/config/environment.rb:6:in `
' from org/jruby/RubyKernel.java:974:in `require' from uri:classloader:/jruby/rack/rails/environment3.rb:25:in `load_environment' from uri:classloader:/jruby/rack/rails_booter.rb:83:in `load_environment' from