Unable to Activate Changes in Enterprise Manager or WebLogic Console

This issue can be observed while updating a change from the console and saving and activating the changes or in this case from Enterprise manager console trying to edit a configuration and got the below error in the process and the same was seen in AdminServer logs too.

<Apr 4, 2017 9:19:34 AM PDT> <Warning> <DeploymentService> <BEA-290015> <Domain wide secret mismatch>

<Apr 4, 2017 9:20:34 AM PDT> <Warning> <DeploymentService> <BEA-290015> <Domain wide secret mismatch>

 

Failed-server: server2, Reason: java.rmi.RemoteException: [Deployer:149150]An IOException occurred while reading the input. : with response code ‘401’ : with response message ‘Unauthorized’

Edit-owner: principals=[weblogic, Administrators], Exclusive: false, Acquired: 1491322469714, Expire: 0

Possible Reason

1) Significant time delay between Admin and Managed Servers

Validation

1) Check the time on both admin servers, if there time difference is more then 2 mins / 120 sec then please proceed further.

# date —–→ Command Can be used to validate time on unix/linux systems

2) Check NTP configruations

# ntpq -pn —→ will list out the ntp servers if configured.

Sample

———

[root@host01 ~]# ntpq -pn

remote           refid      st t when poll reach   delay   offset  jitter

==============================================================================

10.232.144.1    .INIT.          16 u    – 1024    0    0.000    0.000   0.000

130.35.136.1    .INIT.          16 u    – 1024    0    0.000    0.000   0.000

*127.127.1.0     .LOCL.          10 l   18   64  377    0.000    0.000   0.000

3) Run a time check on ntp server to see if it is working, using ntpdate -dv command

# ntpdate -dv <ntp server ip>

Sample

——–

[root@host01 ~]# ntpdate -dv 10.232.144.1

4 Apr 15:12:08 ntpdate[1014]: ntpdate 4.2.4p8@1.1612-o Tue Jul  6 21:50:29 UTC 2010 (1)

Looking for host 10.232.144.1 and service ntp

host found : 10.232.144.1

transmit(10.232.144.1)

transmit(10.232.144.1)

transmit(10.232.144.1)

transmit(10.232.144.1)

transmit(10.232.144.1)

10.232.144.1: Server dropped: no data

server 10.232.144.1, port 123

stratum 0, precision 0, leap 00, trust 000

refid [10.232.144.1], delay 0.00000, dispersion 64.00000

transmitted 4, in filter 4

reference time:    00000000.00000000  Wed, Feb  6 2036 22:28:16.000

originate timestamp: 00000000.00000000  Wed, Feb  6 2036 22:28:16.000

transmit timestamp:  dc8e98c6.1b00c15f  Tue, Apr  4 2017 15:12:22.105

filter delay:  0.00000  0.00000  0.00000  0.00000

0.00000  0.00000  0.00000  0.00000

filter offset: 0.000000 0.000000 0.000000 0.000000

0.000000 0.000000 0.000000 0.000000

delay 0.00000, dispersion 64.00000

offset 0.000000

 

4 Apr 15:12:23 ntpdate[1014]: no server suitable for synchronization found

[root@host01 ~]#

 

In this case NTPServer isn’t responding so that’s the reason there was time delay between WLS servers

4) Use ntpdate -uv command to manually sync the server with active working ntp server.

# ntpdate -uv <ntpserver ip>

[root@host01 ~]# ntpdate -uv 192.0.2.1

4 Apr 09:40:37 ntpdate[31627]: ntpdate 4.2.4p8@1.1612-o Tue Jul  6 21:50:29 UTC 2010 (1)

4 Apr 09:42:34 ntpdate[31627]: step time server 192.0.2.1 offset 116.684819 sec

run the above command on all wls server to make sure time is sync, then run date command to verify.

5) Now try to update wls settings changes from admin console, it should work.

Oracle MOS References

Unable to Make Any Changes to Managed Server While It Is Running With Error “BEA-290015> Domain wide secret mismatch>”(Doc ID 2122342.1)

Unable To Lock/edit/Activate Changes from Weblogic Console with Response Message ‘Unauthorized’ (Doc ID 2240077.1)

The Activate Changes Operation for Request “xxxxxx” Could not be Completed Because the Activate Timed Out’ When Time On Managed Servers Is Out Of Sync (Doc ID 2107803.1)

How to force a NTP sync with the NTP server(s) on Oracle Linux or Oracle VM (Doc ID 2094959.1)