Having issue with AFX server start after imaging an existing RSA IMG 6.9.1 server.. Followed steps mentioned in the videos to change the client and server keystores.
AFX startup issues after db import KB 000029259
AFX Server started by root KB 000030656
Still issue is not resolved, current AFX is pulling the old URL (bold font below) not the new URL. The host name has been modified to new URL but not the URL that is being pulled to start the server.
2017-08-23 10:07:33.832 [INFO] com.aveksa.afx.server.init.ServerInitializationComponent:49 - ********** AFX Server Initialization Begin **********
2017-08-23 10:07:33.833 [INFO] com.aveksa.afx.server.init.ServerInitializationComponent:53 - Configuring default SSL context for initialization request...
2017-08-23 10:07:33.835 [INFO] com.aveksa.afx.server.init.ConfigureDefaultSSLContextComponent:75 - Loaded trusted certificate entries from '/home/oracle/AFX/mule/conf/client.keystore'
2017-08-23 10:07:33.843 [INFO] com.aveksa.afx.server.init.ConfigureDefaultSSLContextComponent:118 - Enabled SSL Protocol:TLSv1
2017-08-23 10:07:33.843 [INFO] com.aveksa.afx.server.init.ConfigureDefaultSSLContextComponent:118 - Enabled SSL Protocol:TLSv1.1
2017-08-23 10:07:34.205 [INFO] com.aveksa.afx.server.init.SubmitInitializationRequestComponent:46 - Initialization Request URL:https://rsagovxxxx.xxxxx.xxx:8444/aveksa/afx/initialization
2017-08-23 10:07:34.214 [INFO] org.mule.module.client.MuleClient:197 - No existing ManagementContext found, creating a new Mule instance
2017-08-23 10:07:34.218 [INFO] org.mule.lifecycle.AbstractLifecycleManager:197 - Initialising RegistryBroker
2017-08-23 10:07:34.295 [INFO] org.mule.config.processors.DecoratingAnnotatedServiceProcessor:197 - org.mule.config.AnnotationsParserFactory implementation not found in registry, annotations not enabled
2017-08-23 10:07:34.320 [INFO] org.mule.lifecycle.AbstractLifecycleManager:197 - Initialising model: _muleSystemMode
2017-08-23 10:07:34.323 [INFO] org.mule.util.queue.TransactionalQueueManager:197 - Starting ResourceManager
2017-08-23 10:07:34.324 [INFO] org.mule.util.queue.TransactionalQueueManager:197 - Started ResourceManager
2017-08-23 10:07:34.325 [INFO] org.mule.lifecycle.AbstractLifecycleManager:197 - Starting model: _muleSystemModel
2017-08-23 10:07:34.326 [INFO] org.mule.module.management.agent.WrapperManagerAgent:197 - Mule is embedded in a container already launched by a wrapper.Duplicates will not be registered. Use the org.tanukisoftware.wrapper:type=WrapperManager MBean instead for control.
2017-08-23 10:07:34.332 [INFO] org.mule.DefaultMuleContext:197 -
**********************************************************************
* Mule ESB and Integration Platform *
* Version: 3.3.2 Build: 20165 *
* MuleSoft, Inc. *
* For more information go to *
* http://www.mulesoft.com/mule-esb-enterprise *
* *
* Server started: 8/23/17 10:07 AM *
* Server ID: xxx *
* JDK: 1.6.0_40 (mixed mode) *
* OS encoding: UTF-8, Mule encoding: UTF-8 *
* OS: Linux (2.6.32-696.6.3.el6.x86_64, amd64) *
* Host: rsagovyyyy.yyyyy.yyy *
You may want to check afx-config.properties file in following $AFX_HOME/AFX/mule/lib/user/
Please verify afx.config.acm.host=<value> is pointing to Aveksa IP or hostname.
Restart the server and check.