After restarting the weblogic admin server followed by managed servers, AFX not coming to running mode.
It is getting stuck in deployed state even after restarting the AFX server multiple times.
Can anyone help on this?
After restarting the weblogic admin server followed by managed servers, AFX not coming to running mode.
It is getting stuck in deployed state even after restarting the AFX server multiple times.
Can anyone help on this?
check the following articles
Also check the AFX status and see if all components are running (ActiveMQ, Mule Enterprise Edition, MMC Console)
Check the logs for errors.
If the solutions above all fail there are two more things worth trying.
1.) create a new server and client certificate from the Via L&G giu and download.
-depending on the version of Via/IMG/Aveksa copy these to the right locations on your server
-restart aveksa_server and afx
2.) Failing that, download the AFX server archive and redeploy to your Via/IMG/Aveksa server. Make sure you stop AFX first before deleting and replacing the AFX server archive and then start AFX again. This last resort usually solves most issues when the servers are refusing to deploy the connectors.
Hi Mike,
we had the same problem and could solve it.
1. Goto Admin > System and activate Access Request Manager.
2. Add under Request the Default AFX Fulfillment Workflow to the Fulfillment Workflow
After the restart all worked fine.
These stepps are only needed, when the AFX server is initially installed.
Cheers Peter
enable consulting
Hi,
Please follow the below steps, I am sure the deployed AFX connector will turn into running state.
1. Stop the AFX
2. Stop ACM
3. Stop DB
4. Stop Oracle
5. Start Oracle
6.Start ACM
7. Start AFX
Now, you can your AFX server is running but you would face AFX connector in deployed state. To come over this issue, go to all application where you had added AFX connector(Binded to the application), remove all binded AFX connector in it. Then come to your AFX->AFX Connector, hope all the deployed AFX Connector turned into Running State.
Regards,
Hemanth Kumar
Hi I've had this lots of times, I've found the only foolproof way is to go through the following steps
1. Download the server archive, server keystore, client keystore
2. As Root user afx stop
3. acm stop
4. acm stoporacle
5. check and kill any zombie processes
6 mv home/oracle/AFX /home/oracle/AFXold
7 Copy the downloaded archive file AFXServer.zip file to the /home/oracle directory
8 unzip AFXServer.zip
9 cd /home/oracle/AFX/bin
10 chmod 755 setPerms.sh
11 ./setPerms.sh
12 copy the client and server keystores to the appropriate locations
13 acm startoracle
14 acm start
15 afx start.
16 once afx starts all of your connectors should change to running state!
Thanks,
Rob
Hey guys, here is the content of the links Boris shared.
Hope it helps.