Hi All,
We are currently upgrading WAS from v6.1 to v8.5.5.7 on AIX OS. Both versions of WAS are parallely residing on the same physical server.
Both environments have separate dedicated file systems and users to access it.
Cell name of old environment( WAS 6.1): ABC
Cell name of new environment(WAS 8.5.5.7): XYZ
While starting the DMGR in the new environment, we are getting the following error:
HMGR0149E: An attempt to open a connection to core group DefaultCoreGroup has been rejected. The sending process has a name of ABC\hostname\nodeagent and an IP address of /IP Address of the same physical server . Global security in the local process is Enabled. Global security in the sending process is Enabled. The exception is com.ibm.websphere. security.auth.WSLoginFailedException: Validation of L TPA token failed due to invalid keys or token type. at com.ibm.ws.security.ltpa.LTPAServerObject.validateToken (LTPAServerObject.java:1180) at com.ibm.ws.security.ltpa.LTPAServerObject.validateToken (LTPAServerObject.java:1097)
We have tried the following steps:
1) stop all websphere app servers and node agents in the cell
2) turn off administrative security in the cell (via the deployment manager)
3) gen ltpa
4) restart the DM - without error
5) perform a manual sync of all nodes (syncNode.sh)
6) turn on administrative security in the cell (via the deployment manager)
7) restart the DM - with error
8) perform a manual sync of all nodes (syncNode.sh)
9) start node agents in the cell
10) start the websphere app servers.
But we still face the same error.In the above error, we can see clearly see that information of old environment (cell name: ABC) is being considered. I'm not sure why it would take the old environment's cell name in the new environment's deployment manager's logs.
Please help us to resolve this issue. Thanks in advance!!