You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Create Domain Tool to create the domain (WLST offline) and Update Domain Tool (WLST online) to update the domain (and also for appDeployments update)
In both the cases without "archive_file" option (as I am copying the war or ear files to the necessary location myself).
I have noticed that createDomain.sh (WLST offline) works but updateDomain.sh (WLST online) does not.
e.g. with
after runnging updateDomain (WLST online, without "archive_file" option), I get this error
SEVERE Messages:
1. WLSDPLY-09015: updateDomain deployment failed: Failed to get hash for file pf-appl/dist/test.war because the entry did not point into the archive and was not an absolute path
although "pf-appl/dist/test.war" exists (relative to the domain directory).
With absolute path it works.
With "archive_file" option also it works if "SourcePath" is subdirectory of wlsdeploy
I am using the Create Domain Tool to create the domain (WLST offline) and Update Domain Tool (WLST online) to update the domain (and also for appDeployments update)
In both the cases without "archive_file" option (as I am copying the war or ear files to the necessary location myself).
I have noticed that createDomain.sh (WLST offline) works but updateDomain.sh (WLST online) does not.
e.g. with
after runnging updateDomain (WLST online, without "archive_file" option), I get this error
SEVERE Messages:
although "pf-appl/dist/test.war" exists (relative to the domain directory).
With absolute path it works.
With "archive_file" option also it works if "SourcePath" is subdirectory of wlsdeploy
e.g.
The text was updated successfully, but these errors were encountered: