Skip to content
New issue

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

ufal-be/HandleServer #445

Closed
MajoBerger opened this issue Sep 27, 2023 · 0 comments · Fixed by #446
Closed

ufal-be/HandleServer #445

MajoBerger opened this issue Sep 27, 2023 · 0 comments · Fixed by #446
Assignees
Labels
bug Something isn't working ufal

Comments

@MajoBerger
Copy link

Handle server does not work because of two reasons.

configurationservice is null here

if (configurationService.getBooleanProperty("handle.plugin.checknameauthority", true)) {

(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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ufal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants