We are using Orbix Iona 6.3 in Sun solaris.
While deploying domain using itconfigure ,we are getting below error.
STARTING TO DEPLOY: domain ApolloTest on host omis337
STARTING TO PREPARE: iona_services.locator.omis337
ERROR: Could not initialize ORB: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540A41 (IT_IIOP_TLS:PRINCIPAL_AUTHENTICATION_ATTEMPT_FAILED), completion status = NO
FAILED TO PREPARE: service exited with value: 99
FAILED TO DEPLOY: domain ApolloTest on host omis337
Failed to prepare service iona_services.locator.omis337: exit value 99.
The following errors were reported by the service:
Could not initialize ORB: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540A41 (IT_IIOP_TLS:PRINCIPAL_AUTHENTICATION_ATTEMPT_FAILED), completion status = NO
Failed to prepare service iona_services.locator.omis337: exit value 99.
The following errors were reported by the service:
Could not initialize ORB: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540A41 (IT_IIOP_TLS:PRINCIPAL_AUTHENTICATION_ATTEMPT_FAILED), completion status = NO
Can you please suggest what could be the problem.
My JAVA_HOME is pointing to java 1.6
in locator logs
Sat, 10 Jan 2015 06:47:01.0000000 [omis337:10050] (IT_GenericSecurityToolkit:50) E - External Toolkit Error: Certificate expired
Sat, 10 Jan 2015 06:47:01.0000000 [omis337:10050] (IT_IIOP_TLS:1) E - Error creating credential - PrincipalAuthenticator::
And in generic log
STARTING TO DEPLOY: domain ApolloPre on host omis337
STARTING TO PREPARE: iona_services.locator.omis337
ERROR: Could not initialize ORB: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540A41 (IT_IIOP_TLS:PRINCIPAL_
FAILED TO PREPARE: service exited with value: 99
FAILED TO DEPLOY: domain ApolloPre on host omis337
Failed to prepare service iona_services.locator.omis337: exit value 99.
The following errors were reported by the service:
Could not initialize ORB: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540A41 (IT_IIOP_TLS:PRINCIPAL_AUTHENTICATION_ATTEMPT_FAILED), completion status = NO
in locator logs
Sat, 10 Jan 2015 06:47:01.0000000 [omis337:10050] (IT_GenericSecurityToolkit:50) E - External Toolkit Error: Certificate expired
Sat, 10 Jan 2015 06:47:01.0000000 [omis337:10050] (IT_IIOP_TLS:1) E - Error creating credential - PrincipalAuthenticator::authenticate returns : Security::SecAuthFailure : Failure (IDL:iona.com/IT_ATLI2/Failure:1.0)
And in generic log
STARTING TO DEPLOY: domain ApolloPre on host omis337
STARTING TO PREPARE: iona_services.locator.omis337
ERROR: Could not initialize ORB: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540A41 (IT_IIOP_TLS:PRINCIPAL_AUTHENTICATION_ATTEMPT_FAILED), completion status = NO
FAILED TO PREPARE: service exited with value: 99
FAILED TO DEPLOY: domain ApolloPre on host omis337
Failed to prepare service iona_services.locator.omis337: exit value 99.
The following errors were reported by the service:
Could not initialize ORB: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540A41 (IT_IIOP_TLS:PRINCIPAL_AUTHENTICATION_ATTEMPT_FAILED), completion status = NO
Initially we were using Java 1.3 ...but while deploying I was getting Class unsupported error ,so i moved java home to java 1.6 and stated using that java.