After importing and activating a new console certificate, the AM services do not start and crash every time you try to start them.
Running the rsaserv script to start the services results in the output below:
rsaadmin@am81p:~> cd /opt/rsa/am/server/
rsaadmin@am81p:/opt/rsa/am/server> ./rsaserv status all
RSA Database Server [RUNNING]
RSA Administration Server with Operations Console [RUNNING]
RSA RADIUS Server Operations Console [SHUTDOWN]
RSA Runtime Server [SHUTDOWN]
RSA RADIUS Server [SHUTDOWN]
RSA Console Server [SHUTDOWN]
RSA Replication (Primary) [SHUTDOWN]
rsaadmin@am81p:/opt/rsa/am/server> ./rsaserv start all
Starting RSA Administration Server with Operations Console:
Starting RSA Database Server:
RSA Administration Server with Operations Console [RUNNING]
Starting RSA RADIUS Server Operations Console: - RSA Database Server [RUNNING] *****
RSA RADIUS Server Operations Console [FAILED]
Starting RSA Runtime Server: -
The following errors are present inside the /opt/rsa/am/server/logs/biztier.log and the /opt/rsa/am/server/logs/radiusoc.log files:
####<Jun 25, 2015 10:09:33 PM EDT> <Error> <Security> <am81p> <biztier> <[ACTIVE] ExecuteThread:
'0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1435284573908> <BEA-090870>
<The realm "rsa" failed to be loaded: weblogic.security.service.SecurityServiceException:
com.bea.common.engine.ServiceInitializationException:weblogic.security.spi.ProviderInitializationException:
A failure occurred attempting to load LDIF for provider Authorizer from file
/opt/rsa/am/appserver/weblogic/server/lib/XACMLAuthorizerInit.ldift..
weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException:
weblogic.security.spi.ProviderInitializationException:
A failure occurred attempting to load LDIF for provider Authorizer from file
/opt/rsa/am/appserver/weblogic/server/lib/XACMLAuthorizerInit.ldift.
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl...
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl...
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl...
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl...
at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:879)
at weblogic.security.SecurityService.start(SecurityService.java:148)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
####<Jun 25, 2015 10:09:33 PM EDT> <Critical> <WebLogicServer> <am81p> <biztier>
<WrapperSimpleAppMain><<WLS Kernel>> <> <> <1435284573924> <BEA-000362> <Server failed. Reason:
There are 1 nested errors:
weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl....
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl....
at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
at weblogic.security.SecurityService.start(SecurityService.java:148)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
To resolve this issue, login to the Authentication Manager server via SSH or using the vSphere console and run the below commands to revert back to the default self-signed certificate:
rsaadmin@am81p:~> /opt/rsa/am/utils/rsautil reset-server-cert
Please enter OC Administrator username: ocadmin
Please enter OC Administrator password: *********
Are you sure that you want to reset the following server certificate as the default
server certificate? Y/N
CN=am81p.vcloud.local
: y
Server certificate successfully reset. Restart all AM services to complete the process.
rsaadmin@am81p:~> /opt/rsa/am/utils/rsaserv restart all
Stopping RSA RADIUS Server:
RSA RADIUS Server [SHUTDOWN]
Stopping RSA Runtime Server:
RSA Runtime Server [SHUTDOWN]
Stopping RSA Console Server:
RSA Console Server [SHUTDOWN]
Stopping RSA Replication (Primary):
RSA Replication (Primary) [SHUTDOWN]
Stopping RSA Database Server: *
RSA Database Server [SHUTDOWN]
Stopping RSA RADIUS Server Operations Console:
RSA RADIUS Server Operations Console [SHUTDOWN]
Stopping RSA Administration Server with Operations Console: **
RSA Administration Server with Operations Console [SHUTDOWN]
Starting RSA Administration Server with Operations Console:
Starting RSA Database Server: *************
RSA Administration Server with Operations Console [RUNNING]
Starting RSA RADIUS Server Operations Console: / RSA Database Server [RUNNING] *****
RSA RADIUS Server Operations Console [RUNNING]
Starting RSA Runtime Server: ***************************
RSA Runtime Server [RUNNING]
Starting RSA RADIUS Server: **
RSA RADIUS Server [RUNNING]
Starting RSA Console Server: *
Starting RSA Replication (Primary): ***
RSA Replication (Primary) [RUNNING]*****************
RSA Console Server [RUNNING]
rsaadmin@am81p:/opt/rsa/am/server>