Categories
- All Categories
- Oracle Analytics Learning Hub
- 26 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 235 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c OBIEE services not starting
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.
Answers
-
-
Add to Christian's questions:
3.) Which part of OBIEE doesn't start? Admin server, managed server, all the components, some of them (BI Server, BIPS etc.)There are many more log files than the output of the start command.
Just a detail: are you sure about your database config? 192.0.1.0 is a public IP address, not a private one. You are not supposed to use public IP addresses for "internal" usage as your router will really try to route those things out somewhere.
And if you redacted the logs before posting, don't replace private IP addresses, they are anyway valid from inside your own local network, so make no sense to replace them.
0
