OBIEE services do not start from command prompt nor from directly starting from bin folder.
1) Firewall is deactivated
2) Listener is up and pinging
3) Logs are only written to Admin server showing some JDBC Thin Driver Credential Store issue and Account locked issue
4) Tried to connect to DEV_BIPLATFORM from sqlplus and SQL Developer and the account is unlocked.
The AdminServer.log file is as below:
===================================================================================================================
NOTE: No localhost is setup in listener file, instead the computer name prevails. But JDBC thin driver is acting upon my DHCP address i guess.
What am i missing? How to resolve this issue. Attaching the log below.
=========================================================================================================================
####<Nov 1, 2019 1:16:54,335 AM EDT> <Info> <Security> <DESKTOP-H6R9L02> <> <main> <> <> <> <1572585414335> <[severity-value: 64] [partition-id: 0] [partition-name: DOMAIN] > <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>
####<Nov 1, 2019 1:16:55,022 AM EDT> <Info> <WebLogicServer> <DESKTOP-H6R9L02> <> <Thread-8> <> <> <> <1572585415022> <[severity-value: 64] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 25.201-b09 from Oracle Corporation.>
####<Nov 1, 2019 1:16:55,287 AM EDT> <Info> <RCM> <DESKTOP-H6R9L02> <> <Thread-5> <> <> <> <1572585415287> <[severity-value: 64] [partition-id: 0] [partition-name: DOMAIN] > <BEA-2165021> <"ResourceManagement" is not enabled in this JVM. Enable "ResourceManagement" to use the WebLogic Server "Resource Consumption Management" feature. To enable "ResourceManagement", you must specify the following JVM options in the WebLogic Server instance in which the JVM runs: -XX:+UnlockCommercialFeatures -XX:+ResourceManagement.>
####<Nov 1, 2019 1:17:43,054 AM EDT> <Critical> <WebLogicServer> <DESKTOP-H6R9L02> <AdminServer> <main> <<WLS Kernel>> <> <06918346-d609-4dd1-8b58-2f6957a01225-00000002> <1572585463054> <[severity-value: 4] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000362> <Server failed. Reason:
There are 1 nested errors:
oracle.security.jps.JpsException: JPS-01055: Could not create credential store instance. Reason oracle.security.jps.service.policystore.PolicyStoreException:
Can not connect DB with URL [jdbc:oracle:thin:@//192.0.1.0:1521/ORCL]
=====================================================================================================================================
Please help. Thank you.