Managed Servers on Node 2 Starts In Development Mode After Enabling Production Mode Through Weblogic Console.
(Doc ID 2501918.1)
Last updated on OCTOBER 20, 2021
Applies to:
Oracle WebLogic Server - Version 10.3.5 and laterInformation in this document applies to any platform.
Symptoms
On WLS cluster that consists in two virtual machines with 2 managed server per each. In the first node, the managed server starts with no relevant issues. But, in the second, the managed servers starts in Development mode. This parameter is enabled via console.
We checked configuration files and they seems correct. In both servers, config.xml has the parameter "production-mode-enabled" as you can see below:
$ grep production-mode-enabled $DOMAIN_HOME/config/config.xml
<production-mode-enabled>true</production-mode-enabled>
$ grep production-mode-enabled $DOMAIN_HOME/config/config.xml
<production-mode-enabled>true</production-mode-enabled>
On stdout log from both nodes the start mode can be viewed:
$ grep "WLS Start Mode" Mgd_01.out
WLS Start Mode=Production
$ grep "WLS Start Mode" Mgd_02.out
WLS Start Mode=Development
Managed server log file:
Changes
Enabled production mode using Weblogic console.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |