Tuesday, March 15, 2016

Webcenter Portal BPM integration steps while changing weblogic user password.

Follow the below steps in both Webcenter and SOA/BPM environment.

1.       Change the password in the security realm.
Weblogic Admin Console à Security Realms à myrealmàUsers and Groups à Click on ‘Weblogic’ à Passwords à Update the new password.

2.       Update the boot.properties with username and password and restart the servers

3.      Weblogic Admin Console àClick on the domain name à Security à General à Advanced à Update the credentials here.

Follow the below step in Webcenter environment.

4.      Weblogic Admin Console à Click on ‘Services’ à Foreign JNDI Providers à Click on ‘BPMRuntimeProviderà
Update the password here.


Finally restart SOA and Webcenter Admin and Managed servers.

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.

All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.

We have reported the similar issue and the solution in my other blog. Please ClickHere

For server , the Node Manager associated with machine is not reachable.

We have reported the similar issue and the solution in my other blog. Please ClickHere

Node Manager is not reachable Error in Weblogic Admin console

We might get below error as well,

For server <fmw managed server>, the Node Manager associated with machine <machine Name> is not reachable.

All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.

Security:090476]Invalid/unknown SSL header was received from peer <hostname> during SSL handshake.

Solution :-  Follow the below steps.

Step 1:-
Login to Weblogic Admin Console à Click on ‘Servers’ à Click on ‘Admin Server’ or corresponding managed server à SSL àAdvanced à Set ‘Hostname Verification’ to ‘None’.

Step 2:-
Login to Weblogic Admin Console à Click on ‘Machines’ à Click on <machine name> à Node Manager à Select ‘Type’ as ‘Plain’.

Step 3:-
Login to the Machine with oracle user à Go to the below path for node manager configuration.
#cd /u01/app/oracle/product/fmw11g/wlserver_10.3/common/nodemanager/
#vi nodemanager.properties

Add below entry in the file and save it.
SecureListener=false


After performing above three steps, start the node manager.