OUD/OUDSM 12c - The WebLogic Scripting Tool (WLST) "CreateOUDSMDomain" Command Fails with Error: "TypeError: int() argument must be a string or a number"
(Doc ID 2745142.1)
Last updated on OCTOBER 03, 2024
Applies to:
Oracle Unified Directory - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
On : OUD / OUDSM 12.2.1.4.0 version while following the below KM Article as well as the online documentation
OUD 12c: How to Install OUD and OUDSM in Collocated Mode (Rather Than Standalone Mode) Where OUD & OUDSM are Installed in One Domain or In Separate Domains (Doc ID 2303721.1)
The WebLogic Scripting Tool (WLST) "createOUDSMDomain" command fails with error: "TypeError: int() argument must be a string or a number"
For example:
[bin]$ ./wlst.sh
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
wls:/offline> createOUDSMDomain(domainLocation="<PATH_TO_12cOUD>/user_projects/domains/<DOMAIN_NAME>", weblogicPort=<WL_PORT>, weblogicSSLPort=<WL_S-PORT>, weblogicUserName=<name>, weblogicUserPassword='<WL_PASSWORD>')
Traceback (innermost last):
File "", line 1, in ?
File "<PATH_TO_12cOUD>/oud/plugins/wlst/oudsm-wlst.jar!/wlstScriptDir/CreateOUDSMDomain.py", line 39, in createOUDSMDomain
File "<PATH_TO_12cOUD>/oud/plugins/wlst/oudsm-wlst.jar!/wlstScriptDir/CreateOUDSMDomain.py", line 75, in create_OUDSM_Domain
File "<PATH_TO_12cOUD>/oud/plugins/wlst/oudsm-wlst.jar!/wlstScriptDir/CreateOUDSMDomain.py", line 153, in isBlank
TypeError: int() argument must be a string or a number
wls:/offline>
OUD 12c: How to Install OUD and OUDSM in Collocated Mode (Rather Than Standalone Mode) Where OUD & OUDSM are Installed in One Domain or In Separate Domains (Doc ID 2303721.1)
The issue can be reproduced at will by running the WLST command.
Due to this issue, users cannot run the WLST command successfully.
Changes
None. First time use of the command.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |