Oracle Weblogic Server (MOSC)

MOSC Banner

While Updating OPSS password, using WLST commands it failed with error code Caused by: ?

Hi,

I tried to update OPSS passwords using WLST commands on my oracle linux box. But it failed with below error.

Caused by: com.oracle.cie.domain.script.jython.WLSTException: Error updating domain:
64254: Error occurred in "Artifacts Generation" phase execution
64254: Encountered error: Servicetable connection not available.
isSampleDB=false

Below is set of commands that I used. I just populated correct values in below commands.

java weblogic.WLST
readDomain('%DomainPath%')
cd('/JDBCSystemResource/<DataSourceName>/JdbcResource/<DataSourceName>/JDBCDriverParams/NO_NAME_0')
set('PasswordEncrypted','<password>')
updateDomain()

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center