"PKI Subsystem Configuration" help (RD@WoSign)
by wosign .cn
Hi, all,
I am trying to install Dogtag Certificate System, but at the
"PKI Subsystem Configuration", we have the problem at step: "Creat e a New
Securit y Domain", whatever we enter, it display error "$errorString", and
if we choose the "*Join an Existing Security Domain *", it display error
"org.xml.sax.SAXParseException: The string "--" is not permitted within
comments.
Maybe some components or configure is error, but I setup and configure pki
subsystem(include Requirements and runtime tool) by the site:
http://pki.fedoraproject.org/wiki/PKI_Install_Guide ,
the infomation of my configure and environment:
hostname: wotestca.com
step 1:
============================================================
Starting pki-ca: [OK]
pki-ca (pid 2817) is running ...
'pki-ca' must still be CONFIGURED!
(see /var/log/pki-ca-install.log)
Before proceeding with the configuration, make sure
the firewall settings of this machine permit proper
access to this subsystem.
Please start the configuration by accessing:
https://wotestca.com
:9445/ca/admin/console/config/login?pin=HPQkcbu71yCYkSpJg6Qz<https://wosignfedora:9445/ca/admin/console/config/login?pin=HPQkcbu71yCYk...>
After configuration, the server can be operated by the command:
/sbin/service pki-cad restart pki-ca
------------------------------------------------------------------------------------------------------------------------
step 2:
open : "https://wotestca.com
:9445/ca/admin/console/config/login?pin=HPQkcbu71yCYkSpJg6Qz<https://wofedora:9445/ca/admin/console/config/login?pin=HPQkcbu71yCYkSpJg6Qz>
"
to CA Setup Wizard
step 3:
choose* "Create a New Security Domain", * enter " testwosecdomain" and
click "NEXT>" button,
return errror"Invalid characters found in Security Domain Name
testwosecdomain. Valid characters are A-Z, a-z, 0-9, dash and space"
choose "*Join an Existing Security Domain *" ,
if enter "https://wotestca.com:9445 <https://wofedora:9445/>"
return error "org.xml.sax.SAXParseException: The string "--" is not
permitted within comments"
if enter" https://wotestca.com:9443" or " https://wotestca.com:9446"
return error "Illegal SSL Admin HTTPS url value for the security domain "
check the directory server:
#service dirsrv status
#dirsrv testca (pid 3342) is running......
So, we can't go on, please tell me what's the problem, and how to do?
thanks a lot.
--
Best Regards,
jeff
13 years, 4 months
pki-common-1.3.5: test fails
by Alexander V Vershilov
I'm trying to build next packages on Gentoo Linux. I try to build
pki-common-1.3.7 everything is ok but if I try to make ant verify
I have next errors:
compile_junit_tests:
[echo] Compiling 'pki-common' junit tests from 'test' into 'build/testcases' ...
[javac] Compiling 21 source files to /var/tmp/portage/app-pki/pki-common-1.3.7/work/pki-common-1.3.7/build/testcases
[javac] /var/tmp/portage/app-pki/pki-common-1.3.7/work/pki-common-1.3.7/test/com/netscape/certsrv/app/CMSEngineDefaultStub.java:48:
com.netscape.certsrv.app.CMSEngineDefaultStub is not abstract and does not override abstract method getEEClientAuthSSLPort() in com.netscape.certsrv.apps.ICMSEngine
[javac] public class CMSEngineDefaultStub implements ICMSEngine {
[javac] ^
[javac] /var/tmp/portage/app-pki/pki-common-1.3.7/work/pki-common-1.3.7/test/com/netscape/cmscore/dbs/DBSubsystemDefaultStub.java:17:
com.netscape.cmscore.dbs.DBSubsystemDefaultStub is not abstract and does not override abstract method setEnableSerialMgmt(boolean) in com.netscape.certsrv.dbs.IDBSubsystem
[javac] public class DBSubsystemDefaultStub implements IDBSubsystem {
[javac] ^
[javac] Note: /var/tmp/portage/app-pki/pki-common-1.3.7/work/pki-common-1.3.7/test/com/netscape/cmscore/request/RequestDefaultStub.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
There was such a error in pki-common-1.3.1 but moving to 1.3.7 helps but
problems in test still left. // So maybe test is not up to date
I have next packages installed /that can be related to this error/
dev-java/ldapsdk-4.1.7-r3
dev-java/osutil-1.3.1
app-crypt/pki-symkey-1.3.2
app-pki/pki-util-1.3.1
I'm not posting it directly to bugzilla because I'm not using fedora rpms.
--
Alexander V Vershilov.
14 years, 4 months