Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BEA-2165021> <"ResourceManagement" is not enabled in this JVM

Hello Experts,
I am getting Fatal error while trying to connect to start OBIEE Admin server:
<Jul 27, 2020 1:09:19 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 25.191-b12 from Oracle Corporation.>
Jul 27, 2020 1:09:19 AM oracle.security.jps.wls.JpsBootStrapService start
INFO: JPS bootstrap service started.
<Jul 27, 2020 1:09:22 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 12.2.1.3.0 Thu Aug 17 13:39:49 PDT 2017 1882952>
<Jul 27, 2020 1:09:22 AM IST> <Info> <RCM> <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.>
Enter username to boot WebLogic server:
I tried my best to resolve it but in vain.
This was working fine last time and today after 2 weeks I tried to start it and facing this issue.
Not sure what went wrong. Kindly help !!!
Thanks,
Answers
-
-
To get any help on here you should really provide as much information as possible as @Gianni Ceresa mentioned above.
Is this Unix? If so, it’s very like that this is a file permission issue. Are all files owned by the oracle user? There may be some owned by the root user which normally cause this type of issue.0 -
what I realized that I have changed password by mistake for OBIEE Rep Tables at DB, example DEV_MDS pwd.
Now when my weblogic server starts and tries to login to DB for these user/schema, it fails.
Password at XMLs at JDBC folder within config directory is encripted and hence could not change directly.
However this issue is resolved now.
I changed the pwd for jdbc data sources through EM.
However before that regenerated missing DemoIdentity.jks followed by modifyBootStrapCredential to make weblogic server running and able to login to EM.
Thanks,
0 -
I encounter the similar error and found this is because of DB connectivity (Credential or any related change). Thanks.
0