-
Notifications
You must be signed in to change notification settings - Fork 87
Description
My query might be very basic, planning to start WDT for 14c deployments.
We are planning to use github hosted runners instead of Self hosted, So want to check WDT tooling requires the full WebLogic binaries (WL binaries) locally in the runners to function?
if yes is there possibility to install WLS silently in github runners?
Tried to execute by referring Oracle home path as below from giihub runners, but getting the below error unable to WLS version ?
wdt/weblogic-deploy/bin/deployApps.sh
-oracle_home /home/runner/work/demo-app/demo-app/wdt/weblogic-deploy
-admin_url t3s://:
-admin_user fusion_admin
-admin_pass ***
-model_file model.yaml
-target_wls_version 14.1.2.0.0
#-archive_file deployment-package.zip
JAVA_HOME /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.29-7/x64 contains OpenJDK, which is not supported by WebLogic Server, so use at your own risk!
JDK version is 11.0.29+7
Unable to determine WLS version in /home/runner/work/demo-app/demo-app/wdt/weblogic-deploy to determine WLST shell script to call
Error: Process completed with exit code 98.