1)weblogic.nodemanager.NMException: Access to domain denied
Sol)
for this type of issue we need to enroll on nodemanager. Please follow these steps:
first we need to connect wlst
connect('username','passwd','url');
nmConnect('username','passwd','nmhost','nmport','domain name','domain path','type');
nmEnroll('domain path');
----------------------------------------------------------
2) What need to do if you get out of memory issues?
Sol)
First collect thread dumps and then analyse thread dumps with dev team. After that restart
application server.
Sol)
for this type of issue we need to enroll on nodemanager. Please follow these steps:
first we need to connect wlst
connect('username','passwd','url');
nmConnect('username','passwd','nmhost','nmport','domain name','domain path','type');
nmEnroll('domain path');
----------------------------------------------------------
2) What need to do if you get out of memory issues?
Sol)
First collect thread dumps and then analyse thread dumps with dev team. After that restart
application server.