In pkisilent the function invalid_operating_system() makes references to rhpki-native-tools. This is pki-native-tools in dogtag. /usr/share/pki/ca/webapps/ca/WEB-INF/web.xml points to the wrong location for the web-apps dtd. I think this occurs in other web.xml files as well.
setting priority to high as this is a required bug
Created attachment 460911 [details] replace rhpki references with pki
attachment 460911 [details] +mharmsen CAVEATS: * the unused file "./pki/base/ca/shared/conf/serverCertNick.conf.bak" also references "rhpki" Additionally, these fixes uncovered a problem on the TIP where we were no longer installing the directory called "/usr/share/pki/setup/" containing the files "CertServer.directory", "menu.xml", and "web-app_2_3.dtd". I will attach the fix to this problem as another attachment to this bug, and will include the removal of the unused file "./pki/base/ca/shared/conf/serverCertNick.conf.bak".
Created attachment 460925 [details] Restore "/usr/share/pki/setup/" directory + files
RHCS81 $ svn commit silent/scripts ca/shared/webapps kra/shared ocsp/shared tks/shared Sending ca/shared/webapps/ca/WEB-INF/web.xml Sending kra/shared/webapps/kra/WEB-INF/web.xml Sending ocsp/shared/webapps/ocsp/WEB-INF/web.xml Sending silent/scripts/pkisilent Sending tks/shared/webapps/tks/WEB-INF/web.xml Transmitting file data ..... Committed revision 1510. TIP $ svn commit silent/scripts ca/shared/ kra/shared ocsp/shared tks/shared Sending ca/shared/webapps/ca/WEB-INF/web.xml Sending kra/shared/webapps/kra/WEB-INF/web.xml Sending ocsp/shared/webapps/ocsp/WEB-INF/web.xml Sending silent/scripts/pkisilent Sending tks/shared/webapps/tks/WEB-INF/web.xml Transmitting file data ..... Committed revision 1511.
TIP: # cd pki/base # svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^? D ca/shared/conf/serverCertNick.conf.bak M common/build.xml # svn commit Deleting ca/shared/conf/serverCertNick.conf.bak Sending common/build.xml Transmitting file data . Committed revision 1512. PKI_8_BRANCH: # cd pki/base # svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^? D ca/shared/conf/serverCertNick.conf.bak # svn commit Deleting base/ca/shared/conf/serverCertNick.conf.bak Committed revision 1513.
VERIFIED. RHEL5.6(x86_64) CS8.1 nightly(Nov-23-2010) build All subsystems(ca,kra,ocsp,tks) now refer to pki(instead of rhpki). ==================================== [root@autocs WEB-INF]# head web.xml <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "file:///usr/share/pki/setup/web-app_2_3.dtd"> <web-app> <filter> <filter-name>PassThroughRequestFilter</filter-name> <filter-class>com.netscape.cms.servlet.filter.PassThroughRequestFilter</filter-class> </filter> ====================================