dogtagpki / pki

The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
https://www.dogtagpki.org
GNU General Public License v2.0
368 stars 136 forks source link

cert-request-submit fails #844

Closed pki-bot closed 4 years ago

pki-bot commented 4 years ago

This issue was migrated from Pagure Issue #273. Originally filed by edewata (@edewata) on 2012-07-26 23:58:22:


The cert-request-submit operation fails on Tomcat 7 using the attached input file.

# pki cert-request-submit cert-request.xml 
ClientResponseFailure: Error status 500 Internal Server Error returned

The operation previously worked on Tomcat 6 using the same input file. The error is caused by a null pointer exception at at CertificateIssuerName.java:100.

pki-bot commented 4 years ago

Comment from edewata (@edewata) at 2012-07-26 23:59:04

attachment cert-request.xml

pki-bot commented 4 years ago

Comment from edewata (@edewata) at 2012-07-27 00:16:19

Restarting the server fixes the problem.

pki-bot commented 4 years ago

Comment from mharmsen (@mharmsen) at 2012-07-27 23:29:13

This was due to not restarting the server after a completed configuration.

The following TRAC ticket addresses this issue:

- TRAC Ticket 268 - Dogtag 10: Create a parameter for optional restart of configured PKI instance . . .
pki-bot commented 4 years ago

Comment from edewata (@edewata) at 2017-02-27 14:10:30

Metadata Update from @edewata: