Categories
- All Categories
- 10 Oracle Analytics Sharing Center
- 13 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.6K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c cannot execute WLST java commands - Error: Could not find or load main class weblogic.secu

I am attempting to update the weblogic admin user password following
OBIEE 12C - How to Change 'Weblogic' User Password in OBIEE 12c Environment (Doc ID 2147135.1)
OBIEE 12c: After Weblogic Admin <PASSWORD> Changed Error Occurred: "Authentication denied Boot identity not valid" (Doc ID 2650671.1)
Following the instructions I xecute the script - setDomainEnv.cmd/.sh
Then attempt steps 3 and 4
Step 3. Run java weblogic.security.Encrypt username where username is the Admin user.
Step 4. Run java weblogic.security.Encrypt password where <PASSWORD> is the admin user <PASSWORD>. Refer: WebLogic Encrypt utility
and I receive the following error
Error: Could not find or load main class weblogic.security.Encrypt
I also attempted to perform the encryption using the alternative method outlined in
Using the weblogic.security.Encrypt or WLST encrypt() Utility to Replace Clear Text Password with an Encrypted Value (Doc ID 2298787.1)
but receive the same error.when attempting
java weblogic.WLST
testing the java and javac commands the expected output is returned so Java is configured.
However, when I attempt to execute any java package from any folder i get the main class error.
Are there additional steps needed to enable the java packages?
Message was edited by: 4200090