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]