How to fix Node Manager status inactive in version WebLogic 12.2.1?
Node Manager stopped working all of a sudden. I tried starting it via the terminal using the $DOMAIN_HOME/bin/startNodeManager.sh. Surprisingly it does start but when I do ps -ef | grep nodemanager there is no running process and netstat -anp | grep <port number> shows nothing. The initial error in admin console is weblogic.nodemanager.NMConnectException. Moreover, the log files do not show any error because the listen address is correct. Whe I tail the admin server log is shows timeout error. Please help