Hi Bravismore It could be related to this:
https://groups.google.com/g/dspace-tech/c/PqjfA5mqG4w/m/QDEXYSWCAAAJ This problem is related to the handle server after an upgrade of the JDK. Dr Balnaves has released a patched handle server, which is available here: https://release.prosentient.com.au/handle62/handle.jar.gz What I did was: download the handle.jar.gz: `wget https://release.prosentient.com.au/handle62/handle.jar.gz` <https://release.prosentient.com.au/handle62/handle.jar.gz> unzip it: `gzip -d handle.jar.gz` list all the instances of handle-6.2.jar in /dspace/webapps: `find /dspace/ -name handle-6.2.jar` copy the new handle.jar over them: e.g.: `cp handle.jar /dspace/lib/handle-6.2.jar` restart the handle server: `#systemctl restart handled.service` check the log: `tail -f /dspace/log/handle-server.log` Sean On Wed, 24 May 2023 at 15:27, Mumanyi, Bravismore <[email protected]> wrote: > Dear Dspace Community > > I am still on Dspace 6.3 and my handle server is failing to start. > All I get from the handle error log is: > > *"2023/05/24 03:09:01 CAT" 25 Started new run.* > *java.lang.UnsupportedOperationException* > * at java.lang.Runtime.runFinalizersOnExit(Runtime.java:287)* > * at java.lang.System.runFinalizersOnExit(System.java:1059)* > * at net.handle.server.Main.initialize(Main.java:124)* > * at net.handle.server.Main.main(Main.java:75)* > *Shutting down...* > > I have tried re-generating the config with no success. > > Any pointers? > [image: logo] > *Bravismore Mumanyi* > HOD: Systems and Training > ILRC > *University of Namibia* > Tel: +264 61 206 3522 > Fax: > E-mail: [email protected] > Web: http://www.unam.edu.na > *Private* *Bag 13301, 340 Mandume Ndemufayo Ave, Pionierspark, Windhoek, > NAMIBIA* > > > > <https://events.aau.org/corevip/> > > -- > All messages to this mailing list should adhere to the Code of Conduct: > https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-tech/PA4PR04MB76002FFA0F958ED68234B319C4419%40PA4PR04MB7600.eurprd04.prod.outlook.com > <https://groups.google.com/d/msgid/dspace-tech/PA4PR04MB76002FFA0F958ED68234B319C4419%40PA4PR04MB7600.eurprd04.prod.outlook.com?utm_medium=email&utm_source=footer> > . > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/CA%2BxAuhNb8n%2BEg9R2xCtTBqX4dpKw%3DWy4J%3DjzwJNTZVovFOHa7w%40mail.gmail.com.
