We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle server does not work because of two reasons.
configurationservice is null here
DSpace/dspace-api/src/main/java/org/dspace/handle/HandlePlugin.java
Line 397 in fb252cf
second reason is Handle.isDead() is returning null. Safeguard the getter to return false, if there is null in database.
The text was updated successfully, but these errors were encountered:
MajoBerger
milanmajchrak
Successfully merging a pull request may close this issue.
Handle server does not work because of two reasons.
configurationservice is null here
DSpace/dspace-api/src/main/java/org/dspace/handle/HandlePlugin.java
Line 397 in fb252cf
(and please check other methods too, they might need to set it up too).
Setting up is done by calling method loadServices()
second reason is Handle.isDead()
is returning null. Safeguard the getter to return false, if there is null in database.
The text was updated successfully, but these errors were encountered: