<SEVERE> <Fatal error in node manager server>
weblogic.nodemanager.common.ConfigException: Native version is enabled but node
manager native library could not be loaded
at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServe
rConfig.java:239)
Solution:
below entry needs to be added in "nodemanager.properties"
NativeVersionEnabled=false
===============================
If you don't want to disable Native Version then :
based on the Operating System add the LD_LIBRARY_PATH
LD_LIBRARY_PATH=<BEA_HOME>/weblogic920/server/native/linux/i686
-D java.library.path=<Location-Native-Library>
本文解决了一个WebLogic Node Manager启动时出现的配置异常问题,详细介绍了如何通过修改nodemanager.properties文件来禁用Native版本或者正确设置本地库路径。
1134

被折叠的 条评论
为什么被折叠?



