Hello,
I am installing Connections 7.0 on RHEL 7.9. I have created a management profile using the profile management GUI option however, I am unable to add an application node to the DMGR in WebSphere 8.5.5.19 and getting the below errors. I doubt that the DMGR profile has not been created correctly.
Even I tried to create the DMGR using admin agent in command line but the SOAP port 8879 doesn't listen there and 8877 port listening instead, I don't see the startManager.sh file after created the admin agent!
Please help me.
/local/IBM/WebSphere/AppServer/bin/manageprofiles.sh -create -profilePath /local/IBM/WebSphere/AppServer/profiles/Dmgr01 -templatePath /local/IBM/WebSphere/AppServer/profileTemplates/management -cellName Dmgr01NodeCell -hostName myserver.mydomain.com -defaultPorts -enableAdminSecurity true -adminUserName wasadmin -adminPassword Passw0rd -profileName Dmgr01 -nodeName Dmgr01Node -serverType ADMIN_AGENT
—Profile created using above command
[root@myserver bin]# ./startServer.sh adminagent
ADMU0116I: Tool information is being logged in file
/local/IBM/WebSphere/AppServer/profiles/AdminAgent01/logs/adminagent/startServer.log
ADMU0128I: Starting tool with the AdminAgent01 profile
ADMU3100I: Reading configuration for server: adminagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server adminagent open for e-business; process id is 39712— start admin agent
[root@myserver bin]# /local/IBM/WebSphere/AppServer/bin/manageprofiles.sh -create -profilePath /local/IBM/WebSphere/AppServer/profiles/ConnAppPro01 -templatePath /local/IBM/WebSphere/AppServer/profileTemplates/default -enableAdminSecurity true -adminUserName wasadmin -adminPassword Passw0rd -profileName ConnAppPro01 -nodeName ConnAppNode01
INSTCONFSUCCESS: Success: Profile ConnAppPro01 now exists. Please consult /local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/logs/AboutThisProfile.txt for more information about this profile.[root@myserver bin]# /local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/bin/addNode.sh myserver.mydomain.com 8877 -username wasadmin -password Passw0rd
ADMU0116I: Tool information is being logged in file
/local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/logs/addNode.log
ADMU0128I: Starting tool with the ConnAppPro01 profile
CWPKI0308I: Adding signer alias “CN=myserver.mydomain.com,” to local
keystore “ClientDefaultTrustStore” with the following SHA digest:
62:78:D9:30:F5:10:C6:61:44:C5:AF:F0:18:EF:42:50:A9:6C:C6:CB
CWPKI0314E: The following error is returned from an exception: Exception thrown
in RequiredModelMBean while trying to invoke operation
retrieveSigners
CWPKI0304E: The <remoteKeyStoreName> specified as
“CellDefaultTrustStore” was not found on the server.
ADMU0001I: Begin federation of node ConnAppNode01 with Deployment Manager at
myserver.mydomain.com:8877.
ADMU0027E: An error occurred during federation ADMU0025E: Given host and port
do not point to a Deployment Manager.; rolling back to original
configuration.
ADMU0211I: Error details may be seen in the file:
/local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/logs/addNode.log
ADMU0111E: Program exiting with error:
com.ibm.websphere.management.exception.AdminException: ADMU0025E:
Given host and port do not point to a Deployment Manager.
ADMU1211I: To obtain a full trace of the failure, use the -trace option.
ADMU0211I: Error details may be seen in the file:
/local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/logs/addNode.log
Regards,
Elango