Hi All,
Any suggestions would be appreciated, I have taken a copy of TEST to put on to a new virtual machine. The IFS home builds if I use a new RTM build or a clone of the existing TEST onto the new box. I keep however receiving this error in the node manager logs. It implies it can’t find this file that I can physically see here -
<23-Apr-2021 09:21:39 o'clock BST> <INFO> <Loading domains file: D:\IFS\IFSExt\IFST\wls_domain\NEW_IFST_PA\nodemanager\nodemanager.domains>
<23-Apr-2021 09:21:39 o'clock BST> <INFO> <Upgrade> <Setting NodeManager properties version to 12.2.1.3.0>
<23-Apr-2021 09:21:39 o'clock BST> <INFO> <Upgrade> <Encrypting NodeManager property: CustomIdentityKeyStorePassPhrase>
<23-Apr-2021 09:21:39 o'clock BST> <INFO> <Upgrade> <Encrypting NodeManager property: CustomIdentityPrivateKeyPassPhrase>
<23-Apr-2021 09:21:39 o'clock BST> <INFO> <Upgrade> <Saving upgraded NodeManager properties to 'D:\IFS\IFSExt\IFST\wls_domain\NEW_IFST_PA\nodemanager\nodemanager.properties'>
<23-Apr-2021 09:21:39 o'clock BST> <INFO> <Loading domains file: D:\IFS\IFSExt\IFST\wls_domain\NEW_IFST_PA\nodemanager\nodemanager.domains>
<23-Apr-2021 09:21:39 o'clock BST> <INFO> <Loading identity key store: FileName=D:/IFS/IFSExt/IFST/instance/NEW_IFST_PA/security/truststores/ifs_mws.jks, Type=jks, PassPhraseUsed=true>
<23-Apr-2021 09:21:39 o'clock BST> <SEVERE> <Fatal error in NodeManager server>
weblogic.nodemanager.common.ConfigException: Identity key store file not found: D:/IFS/IFSExt/IFST/instance/NEW_IFST_PA/security/truststores/ifs_mws.jks
at weblogic.nodemanager.server.SSLConfig.loadKeyStoreConfig(SSLConfig.java:225)
at weblogic.nodemanager.server.SSLConfig.access$000(SSLConfig.java:33)
at weblogic.nodemanager.server.SSLConfig$1.run(SSLConfig.java:118)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.nodemanager.server.SSLConfig.<init>(SSLConfig.java:115)
at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:169)
at weblogic.nodemanager.server.NMServer.getInstance(NMServer.java:134)
at weblogic.nodemanager.server.NMServer.main(NMServer.java:589)
at weblogic.NodeManager.main(NodeManager.java:31)
Also to note the database has been cloned and put onto a new VM as well which has been upgraded from 12c to 19c pre MWS installation.
Many Thanks,