Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

BEA-2165021> <"ResourceManagement" is not enabled in this JVM

Received Response
2281
Views
4
Comments
Sangeeta Pandey
Sangeeta Pandey Rank 6 - Analytics Lead

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

  • You will need to be provide more info to get a valid reply ...

    What product? What version? What environment? What "fatal error" (you only posted INFO)? How are you trying to "start OBIEE Admin server"?

  • Joel
    Joel Rank 8 - Analytics Strategist

    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.

  • Sangeeta Pandey
    Sangeeta Pandey Rank 6 - Analytics Lead

    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,

  • User_PVWDS
    User_PVWDS Rank 1 - Community Starter

    I encounter the similar error and found this is because of DB connectivity (Credential or any related change). Thanks.