#247 Exception during shutdown
Closed: Fixed None Opened 11 years ago by edewata.

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)

This was already fixed by Endi in a previous commit.

4549370d8e38d91ca2d89404c6f62f7e6358f328

Metadata Update from @edewata:
- Issue assigned to vakwetu
- Issue set to the milestone: 10.0.1

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/818

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata