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):
289289 try :
290290 wlst_helper .read_domain (model_context .get_domain_home ())
291291 except PyWLSTException , wlst_ex :
292+ wls_version = WebLogicHelper (__logger ).get_actual_weblogic_version ()
292293 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 )
294295 __logger .throwing (ex , class_name = _class_name , method_name = _method_name )
295296 raise ex
296297
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: {
407407WLSDPLY-06000 =Internal error while discovering domain {0} from directory {1} for WebLogic version {2} in \
408408 WLST mode {3}: {4}
409409WLSDPLY-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} with WebLogic Server version {1} failed: {2 }
411411WLSDPLY-06004 =Unexpected exception return from opening archive file at location {0}. Check the contents \
412412 of the log for more information
413413WLSDPLY-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