Tuesday, March 15, 2016

Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup

While starting oracle fusion middleware managed servers via admin console, we get below error

Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup

This is due to the node manager configuration issue and can be resolved by updating the nodemanager.properties file with below entries.

#cd /u01/app/oracle/product/fmw11g/wlserver_10.3/common/nodemanager/

#vi nodemanager.properties

StartScriptEnabled=true


Restart the node manager, admin server and managed server.

No comments:

Post a Comment