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

Exception during shutdown #818

Closed
pki-bot opened this issue Oct 2, 2020 · 2 comments
Closed

Exception during shutdown #818

pki-bot opened this issue Oct 2, 2020 · 2 comments
Milestone

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #247. Originally filed by edewata (@edewata) on 2012-07-20 18:14:14:


The code at PasswdUserDBAuthentication.java:249 does not check for null value:

mConnFactory.reset();

It generates an exception during shutdown:

Exception in thread "Thread-2" java.lang.NullPointerException
	at com.netscape.cmscore.authentication.PasswdUserDBAuthentication.shutdown(PasswdUserDBAuthentication.java:249)
	at com.netscape.cmscore.authentication.AuthSubsystem.shutdown(AuthSubsystem.java:467)
	at com.netscape.cmscore.apps.CMSEngine.shutdownSubsystems(CMSEngine.java:1685)
	at com.netscape.cmscore.apps.CMSEngine.shutdown(CMSEngine.java:1630)
	at com.netscape.cmscore.apps.CMSEngine$1.run(CMSEngine.java:277)
@pki-bot pki-bot added this to the 10.0.1 milestone Oct 2, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from vakwetu (@vakwetu) at 2012-12-19 05:04:55

This was already fixed by Endi in a previous commit.

4549370

@pki-bot pki-bot closed this as completed Oct 2, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2017-02-27 14:00:56

Metadata Update from @edewata:

  • Issue assigned to vakwetu
  • Issue set to the milestone: 10.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant