Hi Jake, You did not need to copy the 6 jar files (not if what you have is dspace version 7.4 ).The handle issue you faced and reported in this thread ( Exception in thread "main" java.lang.NoClassDefFoundError: com/sleepycat/je/DatabaseException ) is the exact same issue Lewatle faced. It's caused by a missing handle storage plugin setup in [dspace]/handle-server/config.dct and the fix to it is by adding the plugin configuration and it's totally different from what Fatih reported in his thread. Fatih was using DSpace 7.3 and the 6 jar files was missing in that version and the fix is by adding those jars files.
BR On Tuesday, February 28, 2023 at 1:50:10 AM UTC+3 Cameron, Jacob wrote: Thanks Mohammad. I’m not sure what was different. Your initial instructions were the ones I followed when I created here. I deleted my old handle-server folder and tried them again and now it works. -- Jake Cameron, BCS(UNB) Systems Support Specialist III Information Systems and Technical Services University of Lethbridge Library Phone:(403)329-2756 This e-mail, including any and all attachments, is only for the use of the intended recipient(s) and may contain information that is confidential or privileged. If you are not the intended recipient, you are advised that any dissemination, copying or other use of this e-mail is prohibited. Please notify the sender of the error in communication by return e-mail and destroy all copies of this e-mail. Thank you. *From:* [email protected] <[email protected]> *On Behalf Of *Mohammad S. AlMutairi *Sent:* February 27, 2023 2:34 PM *To:* DSpace Technical Support <[email protected]> *Subject:* [dspace-tech] Re: Handle Server Issue Caution: This email was sent from someone *outside of the University of Lethbridge*. Do not click on links or open attachments unless you know they are safe. Suspicious emails should be forwarded to [email protected]. Hello Jake, See if this old post would help ( https://groups.google.com/g/dspace-tech/c/wiI45y7xSRs/m/XddGRNE6AQAJ ). BR On Tuesday, February 28, 2023 at 12:23:38 AM UTC+3 Cameron, Jacob wrote: Hi Everyone, Windows, Tomcat 9.6, DSpace 7.4 I saw the posts https://groups.google.com/g/dspace-tech/c/7WHZ9gkMxSo and https://groups.google.com/g/dspace-tech/c/lr7kfeLLEjg/m/PAptuDo8BAAJ. I have tried replacing the JARs as suggested, even though the missing JARs were associated with DSpace 7.3. I also tried rebuilding the backend to make sure there was nothing funky there but I still get the same error with the handle server. Nothing is showing up in any of the other log files. "2023-02-27 14:17:00.660-0700" 25 Started new run. "2023-02-27 14:17:00.660-0700" 25 Handle.net Server Software version 9.3.0 Exception in thread "main" java.lang.NoClassDefFoundError: com/sleepycat/je/DatabaseException at net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732) at net.handle.server.HandleServer.<init>(HandleServer.java:382) at net.handle.server.AbstractServer.getInstance(AbstractServer.java:120) at net.handle.server.Main.initialize(Main.java:255) at net.handle.server.Main.main(Main.java:122) Caused by: java.lang.ClassNotFoundException: com.sleepycat.je.DatabaseException at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ... 5 more -- Jake Cameron, BCS(UNB) Systems Support Specialist III Information Systems and Technical Services University of Lethbridge Library Phone:(403)329-2756 This e-mail, including any and all attachments, is only for the use of the intended recipient(s) and may contain information that is confidential or privileged. If you are not the intended recipient, you are advised that any dissemination, copying or other use of this e-mail is prohibited. Please notify the sender of the error in communication by return e-mail and destroy all copies of this e-mail. Thank you. -- 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/9a303d71-fec9-4a47-aca7-fafe6a606725n%40googlegroups.com <https://groups.google.com/d/msgid/dspace-tech/9a303d71-fec9-4a47-aca7-fafe6a606725n%40googlegroups.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 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/78f2c0e4-e3a4-480f-8be4-5a89fc40d514n%40googlegroups.com.
