Hello everybody.
I tried to run DSpace handle server (with current codebase from GitHub) according to the guide
I failed to make it run, due to NullPointerException in HandlePlugin class:
"2023-09-08 16:50:33.267+0200" 25 Handle.net Server Software version 9.3.0
java.lang.NullPointerException
at org.dspace.handle.HandlePlugin.haveNA(HandlePlugin.java:397)
at net.handle.server.HandleServer.storageHaveNA(HandleServer.java:3640)
at net.handle.server.HandleServer.applyAutoHomedPrefixes(HandleServer.java:692)
at net.handle.server.HandleServer.start(HandleServer.java:639)
at net.handle.server.Main.start(Main.java:288)
at net.handle.server.Main.main(Main.java:123)
Shutting down...
I wanted to run it with some random handle prefix as a test. I am not sure if that is possible,
and if it could be causing this error.
My questions therefore are:
- What could cause this problem? Can it be non-existent/invalid handle prefix?
- Is it possible to somehow test run the handle server?
- If I manage to get it up running, how can I check if it works?
I failed to find that information in the guide. It might be also useful to specify a bit more
clearly how to edit config.dct or perhaps add an example with specific handle.
When I tried to find information about this, I only found old and/or not relevant
mails and articles. If such resource exists, please just point me in the right direction.
Many thanks in advance.