Dear Community!
We are creating an IFS Applications 10 horizontal cluster consisting of 4 servers.
ifsapp01, ifsapp02, ifsapp03 and ifsapp04
We are able to create the cluster.zip on the master node, transferring it to the other nodes and install it there properly.
The next step is to add HttpServer, MainServer and IntServer on the Admin console.
All works, except for the HttpServer for server ifsapp03.
We get this error
com.ifsworld.adminconsole.util.JythonScriptExecutor$JSEScriptException
After this, the configuration of the weblogic server is locked for edit and we have to login to the weblogic console to solve this by reverting (or applying) changes.
Then, we can work on the admin console without issues again.
The only thing we could find is the following
Translated the messages as they are in german by default
/ifs/extIPROD10/wls_domain/IPROD10/servers/AdminServer/logs/ohs_admin.log.1:2636:<2022-03-17 10:08:51> <SEVERE> <OHS-0> <JPS-06501: Keystore HttpServer3_default is in Stripe OHS already existing>
/ifs/extIPROD10/wls_domain/IPROD10/servers/AdminServer/logs/ohs_admin.log.1:2637:<2022-03-17 10:17:22> <SEVERE> <OHS-3841> <error when creating Keystore "HttpServer3_default".>
Trying to delete the cluster on ifsapp03 is resulting in following errors
Mär 17, 2022 10:52:33 AM ifs.application.installer.util.ant.AntRunner$MwsAntLogger messageLogged
INFORMATION: 17.03.22 10:52:33 <ERROR > Action failed ConfigException - Message : Failed loading WLS config (ServerConfig.java:73)
Mär 17, 2022 10:52:33 AM ifs.application.installer.util.ant.AntRunner$MwsAntLogger messageLogged
INFORMATION: 17.03.22 10:52:33 <ERROR > ..caused by: FileNotFoundException - Message : /ifs/extIPROD10/wls_domain/IPROD10/config/config.xml (File or directory not found) (FileInputStream.java:-2)
Mär 17, 2022 10:52:33 AM ifs.application.installer.util.ant.AntRunner$MwsAntLogger messageLogged
INFORMATION:
Mär 17, 2022 10:52:33 AM ifs.application.installer.util.ant.AntRunner$MwsAntLogger messageLogged
INFORMATION: Failed loading WLS config
Mär 17, 2022 10:52:33 AM ifs.application.installer.util.ant.AntRunner$MwsAntLogger messageLogged
But this file is not existing on any cluster slave nodes.
So now, we are not able to create the third HttpServer and I wonder why.
Any ideas on that?
Regards
Tobias