q968 发表于 2017-2-14 12:38:06

weblogic NodeManager Error in AIX

  <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>
页: [1]
查看完整版本: weblogic NodeManager Error in AIX