If you encounter Node manager service going down frequently in OBIEE 12c, it is probably because of insufficient heap memory size. In that case you will see error similar to below in the nodemanager log file.
<SEVERE> <Fatal error in NodeManager server>
java.lang.OutOfMemoryError: unable to create new native thread
In this case follow below steps...
1) Bring down all services (Nodemanager, Admin, biserver and bicomponents)
2) Go to <ORACLE_HOME>/oracle_common/common/bin/commBaseEnv.sh
3) Bump up the perm size to something like -Xms32m -Xmx1024m
4) Save and restart alll services
If you are facing this issue it might be likely that you are having insufficient memory for Admin and biserver as well. Go ahead and change files in below location to have them fixed.
<DOMAIN_HOME>/bin/setDomainEmv.sh
Good Luck!!
<SEVERE> <Fatal error in NodeManager server>
java.lang.OutOfMemoryError: unable to create new native thread
In this case follow below steps...
1) Bring down all services (Nodemanager, Admin, biserver and bicomponents)
2) Go to <ORACLE_HOME>/oracle_common/common/bin/commBaseEnv.sh
3) Bump up the perm size to something like -Xms32m -Xmx1024m
4) Save and restart alll services
If you are facing this issue it might be likely that you are having insufficient memory for Admin and biserver as well. Go ahead and change files in below location to have them fixed.
<DOMAIN_HOME>/bin/setDomainEmv.sh
Good Luck!!
No comments:
Post a Comment