Hello,
I am able to connect the Domain Controller and the host controller in wildfly cluster for Via L&G, the back-end says "service aveksa_cluster status
27291
RSA Via Lifecycle and Governance is running"
also
I am able to see the "Bridge Cluster.. is connected" message in both the server.log of DC and HC, but cant see the application when I hit Via L&G URL, getting 404- Not Found.
When restarting the aveksa_cluster service it says :
Kindly let me know how do i fix this. I am not able to make SON because of this issue.
Thanks,
Neeraja
It sounds to me like you have the wildfly cluster running, but have not yet deployed the aveksa.ear file onto the cluster.
If you look at page 15 of the wildfly install guide, there's really 2 steps there.
The first step is to configure/run the configureWildfly.sh script. This script will go into wildfly, and setup all the shared resources such as JMS queues/topics, and JDBC connections. Customers running weblogic/websphere have to do all this manually.
The second step there is to actually deploy the aveksa.ear onto the cluster:
/home/oracle/wildfly/bin/jboss-cli.sh -c --controller=<your domain controller ip address>:9999 --command="deploy /tmp/repackaged_ear_dir/aveksa.ear --server-groups=img-server-group"
Have you done both of these?