On 05/28/13 13:04, Endi Sukma Dewata wrote:
In order to create Tomcat-based TPS (and possibly RA too), some files in RA and TPS need to be reorganized and some config variable names need to be changed to match the other Tomcat-based subsystems such that they can be used by pkispawn.



_______________________________________________
Pki-devel mailing list
Pki-devel@redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel
ACK the following patches:
PATCHES 0259 and 0260 were NOT tested as they immediately failed 'pkispawn' with the following error:
pkispawn    : ERROR    ....... KeyError:  Master dictionary is missing the key called ''pki_ca_hostname''!
Traceback (most recent call last):
  File "/sbin/pkispawn", line 420, in <module>
    main(sys.argv)
  File "/sbin/pkispawn", line 319, in main
    parser.compose_pki_master_dictionary()
  File "/usr/lib/python2.7/site-packages/pki/deployment/pkiparser.py", line 658, in compose_pki_master_dictionary
    config.pki_master_dict['pki_ca_hostname']
KeyError: 'pki_ca_hostname'
Consequently, these two patches were backed-out so that the other patches could be successfully tested.