OAM : Error while starting servers – Failed to start Service “Cluster” (ServiceState=SERVICE_STOPPED, STATE_JOINING)

Problem :

Error while starting OAM servers in clustered environment. Below error has been logged while starting up the servers.

(thread=Cluster, member=n/a): This member is not authorized to join the cluster. Rejected by Member(Id=1, Timestamp=2017-06-29 12:53:04.123, Address=192.168.24.12:9095, MachineId=1901, Location=site:lda,machine:OAMHOST01,process:916, Role=WeblogicServer).> 
(thread=[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Error while starting cluster: java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)

Cause:
All the nodes must have a valid and identical Well Known Address (WKA) list. An empty WKA list will prevent the nodes from forming a cluster. Continue reading “OAM : Error while starting servers – Failed to start Service “Cluster” (ServiceState=SERVICE_STOPPED, STATE_JOINING)”

Unable to start managed server using Nodemanager – SecurityProvider service class name for OAMIDAsserter is not specified.

Problem:

Error “SecurityProvider service class name for OAMIDAsserter is not specified” while starting managed server from weblogic admin console. Node manager is up and running.

Below has been logged in managed server log
Continue reading “Unable to start managed server using Nodemanager – SecurityProvider service class name for OAMIDAsserter is not specified.”

OAM : Error while starting cluster: (Wrapped) java.io.IOException: Keystore was tampered with, or password was incorrect

Symptom

Below error is logged in Adminserver log. In OAM environment, oam_admin will be failed state.

     (thread=Configuration Store Observer, member=n/a): Error while starting cluster: (Wrapped) java.io.IOException: Keystore was tampered with, or password was incorrect
        at com.tangosol.util.Base.ensureRuntimeException(Base.java:290)
.
.
.
        at java.util.TimerThread.run(Timer.java:505)
Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect
        at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:772)
.
.
        ... 45 more
Caused by: java.security.UnrecoverableKeyException: Password verification failed
        at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:770)
        ... 49 more
>

Continue reading “OAM : Error while starting cluster: (Wrapped) java.io.IOException: Keystore was tampered with, or password was incorrect”