Re: [Archivesspace_Users_Group] Java error - Java::JavaSql::SQLException: HOUR_OF_DAY: 2 -> 3

2021-03-15 Thread James Bullen
Many thanks Megan for the lead. I just poked around and found a few things out. It turns out to be interesting in at least three bad ways. 1. User records are updated every time they authenticate. This is unnecessary because it is just updating their authentication source, which usually never

[Archivesspace_Users_Group] Plugin for publishing Rights Statements

2021-03-15 Thread Anna Robinson-Sweet
Hello, We just came to the realization that Right Statements are not published to the PUI--despite the existence of a "Publish?" checkbox in the Additional Information section. Searching the listserv I found an exchange from 2019 regarding this issue. Someone mentioned it would be easy to develop

Re: [Archivesspace_Users_Group] Java error - Java::JavaSql::SQLException: HOUR_OF_DAY: 2 -> 3

2021-03-15 Thread Blake Carver
https://gist.github.com/Blake-/d493da28be5554a49a3a3835bbd98f05 You'll want to find the date more like '2021-03-14 02:00%' or would it be 03-13? Whatever the date was this year. Find any date with a time between 2-3am and just change it to any real hour. ArchivesSpace did "something" (probably

Re: [Archivesspace_Users_Group] PUI indexing

2021-03-15 Thread Schanz, Megan
The files don't get written to the state directory until indexing has fully completed. So if ArchivesSpace restarts before then, it will try to re-index from the start again. - Megan Megan Schanz Michigan State University Libraries From:

[Archivesspace_Users_Group] PUI indexing

2021-03-15 Thread Tom Hanstra
Is it typical for PUI indexing to run through all records each time ArchivesSpace restarts? Or is my indexing just never fully completed? The staff indexer seems to understand that there are no new records and does not run through everything: I, [2021-03-15T10:25:16.599063 #6928] INFO -- :

Re: [Archivesspace_Users_Group] Java error - Java::JavaSql::SQLException: HOUR_OF_DAY: 2 -> 3

2021-03-15 Thread Tom Hanstra
Thanks, Megan. That update did fix things. So, is this not something that can be addressed at the software fix level? Do other sites simply stop indexing or turn something else off when we hit DST in March? Tom On Mon, Mar 15, 2021 at 10:12 AM Schanz, Megan wrote: > I run across this every

Re: [Archivesspace_Users_Group] Java error - Java::JavaSql::SQLException: HOUR_OF_DAY: 2 -> 3

2021-03-15 Thread Schanz, Megan
I run across this every March for daylight savings. This is what I have in my notes to do each time if the indexer is running. Luckily it seems like I didn't have this scenario this year. java.lang.IllegalArgumentException: HOUR_OF_DAY: 2 -> 3:Java::JavaLang::IllegalArgumentException: This

Re: [Archivesspace_Users_Group] Java error - Java::JavaSql::SQLException: HOUR_OF_DAY: 2 -> 3

2021-03-15 Thread Tom Hanstra
Any suggestion on what ArchivesSpace might have changed? I had the server running but indexing was complete. What might it have been changing and in what database table would I look for that change? Alternately, since this is still test data, should I just overlay a backup copy of the database

Re: [Archivesspace_Users_Group] Line Breaks (Windows/UNIX)

2021-03-15 Thread Andrew Morrison
How have you managed to get the UNIX LF-only line breaks to work in the staff interface view mode? Normally, web browsers don't render them. Have you used CSS? Or are you searching and replacing them with HTML br tags? Andrew. On 08/03/2021 15:39, RENTON Scott wrote: Hi folks, Sorry to

Re: [Archivesspace_Users_Group] Change order of items on PUI navigation bar using local plug-in override?

2021-03-15 Thread Andrew Morrison
The links in the navigation bar are defined an array called /$MAIN_MENU/ which is populated during start-up, using /AppConfig[:pui_hide]/ options to determine which of the standard links to include. You can make adjustments to it in your plug-in's /public/plugin_init.rb/ file (if that