File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
resources/oracle/weblogic/deploy/messages Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -289,8 +289,9 @@ def __connect_to_domain(model_context):
289
289
try :
290
290
wlst_helper .read_domain (model_context .get_domain_home ())
291
291
except PyWLSTException , wlst_ex :
292
+ wls_version = WebLogicHelper (__logger ).get_actual_weblogic_version ()
292
293
ex = exception_helper .create_discover_exception ('WLSDPLY-06002' , model_context .get_domain_home (),
293
- wlst_ex .getLocalizedMessage (), error = wlst_ex )
294
+ wls_version , wlst_ex .getLocalizedMessage (), error = wlst_ex )
294
295
__logger .throwing (ex , class_name = _class_name , method_name = _method_name )
295
296
raise ex
296
297
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ WLSDPLY-05404={0} encountered an error while printing model usage information: {
407
407
WLSDPLY-06000 =Internal error while discovering domain {0} from directory {1} for WebLogic version {2} in \
408
408
WLST mode {3}: {4}
409
409
WLSDPLY-06001 =Connecting to the administration server at {0} as user {1} failed: {2}
410
- WLSDPLY-06002 =Reading the domain at {0} failed: {1 }
410
+ WLSDPLY-06002 =Reading the domain at {0} using Oracle home version {1} failed: {2 }
411
411
WLSDPLY-06004 =Unexpected exception return from opening archive file at location {0}. Check the contents \
412
412
of the log for more information
413
413
WLSDPLY-06005 =Unable to clear the existing archive file. Correct the problem before re-attempting discover : {0}
You can’t perform that action at this time.
0 commit comments