Sunday, July 13, 2014

Info: Default Weblogic DemoTrust & DemoIdentity KeyStore passwords


Property
Value
Trust store location
%ORACLE_HOME%/weblogic/wlserver_10.3/ server/lib/DemoTrust.jks
Trust store password
DemoTrustKeyStorePassPhrase
Key store location
%ORACLE_HOME%/weblogic/wlserver_10.3/ server/lib/DemoIdentity.jks
Key store password
DemoIdentityKeyStorePassPhrase
Private key password
DemoIdentityPassPhrase

-- Siva Pokuri.

Saturday, July 5, 2014

Latest: New Feature in OAM 11g R2 PS2 WebGate specific Idle Timeout

In OAM 11g R2 PS2 you can configure WebGate specific Idle Timeouts.

By default "Session Idle Timeout" is set to "0".


-- Siva Pokuri.

Thursday, July 3, 2014

Fix: Unable to start WebLogic Admin Server

Issue : Weblogic doesn't start and you will start getting below error message:

<Jul 3, 2014 10:57:38 PM EDT> <Info> <Management> <BEA-141281> <unable to get file lock, will retry ...>

Resolution



When a server is starting, a .lok file is created. This is found under $FMW_HOME/servers/SERVERNAME/tmp/SERVERNAME.lok. If the file exists , then it cannot be created and the server cannot start. To correct this delete the existing file or kill the running process that is holding such file.

Sample Screen:


-- Siva Pokuri