集群部署weblogic+sup错误BEA-141274
<Warning> <Management> <BEA-141274> <Production mode has specified at the command line via the weblogic.ProductionModeEnabled system property. This system property overrides the development mode setting contained in config.xml. However, the console and WLST show the attribute values and defaults that correspond to the development mode specified in config.xml.>
解决方法:
在 startWebLogic.sh脚本中设置JAVA_OPTIONS "-Dweblogic.ProductionMode=false" ,再重启主管节点;
更改如下:
# *************************************************************************
# Call setDomainEnv here.
DOMAIN_HOME="C:/bea103/user_projects/domains/7001_Domain"
. ${DOMAIN_HOME}/bin/setDomainEnv.sh $*
SAVE_JAVA_OPTIONS="${JAVA_OPTIONS}" -Dweblogic.ProductionMode=false
SAVE_CLASSPATH="${CLASSPATH}"