@@ -117,25 +117,25 @@ def __process_online_args(optional_arg_map):
117
117
if CommandLineArgUtil .ADMIN_URL_SWITCH in optional_arg_map :
118
118
if CommandLineArgUtil .ADMIN_USER_SWITCH not in optional_arg_map :
119
119
try :
120
- username = getcreds .getuser ('WLSDPLY-09044 ' )
120
+ username = getcreds .getuser ('WLSDPLY-06016 ' )
121
121
except IOException , ioe :
122
- ex = exception_helper .create_cla_exception ('WLSDPLY-09046 ' , ioe .getLocalizedMessage (), error = ioe )
122
+ ex = exception_helper .create_cla_exception ('WLSDPLY-06017 ' , ioe .getLocalizedMessage (), error = ioe )
123
123
ex .setExitCode (CommandLineArgUtil .ARG_VALIDATION_ERROR_EXIT_CODE )
124
124
__logger .throwing (ex , class_name = _class_name , method_name = _method_name )
125
125
raise ex
126
126
optional_arg_map [CommandLineArgUtil .ADMIN_USER_SWITCH ] = username
127
127
128
128
if CommandLineArgUtil .ADMIN_PASS_SWITCH not in optional_arg_map :
129
129
try :
130
- password = getcreds .getpass ('WLSDPLY-09045 ' )
130
+ password = getcreds .getpass ('WLSDPLY-06018 ' )
131
131
except IOException , ioe :
132
- ex = exception_helper .create_cla_exception ('WLSDPLY-09047 ' , ioe .getLocalizedMessage (), error = ioe )
132
+ ex = exception_helper .create_cla_exception ('WLSDPLY-06019 ' , ioe .getLocalizedMessage (), error = ioe )
133
133
ex .setExitCode (CommandLineArgUtil .ARG_VALIDATION_ERROR_EXIT_CODE )
134
134
__logger .throwing (ex , class_name = _class_name , method_name = _method_name )
135
135
raise ex
136
136
optional_arg_map [CommandLineArgUtil .ADMIN_PASS_SWITCH ] = String (password )
137
137
138
- mode = WlstModes . ONLINE
138
+ __logger . info ( 'WLSDPLY-06020' )
139
139
return mode
140
140
141
141
0 commit comments