Much appreciated Sean. Will follow your advice.
CNRI had suggested java downgrade to any version earlier than 1.8.0_352. [logo] Bravismore Mumanyi HOD: Systems and Training ILRC University of Namibia Tel: +264 61 206 3522 Fax: E-mail: [email protected]<mailto:[email protected]> Web: http://www.unam.edu.na<http://www.unam.edu.na/> Private Bag 13301, 340 Mandume Ndemufayo Ave, Pionierspark, Windhoek, NAMIBIA [https://www.unam.edu.na/email/COREVIP_Email_Strip.png] <https://events.aau.org/corevip/> ________________________________ From: Sean Carte <[email protected]> Sent: 24 May 2023 15:59 To: Mumanyi, Bravismore <[email protected]> Cc: [email protected] <[email protected]>; DSpace Technical Support <[email protected]> Subject: Re: [dspace-tech] Handle server failing to start 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]<mailto:[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? [logo] Bravismore Mumanyi HOD: Systems and Training ILRC University of Namibia Tel: +264 61 206 3522 Fax: E-mail: [email protected]<mailto:[email protected]> Web: http://www.unam.edu.na<http://www.unam.edu.na/> Private Bag 13301, 340 Mandume Ndemufayo Ave, Pionierspark, Windhoek, NAMIBIA [https://www.unam.edu.na/email/COREVIP_Email_Strip.png] <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]<mailto:[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>. CAUTION -EXTERNAL SENDER: Please be careful when opening links and attachments. UNAM Directorate: Information & Communication Technology Services (DICTS) -- 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/PA4PR04MB7600C9E7FF21C455E8C5620BC4419%40PA4PR04MB7600.eurprd04.prod.outlook.com.
