./README.md:2:This project is useful if you want to try RHAMT on an OpenShift instance. ./README.md:3:If you just want to test RHAMT using the [images](https://hub.docker.com/u/windup3/) we have made available in the docker.io repository, go straight to the [OpenShift template deployment](#openshift-template-deployment) section. ./README.md:4:If you have made some changes to RHAMT and you want to test them on an OpenShift instance, in the next paragraph you'll find all the information for building your own docker images so that you're free to test your code. ./README.md:35:Now that your images are available on docker.io repository, you have to reference them in RHAMT template in order to use these images in the deployments. ./README.md:40:There are two different ways for deploying RHAMT on OpenShift based upon if you have [`cluster-admin privileges`](https://docs.openshift.org/latest/architecture/additional_concepts/authorization.html#roles): if you have those privileges you can decide to follow [Template deployment in OpenShift catalog](#template-deployment-in-openshift-catalog) (because you can operate on the default `openshift` project) or [Import template in Openshift Web Console](#import-template-in-openshift-web-console) otherwise you can just go with the latter approach ([Import template in Openshift Web Console](#import-template-in-openshift-web-console)) ./README.md:48:| [`web-template-empty-dir-executor.json`](templates/src/main/resources/web-template-empty-dir-executor.json) | OpenShift | The recommended template to deploy RHAMT on OCP
The analysis data between the `executor` pod and the `web console` one are sent using REST web services | ./README.md:49:| [`web-template-empty-dir-executor-shared-storage.json`](templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json) | OpenShift with `ReadWriteMany (RWX)` storage| This template deploys RHAMT on OCP using a shared storage between the `executor` pod and the `web console` one to share the analysis data | ./README.md:84: 1. choose `rhamt-web-console` deployment page ./README.md:90: 1. repeat these steps for `rhamt-web-console-executor` deployment using `windup-web-openshift-messaging-executor` as `Image Stream` combox value ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:6: "description": "RHAMT Web Console template", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:12: "name": "rhamt-web-console" ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:15: "app": "rhamt-web-console", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:16: "template": "rhamt-web-console", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:25: "value": "rhamt-web-console", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:64: "displayName": "RHAMT Volume Capacity", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:65: "description": "Size of persistent storage for RHAMT volume.", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:66: "name": "RHAMT_VOLUME_CAPACITY", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:88: "value": "rhamt", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:251: "value": "rhamt", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:502: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:507: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:760: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:762: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:766: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:825: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:830: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:839: "/opt/rhamt-cli/bin/stop.sh" ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:849: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:858: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:895: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:897: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:901: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:1034: "description": "Rhamt Master AMQ port." ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:1086: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json:1097: "storage": "${RHAMT_VOLUME_CAPACITY}" ./templates/src/main/resources/web-template-empty-dir-executor.json:6: "description": "RHAMT Web Console template", ./templates/src/main/resources/web-template-empty-dir-executor.json:12: "name": "rhamt-web-console" ./templates/src/main/resources/web-template-empty-dir-executor.json:15: "app": "rhamt-web-console", ./templates/src/main/resources/web-template-empty-dir-executor.json:16: "template": "rhamt-web-console", ./templates/src/main/resources/web-template-empty-dir-executor.json:25: "value": "rhamt-web-console", ./templates/src/main/resources/web-template-empty-dir-executor.json:64: "displayName": "RHAMT Volume Capacity", ./templates/src/main/resources/web-template-empty-dir-executor.json:65: "description": "Size of persistent storage for RHAMT volume.", ./templates/src/main/resources/web-template-empty-dir-executor.json:66: "name": "RHAMT_VOLUME_CAPACITY", ./templates/src/main/resources/web-template-empty-dir-executor.json:88: "value": "rhamt", ./templates/src/main/resources/web-template-empty-dir-executor.json:251: "value": "rhamt", ./templates/src/main/resources/web-template-empty-dir-executor.json:502: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/web-template-empty-dir-executor.json:507: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./templates/src/main/resources/web-template-empty-dir-executor.json:756: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/web-template-empty-dir-executor.json:758: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./templates/src/main/resources/web-template-empty-dir-executor.json:762: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./templates/src/main/resources/web-template-empty-dir-executor.json:821: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./templates/src/main/resources/web-template-empty-dir-executor.json:830: "/opt/rhamt-cli/bin/stop.sh" ./templates/src/main/resources/web-template-empty-dir-executor.json:840: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/src/main/resources/web-template-empty-dir-executor.json:849: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/src/main/resources/web-template-empty-dir-executor.json:882: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./templates/src/main/resources/web-template-empty-dir-executor.json:1015: "description": "Rhamt Master AMQ port." ./templates/src/main/resources/web-template-empty-dir-executor.json:1067: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./templates/src/main/resources/web-template-empty-dir-executor.json:1078: "storage": "${RHAMT_VOLUME_CAPACITY}" ./templates/src/main/resources/deprecated/web-template.json:6: "description": "RHAMT Web Console template", ./templates/src/main/resources/deprecated/web-template.json:12: "name": "rhamt-web-console" ./templates/src/main/resources/deprecated/web-template.json:15: "app": "rhamt-web-console", ./templates/src/main/resources/deprecated/web-template.json:16: "template": "rhamt-web-console", ./templates/src/main/resources/deprecated/web-template.json:25: "value": "rhamt-web-console", ./templates/src/main/resources/deprecated/web-template.json:67: "value": "rhamt", ./templates/src/main/resources/deprecated/web-template.json:230: "value": "rhamt", ./templates/src/main/resources/deprecated/web-template.json:480: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/deprecated/web-template.json:729: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/deprecated/web-template.json:731: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./templates/src/main/resources/deprecated/web-template.json:788: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/deprecated/web-template.json:797: "/opt/rhamt-cli/bin/stop.sh" ./templates/src/main/resources/deprecated/web-template.json:807: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/src/main/resources/deprecated/web-template.json:816: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/src/main/resources/deprecated/web-template.json:849: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/src/main/resources/deprecated/web-template.json:851: "claimName": "${APPLICATION_NAME}-rhamt-web-executor-claim" ./templates/src/main/resources/deprecated/web-template.json:982: "description": "Rhamt Master AMQ port." ./templates/src/main/resources/deprecated/web-template.json:1034: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./templates/src/main/resources/deprecated/web-template.json:1054: "name": "${APPLICATION_NAME}-rhamt-web-executor-claim", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:6: "description": "RHAMT Web Console template", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:12: "name": "rhamt-web-console" ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:15: "app": "rhamt-web-console", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:16: "template": "rhamt-web-console", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:25: "value": "rhamt-web-console", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:64: "displayName": "RHAMT Volume Capacity", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:65: "description": "Size of persistent storage for RHAMT volume.", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:66: "name": "RHAMT_VOLUME_CAPACITY", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:88: "value": "rhamt", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:251: "value": "rhamt", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:502: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:507: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:760: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:762: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:766: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:825: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:830: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:839: "/opt/rhamt-cli/bin/stop.sh" ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:849: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:858: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:895: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:897: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:901: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:1034: "description": "Rhamt Master AMQ port." ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:1086: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./templates/target/classes/web-template-empty-dir-executor-shared-storage.json:1097: "storage": "${RHAMT_VOLUME_CAPACITY}" ./templates/target/classes/web-template-empty-dir-executor.json:6: "description": "RHAMT Web Console template", ./templates/target/classes/web-template-empty-dir-executor.json:12: "name": "rhamt-web-console" ./templates/target/classes/web-template-empty-dir-executor.json:15: "app": "rhamt-web-console", ./templates/target/classes/web-template-empty-dir-executor.json:16: "template": "rhamt-web-console", ./templates/target/classes/web-template-empty-dir-executor.json:25: "value": "rhamt-web-console", ./templates/target/classes/web-template-empty-dir-executor.json:64: "displayName": "RHAMT Volume Capacity", ./templates/target/classes/web-template-empty-dir-executor.json:65: "description": "Size of persistent storage for RHAMT volume.", ./templates/target/classes/web-template-empty-dir-executor.json:66: "name": "RHAMT_VOLUME_CAPACITY", ./templates/target/classes/web-template-empty-dir-executor.json:88: "value": "rhamt", ./templates/target/classes/web-template-empty-dir-executor.json:251: "value": "rhamt", ./templates/target/classes/web-template-empty-dir-executor.json:502: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/web-template-empty-dir-executor.json:507: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./templates/target/classes/web-template-empty-dir-executor.json:756: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/web-template-empty-dir-executor.json:758: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./templates/target/classes/web-template-empty-dir-executor.json:762: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./templates/target/classes/web-template-empty-dir-executor.json:821: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./templates/target/classes/web-template-empty-dir-executor.json:830: "/opt/rhamt-cli/bin/stop.sh" ./templates/target/classes/web-template-empty-dir-executor.json:840: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/target/classes/web-template-empty-dir-executor.json:849: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/target/classes/web-template-empty-dir-executor.json:882: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./templates/target/classes/web-template-empty-dir-executor.json:1015: "description": "Rhamt Master AMQ port." ./templates/target/classes/web-template-empty-dir-executor.json:1067: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./templates/target/classes/web-template-empty-dir-executor.json:1078: "storage": "${RHAMT_VOLUME_CAPACITY}" ./templates/target/classes/deprecated/web-template.json:6: "description": "RHAMT Web Console template", ./templates/target/classes/deprecated/web-template.json:12: "name": "rhamt-web-console" ./templates/target/classes/deprecated/web-template.json:15: "app": "rhamt-web-console", ./templates/target/classes/deprecated/web-template.json:16: "template": "rhamt-web-console", ./templates/target/classes/deprecated/web-template.json:25: "value": "rhamt-web-console", ./templates/target/classes/deprecated/web-template.json:67: "value": "rhamt", ./templates/target/classes/deprecated/web-template.json:230: "value": "rhamt", ./templates/target/classes/deprecated/web-template.json:480: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/deprecated/web-template.json:729: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/deprecated/web-template.json:731: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./templates/target/classes/deprecated/web-template.json:788: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/deprecated/web-template.json:797: "/opt/rhamt-cli/bin/stop.sh" ./templates/target/classes/deprecated/web-template.json:807: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/target/classes/deprecated/web-template.json:816: "/opt/rhamt-cli/bin/livenessProbe.sh" ./templates/target/classes/deprecated/web-template.json:849: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./templates/target/classes/deprecated/web-template.json:851: "claimName": "${APPLICATION_NAME}-rhamt-web-executor-claim" ./templates/target/classes/deprecated/web-template.json:982: "description": "Rhamt Master AMQ port." ./templates/target/classes/deprecated/web-template.json:1034: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./templates/target/classes/deprecated/web-template.json:1054: "name": "${APPLICATION_NAME}-rhamt-web-executor-claim", ./cli/src/main/docker/assembly/assembly.xml:9: ${project.build.directory}/rhamt-cli/rhamt-cli-${version.windup.cli}/ ./cli/pom.xml:42: /opt/migrationtoolkit/bin/rhamt-cli ./cli/pom.xml:65: rhamt-cli ./cli/pom.xml:69: ${project.build.directory}/rhamt-cli ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bash-completion/rhamt-cli:1:# bash completion for rhamt-cli -*- shell-script -*- ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bash-completion/rhamt-cli:3:_rhamt-cli() ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bash-completion/rhamt-cli:44:complete -F _rhamt-cli rhamt-cli ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:9:@REM RHAMT Startup script ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:17:@REM RHAMT_HOME - location of RHAMT's installed home dir ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:18:@REM RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:38:if not "%RHAMT_HOME%" == "" set RHAMT_HOME=%RHAMT_HOME:"=% ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:42:if exist "%USERHOME%\rhamtrc_pre.bat" call "%USERHOME%\rhamtrc_pre.bat" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:98:echo A Java 1.8 or higher JRE is required to run RHAMT. "%JAVA_HOME%\bin\java.exe" is version %JAVAVER% ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:107:if exist "%SCRIPT_HOME%\rhamt-cli-version.txt" set "RHAMT_HOME=%SCRIPT_HOME%" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:109:if not "%RHAMT_HOME%"=="" goto valFHome ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:111:if "%OS%"=="Windows_NT" SET "RHAMT_HOME=%~dp0.." ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:112:if "%OS%"=="WINNT" SET "RHAMT_HOME=%~dp0.." ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:113:if not "%RHAMT_HOME%"=="" goto valFHome ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:116:echo ERROR: RHAMT_HOME not found in your environment. ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:117:echo Please set the RHAMT_HOME variable in your environment to match the ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:118:echo location of the RHAMT installation ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:125:if not "_%RHAMT_HOME:~-1%"=="_\" goto checkFBat ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:126:set "RHAMT_HOME=%RHAMT_HOME:~0,-1%" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:130:if exist "%RHAMT_HOME%\bin\rhamt-cli.bat" goto init ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:133:echo ERROR: RHAMT_HOME is set to an invalid directory. ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:134:echo RHAMT_HOME = "%RHAMT_HOME%" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:135:echo Please set the RHAMT_HOME variable in your environment to match the ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:136:echo location of the RHAMT installation ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:144:set RHAMT_CMD_LINE_ARGS= ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:145:set RHAMT_DEBUG_ARGS= ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:157: if "!arg!"=="--debug" set RHAMT_DEBUG_ARGS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:158: set "RHAMT_CMD_LINE_ARGS=!RHAMT_CMD_LINE_ARGS! "!arg!"" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:170:SET RHAMT_JAVA_EXE="%JAVA_HOME%\bin\java.exe" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:175:goto runRHAMT_CLI ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:177:@REM Start RHAMT ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:178::runRHAMT_CLI ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:180:echo Using RHAMT at %RHAMT_HOME% ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:183:if exist "%RHAMT_HOME%\addons" set ADDONS_DIR=--immutableAddonDir "%RHAMT_HOME%\addons" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:184:set RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:190: set RHAMT_MAX_METASPACE_SIZE=256m ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:192: set RHAMT_MAX_METASPACE_SIZE=%MAX_METASPACE_SIZE% ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:196: set RHAMT_RESERVED_CODE_CACHE_SIZE=128m ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:198: set RHAMT_RESERVED_CODE_CACHE_SIZE=%RESERVED_CODE_CACHE_SIZE% ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:201:if "%RHAMT_OPTS%" == "" ( ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:203: set RHAMT_OPTS_INTERNAL=-XX:MaxMetaspaceSize=%RHAMT_MAX_METASPACE_SIZE% -XX:ReservedCodeCacheSize=128m ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:205: set RHAMT_OPTS_INTERNAL=-Xmx%MAX_MEMORY% -XX:MaxMetaspaceSize=%RHAMT_MAX_METASPACE_SIZE% -XX:ReservedCodeCacheSize=128m ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:208: set RHAMT_OPTS_INTERNAL=%RHAMT_OPTS% ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:211:%RHAMT_JAVA_EXE% %MODULES% %RHAMT_DEBUG_ARGS% %RHAMT_OPTS_INTERNAL% "-Dforge.standalone=true" "-Dforge.home=%RHAMT_HOME%" "-Dwindup.home=%RHAMT_HOME%" ^ ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:212: -cp ".;%RHAMT_HOME%\lib\*" %RHAMT_MAIN_CLASS% %RHAMT_CMD_LINE_ARGS% %ADDONS_DIR% ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:228:set RHAMT_JAVA_EXE= ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:229:set RHAMT_CMD_LINE_ARGS= ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:230:set RHAMT_OPTS_INTERNAL= ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:231:set RHAMT_MAX_METASPACE_SIZE= ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:232:set RHAMT_RESERVED_CODE_CACHE_SIZE= ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:239:if exist "%USERHOME%\rhamtrc_post.bat" call "%USERHOME%\rhamtrc_post.bat" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli.bat:241:if "%RHAMT_TERMINATE_CMD%" == "on" exit %ERROR_CODE% ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:13:# RHAMT Startup script ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:21:# RHAMT_HOME - location of RHAMT's installed home dir ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:22:# RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:28:RHAMT_DEBUG_ARGS=() ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:43: echo "[WARNING] The limits ($MAX_SOFT/$MAX_HARD) for open files is too low and could make RHAMT unstable. Please increase them to at least $WE_NEED." ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:55:## resolve links - $0 may be a link to RHAMT's home ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:81: RHAMT_DEBUG_ARGS=( "-Xdebug" "-Xnoagent" "-Djava.compiler=NONE" "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" ) ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:88:if [ -f /etc/rhamtrc ] ; then ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:89: . /etc/rhamtrc ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:92:if [ -f "$HOME/.rhamtrc" ] ; then ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:93: . "$HOME/.rhamtrc" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:121:if [ -n "$RHAMT_HOME" ] ; then ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:122: # Detect if this script is in a RHAMT directory ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:123: if [ ! -f "$SCRIPT_HOME/rhamt-cli-version.txt" ] ; then ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:124: # If it is, then use it as RHAMT_HOME ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:125: echo "Resetting RHAMT_HOME to $SCRIPT_HOME (from: $RHAMT_HOME)" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:128: RHAMT_HOME="$SCRIPT_HOME" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:132:if [ -z "$RHAMT_HOME" ] ; then ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:133: ## resolve links - $0 may be a link to RHAMT's home ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:149: RHAMT_HOME=`dirname "$PRG"`/.. ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:152: RHAMT_HOME=`cd "$RHAMT_HOME" && pwd` ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:157:echo Using RHAMT at $RHAMT_HOME ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:161: [ -n "$RHAMT_HOME" ] && ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:162: RHAMT_HOME=`cygpath --unix "$RHAMT_HOME"` ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:171: [ -n "$RHAMT_HOME" ] && ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:172: RHAMT_HOME="`(cd "$RHAMT_HOME"; pwd)`" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:206: echo " Error: a Java 1.8 or higher JRE is required to run RHAMT; found [$JAVACMD -version == $JAVAVER]." ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:216:RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:220: [ -n "$RHAMT_HOME" ] && ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:221: RHAMT_HOME=`cygpath --path --windows "$RHAMT_HOME"` ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:229:if [ -r "$RHAMT_HOME/addons/" ] ; then ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:230: ADDONS_DIR=("--immutableAddonDir" "$RHAMT_HOME/addons/") ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:241:if [ -z "$RHAMT_OPTS" ] ; then ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:243: RHAMT_OPTS="-Xmx$MAX_MEMORY -XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:245: RHAMT_OPTS="-XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:249:RHAMT_OPTS="$RHAMT_OPTS $FILE_DESCRIPTOR_OPTS"; ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:251:exec "$JAVACMD" $MODULES "${RHAMT_DEBUG_ARGS[@]}" $RHAMT_OPTS -Dforge.standalone=true -Dforge.home="${RHAMT_HOME}" -Dwindup.home="${RHAMT_HOME}" \ ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/bin/rhamt-cli:252: -cp "${RHAMT_HOME}"/lib/'*' $RHAMT_MAIN_CLASS "${QUOTED_ARGS[@]}" "${ADDONS_DIR[@]}" ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:8:Red Hat Application Migration Toolkit (RHAMT) 4.3.0-SNAPSHOT is an extensible and customizable rule-based tool that helps simplify migration of Java applications. ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:10:RHAMT examines application artifacts, including project source directories and applications archives, ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:13:RHAMT can be used to migrate Java applications from previous versions of Red Hat JBoss Enterprise Application Platform ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:17:How Does RHAMT Simplify Migration? ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:19: RHAMT looks for common resources and highlights technologies and known “trouble spots” when migrating applications. ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:24:Run RHAMT ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:26: Open a terminal and navigate to the RHAMT_HOME directory. ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:28: Run RHAMT against the application using the appropriate command. ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:32: $ bin/rhamt-cli --input INPUT_ARCHIVE_OR_DIRECTORY --output OUTPUT_REPORT_DIRECTORY \ ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:37: > bin\rhamt-cli.bat --input INPUT_ARCHIVE_OR_DIRECTORY --output OUTPUT_REPORT_DIRECTORY ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:43: $ bin/rhamt-cli --help ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:46: > bin\rhamt-cli.bat --help ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:52: RHAMT Wiki - https://github.com/windup/windup/wiki ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:53: RHAMT Forum for users - https://community.jboss.org/en/windup ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:54: RHAMT JIRA issue trackers ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:55: RHAMT core: https://issues.jboss.org/browse/WINDUP ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:56: RHAMT Rules: https://issues.jboss.org/browse/WINDUPRULE ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:57: RHAMT users mailing List: windup-users@lists.jboss.org ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:58: RHAMT on Twitter: @JBossWindup (https://twitter.com/jbosswindup) ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/README.txt:59: RHAMT IRC channel: Server FreeNode (irc.freenode.net), channel #windup ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/cache/help/help.xml:2: ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/rules/migration-core/eap6/jboss-eap5/jboss-eap5-xml.windup.xml:153: ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/rules/migration-core/eap6/jboss-eap5/jboss-eap5-xml.windup.xml:359: ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/rules/migration-core/eap6/websphere/websphere-xml.windup.xml:28: ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/rules/migration-core/META-INF/maven/org.jboss.windup.rules/windup-rulesets/pom.xml:310: **/*.rhamt.xml ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/rules/migration-core/META-INF/maven/org.jboss.windup.rules/windup-rulesets/pom.xml:311: **/*.rhamt.groovy ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/rules/migration-core/eap7/eap6/eap6-xml.windup.xml:33: ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/maven/opt/migrationtoolkit/rules/migration-core/eap7/websphere/websphere-xml.windup.xml:28: ./cli/target/docker/windup-cli-openshift/4.3.0-SNAPSHOT/build/Dockerfile:3:CMD /opt/migrationtoolkit/bin/rhamt-cli ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bash-completion/rhamt-cli:1:# bash completion for rhamt-cli -*- shell-script -*- ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bash-completion/rhamt-cli:3:_rhamt-cli() ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bash-completion/rhamt-cli:44:complete -F _rhamt-cli rhamt-cli ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:9:@REM RHAMT Startup script ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:17:@REM RHAMT_HOME - location of RHAMT's installed home dir ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:18:@REM RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:38:if not "%RHAMT_HOME%" == "" set RHAMT_HOME=%RHAMT_HOME:"=% ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:42:if exist "%USERHOME%\rhamtrc_pre.bat" call "%USERHOME%\rhamtrc_pre.bat" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:98:echo A Java 1.8 or higher JRE is required to run RHAMT. "%JAVA_HOME%\bin\java.exe" is version %JAVAVER% ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:107:if exist "%SCRIPT_HOME%\rhamt-cli-version.txt" set "RHAMT_HOME=%SCRIPT_HOME%" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:109:if not "%RHAMT_HOME%"=="" goto valFHome ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:111:if "%OS%"=="Windows_NT" SET "RHAMT_HOME=%~dp0.." ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:112:if "%OS%"=="WINNT" SET "RHAMT_HOME=%~dp0.." ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:113:if not "%RHAMT_HOME%"=="" goto valFHome ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:116:echo ERROR: RHAMT_HOME not found in your environment. ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:117:echo Please set the RHAMT_HOME variable in your environment to match the ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:118:echo location of the RHAMT installation ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:125:if not "_%RHAMT_HOME:~-1%"=="_\" goto checkFBat ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:126:set "RHAMT_HOME=%RHAMT_HOME:~0,-1%" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:130:if exist "%RHAMT_HOME%\bin\rhamt-cli.bat" goto init ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:133:echo ERROR: RHAMT_HOME is set to an invalid directory. ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:134:echo RHAMT_HOME = "%RHAMT_HOME%" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:135:echo Please set the RHAMT_HOME variable in your environment to match the ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:136:echo location of the RHAMT installation ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:144:set RHAMT_CMD_LINE_ARGS= ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:145:set RHAMT_DEBUG_ARGS= ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:157: if "!arg!"=="--debug" set RHAMT_DEBUG_ARGS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:158: set "RHAMT_CMD_LINE_ARGS=!RHAMT_CMD_LINE_ARGS! "!arg!"" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:170:SET RHAMT_JAVA_EXE="%JAVA_HOME%\bin\java.exe" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:175:goto runRHAMT_CLI ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:177:@REM Start RHAMT ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:178::runRHAMT_CLI ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:180:echo Using RHAMT at %RHAMT_HOME% ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:183:if exist "%RHAMT_HOME%\addons" set ADDONS_DIR=--immutableAddonDir "%RHAMT_HOME%\addons" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:184:set RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:190: set RHAMT_MAX_METASPACE_SIZE=256m ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:192: set RHAMT_MAX_METASPACE_SIZE=%MAX_METASPACE_SIZE% ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:196: set RHAMT_RESERVED_CODE_CACHE_SIZE=128m ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:198: set RHAMT_RESERVED_CODE_CACHE_SIZE=%RESERVED_CODE_CACHE_SIZE% ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:201:if "%RHAMT_OPTS%" == "" ( ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:203: set RHAMT_OPTS_INTERNAL=-XX:MaxMetaspaceSize=%RHAMT_MAX_METASPACE_SIZE% -XX:ReservedCodeCacheSize=128m ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:205: set RHAMT_OPTS_INTERNAL=-Xmx%MAX_MEMORY% -XX:MaxMetaspaceSize=%RHAMT_MAX_METASPACE_SIZE% -XX:ReservedCodeCacheSize=128m ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:208: set RHAMT_OPTS_INTERNAL=%RHAMT_OPTS% ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:211:%RHAMT_JAVA_EXE% %MODULES% %RHAMT_DEBUG_ARGS% %RHAMT_OPTS_INTERNAL% "-Dforge.standalone=true" "-Dforge.home=%RHAMT_HOME%" "-Dwindup.home=%RHAMT_HOME%" ^ ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:212: -cp ".;%RHAMT_HOME%\lib\*" %RHAMT_MAIN_CLASS% %RHAMT_CMD_LINE_ARGS% %ADDONS_DIR% ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:228:set RHAMT_JAVA_EXE= ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:229:set RHAMT_CMD_LINE_ARGS= ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:230:set RHAMT_OPTS_INTERNAL= ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:231:set RHAMT_MAX_METASPACE_SIZE= ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:232:set RHAMT_RESERVED_CODE_CACHE_SIZE= ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:239:if exist "%USERHOME%\rhamtrc_post.bat" call "%USERHOME%\rhamtrc_post.bat" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli.bat:241:if "%RHAMT_TERMINATE_CMD%" == "on" exit %ERROR_CODE% ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:13:# RHAMT Startup script ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:21:# RHAMT_HOME - location of RHAMT's installed home dir ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:22:# RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:28:RHAMT_DEBUG_ARGS=() ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:43: echo "[WARNING] The limits ($MAX_SOFT/$MAX_HARD) for open files is too low and could make RHAMT unstable. Please increase them to at least $WE_NEED." ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:55:## resolve links - $0 may be a link to RHAMT's home ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:81: RHAMT_DEBUG_ARGS=( "-Xdebug" "-Xnoagent" "-Djava.compiler=NONE" "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" ) ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:88:if [ -f /etc/rhamtrc ] ; then ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:89: . /etc/rhamtrc ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:92:if [ -f "$HOME/.rhamtrc" ] ; then ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:93: . "$HOME/.rhamtrc" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:121:if [ -n "$RHAMT_HOME" ] ; then ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:122: # Detect if this script is in a RHAMT directory ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:123: if [ ! -f "$SCRIPT_HOME/rhamt-cli-version.txt" ] ; then ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:124: # If it is, then use it as RHAMT_HOME ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:125: echo "Resetting RHAMT_HOME to $SCRIPT_HOME (from: $RHAMT_HOME)" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:128: RHAMT_HOME="$SCRIPT_HOME" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:132:if [ -z "$RHAMT_HOME" ] ; then ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:133: ## resolve links - $0 may be a link to RHAMT's home ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:149: RHAMT_HOME=`dirname "$PRG"`/.. ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:152: RHAMT_HOME=`cd "$RHAMT_HOME" && pwd` ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:157:echo Using RHAMT at $RHAMT_HOME ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:161: [ -n "$RHAMT_HOME" ] && ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:162: RHAMT_HOME=`cygpath --unix "$RHAMT_HOME"` ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:171: [ -n "$RHAMT_HOME" ] && ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:172: RHAMT_HOME="`(cd "$RHAMT_HOME"; pwd)`" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:206: echo " Error: a Java 1.8 or higher JRE is required to run RHAMT; found [$JAVACMD -version == $JAVAVER]." ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:216:RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:220: [ -n "$RHAMT_HOME" ] && ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:221: RHAMT_HOME=`cygpath --path --windows "$RHAMT_HOME"` ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:229:if [ -r "$RHAMT_HOME/addons/" ] ; then ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:230: ADDONS_DIR=("--immutableAddonDir" "$RHAMT_HOME/addons/") ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:241:if [ -z "$RHAMT_OPTS" ] ; then ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:243: RHAMT_OPTS="-Xmx$MAX_MEMORY -XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:245: RHAMT_OPTS="-XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:249:RHAMT_OPTS="$RHAMT_OPTS $FILE_DESCRIPTOR_OPTS"; ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:251:exec "$JAVACMD" $MODULES "${RHAMT_DEBUG_ARGS[@]}" $RHAMT_OPTS -Dforge.standalone=true -Dforge.home="${RHAMT_HOME}" -Dwindup.home="${RHAMT_HOME}" \ ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/bin/rhamt-cli:252: -cp "${RHAMT_HOME}"/lib/'*' $RHAMT_MAIN_CLASS "${QUOTED_ARGS[@]}" "${ADDONS_DIR[@]}" ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:8:Red Hat Application Migration Toolkit (RHAMT) 4.3.0-SNAPSHOT is an extensible and customizable rule-based tool that helps simplify migration of Java applications. ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:10:RHAMT examines application artifacts, including project source directories and applications archives, ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:13:RHAMT can be used to migrate Java applications from previous versions of Red Hat JBoss Enterprise Application Platform ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:17:How Does RHAMT Simplify Migration? ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:19: RHAMT looks for common resources and highlights technologies and known “trouble spots” when migrating applications. ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:24:Run RHAMT ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:26: Open a terminal and navigate to the RHAMT_HOME directory. ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:28: Run RHAMT against the application using the appropriate command. ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:32: $ bin/rhamt-cli --input INPUT_ARCHIVE_OR_DIRECTORY --output OUTPUT_REPORT_DIRECTORY \ ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:37: > bin\rhamt-cli.bat --input INPUT_ARCHIVE_OR_DIRECTORY --output OUTPUT_REPORT_DIRECTORY ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:43: $ bin/rhamt-cli --help ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:46: > bin\rhamt-cli.bat --help ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:52: RHAMT Wiki - https://github.com/windup/windup/wiki ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:53: RHAMT Forum for users - https://community.jboss.org/en/windup ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:54: RHAMT JIRA issue trackers ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:55: RHAMT core: https://issues.jboss.org/browse/WINDUP ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:56: RHAMT Rules: https://issues.jboss.org/browse/WINDUPRULE ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:57: RHAMT users mailing List: windup-users@lists.jboss.org ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:58: RHAMT on Twitter: @JBossWindup (https://twitter.com/jbosswindup) ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/README.txt:59: RHAMT IRC channel: Server FreeNode (irc.freenode.net), channel #windup ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/cache/help/help.xml:2: ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/rules/migration-core/eap6/jboss-eap5/jboss-eap5-xml.windup.xml:153: ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/rules/migration-core/eap6/jboss-eap5/jboss-eap5-xml.windup.xml:359: ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/rules/migration-core/eap6/websphere/websphere-xml.windup.xml:28: ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/rules/migration-core/META-INF/maven/org.jboss.windup.rules/windup-rulesets/pom.xml:310: **/*.rhamt.xml ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/rules/migration-core/META-INF/maven/org.jboss.windup.rules/windup-rulesets/pom.xml:311: **/*.rhamt.groovy ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/rules/migration-core/eap7/eap6/eap6-xml.windup.xml:33: ./cli/target/rhamt-cli/rhamt-cli-4.3.0-SNAPSHOT/rules/migration-core/eap7/websphere/websphere-xml.windup.xml:28: ./messaging-executor/src/main/docker/assembly/assembly.xml:9: ${project.build.directory}/rhamt-cli/ ./messaging-executor/src/main/docker/assembly/assembly.xml:10: opt/rhamt-cli ./messaging-executor/src/main/docker/assembly/assembly.xml:14: opt/rhamt-cli/ ./messaging-executor/src/main/docker/assembly/assembly.xml:18: opt/rhamt-cli/bin ./messaging-executor/src/main/resources/bin/stop.sh:3:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/src/main/resources/bin/rhamt-cli:13:# RHAMT Startup script ./messaging-executor/src/main/resources/bin/rhamt-cli:21:# RHAMT_HOME - location of RHAMT's installed home dir ./messaging-executor/src/main/resources/bin/rhamt-cli:22:# RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./messaging-executor/src/main/resources/bin/rhamt-cli:28:RHAMT_DEBUG_ARGS=() ./messaging-executor/src/main/resources/bin/rhamt-cli:43: echo "[WARNING] The limits ($MAX_SOFT/$MAX_HARD) for open files is too low and could make RHAMT unstable. Please increase them to at least $WE_NEED." ./messaging-executor/src/main/resources/bin/rhamt-cli:55:## resolve links - $0 may be a link to RHAMT's home ./messaging-executor/src/main/resources/bin/rhamt-cli:80: RHAMT_DEBUG_ARGS=( "-Xdebug" "-Xnoagent" "-Djava.compiler=NONE" "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" ) ./messaging-executor/src/main/resources/bin/rhamt-cli:87:if [ -f /etc/rhamtrc ] ; then ./messaging-executor/src/main/resources/bin/rhamt-cli:88: . /etc/rhamtrc ./messaging-executor/src/main/resources/bin/rhamt-cli:91:if [ -f "$HOME/.rhamtrc" ] ; then ./messaging-executor/src/main/resources/bin/rhamt-cli:92: . "$HOME/.rhamtrc" ./messaging-executor/src/main/resources/bin/rhamt-cli:120:if [ -n "$RHAMT_HOME" ] ; then ./messaging-executor/src/main/resources/bin/rhamt-cli:121: # Detect if this script is in a RHAMT directory ./messaging-executor/src/main/resources/bin/rhamt-cli:122: if [ ! -f "$SCRIPT_HOME/rhamt-cli-version.txt" ] ; then ./messaging-executor/src/main/resources/bin/rhamt-cli:123: # If it is, then use it as RHAMT_HOME ./messaging-executor/src/main/resources/bin/rhamt-cli:124: echo "Resetting RHAMT_HOME to $SCRIPT_HOME (from: $RHAMT_HOME)" ./messaging-executor/src/main/resources/bin/rhamt-cli:127: RHAMT_HOME="$SCRIPT_HOME" ./messaging-executor/src/main/resources/bin/rhamt-cli:131:if [ -z "$RHAMT_HOME" ] ; then ./messaging-executor/src/main/resources/bin/rhamt-cli:132: ## resolve links - $0 may be a link to RHAMT's home ./messaging-executor/src/main/resources/bin/rhamt-cli:146: RHAMT_HOME=`dirname "$PRG"`/.. ./messaging-executor/src/main/resources/bin/rhamt-cli:149: RHAMT_HOME=`cd "$RHAMT_HOME" && pwd` ./messaging-executor/src/main/resources/bin/rhamt-cli:152:echo Using RHAMT at $RHAMT_HOME ./messaging-executor/src/main/resources/bin/rhamt-cli:156: [ -n "$RHAMT_HOME" ] && ./messaging-executor/src/main/resources/bin/rhamt-cli:157: RHAMT_HOME=`cygpath --unix "$RHAMT_HOME"` ./messaging-executor/src/main/resources/bin/rhamt-cli:166: [ -n "$RHAMT_HOME" ] && ./messaging-executor/src/main/resources/bin/rhamt-cli:167: RHAMT_HOME="`(cd "$RHAMT_HOME"; pwd)`" ./messaging-executor/src/main/resources/bin/rhamt-cli:196: echo " Error: a Java 1.8 or higher JRE is required to run RHAMT; found [$JAVACMD -version == $JAVAVER]." ./messaging-executor/src/main/resources/bin/rhamt-cli:206:RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./messaging-executor/src/main/resources/bin/rhamt-cli:210: [ -n "$RHAMT_HOME" ] && ./messaging-executor/src/main/resources/bin/rhamt-cli:211: RHAMT_HOME=`cygpath --path --windows "$RHAMT_HOME"` ./messaging-executor/src/main/resources/bin/rhamt-cli:219:if [ -r "$RHAMT_HOME/addons/" ] ; then ./messaging-executor/src/main/resources/bin/rhamt-cli:220: ADDONS_DIR=("--immutableAddonDir" "$RHAMT_HOME/addons/") ./messaging-executor/src/main/resources/bin/rhamt-cli:231:if [ -z "$RHAMT_OPTS" ] ; then ./messaging-executor/src/main/resources/bin/rhamt-cli:233: RHAMT_OPTS="-Xmx$MAX_MEMORY -XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./messaging-executor/src/main/resources/bin/rhamt-cli:235: RHAMT_OPTS="-XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./messaging-executor/src/main/resources/bin/rhamt-cli:239:RHAMT_OPTS="$RHAMT_OPTS $FILE_DESCRIPTOR_OPTS"; ./messaging-executor/src/main/resources/bin/rhamt-cli:243:$JAVACMD "${RHAMT_DEBUG_ARGS[@]}" $RHAMT_OPTS -Dforge.standalone=true -Dforge.home=${RHAMT_HOME} -Dwindup.home=${RHAMT_HOME} \ ./messaging-executor/src/main/resources/bin/rhamt-cli:244: -cp ${RHAMT_HOME}/lib/'*' $RHAMT_MAIN_CLASS "${QUOTED_ARGS[@]}" "${ADDONS_DIR[@]}" ./messaging-executor/src/main/resources/bin/livenessProbe.sh:3:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/src/main/resources/bin/openshift-launch.sh:13:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/src/main/resources/bin/openshift-launch.sh:17:RHAMT_OPTS=`/opt/run-java/java-default-options` ./messaging-executor/src/main/resources/bin/openshift-launch.sh:18:export RHAMT_OPTS="${RHAMT_OPTS/-XX:MaxMetaspaceSize=100m/-XX:MaxMetaspaceSize=256m}" ./messaging-executor/src/main/resources/bin/openshift-launch.sh:20:echo "RHAMT_OPTS: $RHAMT_OPTS" ./messaging-executor/src/main/resources/bin/openshift-launch.sh:22:/opt/rhamt-cli/bin/rhamt-cli -Dmessaging.serializer=${MESSAGING_SERIALIZER} \ ./messaging-executor/src/main/resources/bin/openshift-launch.sh:31: -Dwindup.result.get.url=http://${JMS_HOST}:8080/rhamt-web/api/windup/executions/get-execution-request-tar \ ./messaging-executor/src/main/resources/bin/openshift-launch.sh:32: -Dwindup.result.post.url=http://${JMS_HOST}:8080/rhamt-web/api/windup/executions/post-results ./messaging-executor/pom.xml:41: /opt/rhamt-cli/bin/openshift-launch.sh ./messaging-executor/pom.xml:66: ${project.build.directory}/rhamt-cli ./messaging-executor/pom.xml:70: **/logging.properties,**/rhamt-cli ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/stop.sh:3:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:9:@REM RHAMT Startup script ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:17:@REM RHAMT_HOME - location of RHAMT's installed home dir ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:18:@REM RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:38:if not "%RHAMT_HOME%" == "" set RHAMT_HOME=%RHAMT_HOME:"=% ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:42:if exist "%USERHOME%\rhamtrc_pre.bat" call "%USERHOME%\rhamtrc_pre.bat" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:98:echo A Java 1.8 or higher JRE is required to run RHAMT. "%JAVA_HOME%\bin\java.exe" is version %JAVAVER% ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:107:if exist "%SCRIPT_HOME%\rhamt-cli-version.txt" set "RHAMT_HOME=%SCRIPT_HOME%" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:109:if not "%RHAMT_HOME%"=="" goto valFHome ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:111:if "%OS%"=="Windows_NT" SET "RHAMT_HOME=%~dp0.." ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:112:if "%OS%"=="WINNT" SET "RHAMT_HOME=%~dp0.." ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:113:if not "%RHAMT_HOME%"=="" goto valFHome ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:116:echo ERROR: RHAMT_HOME not found in your environment. ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:117:echo Please set the RHAMT_HOME variable in your environment to match the ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:118:echo location of the RHAMT installation ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:125:if not "_%RHAMT_HOME:~-1%"=="_\" goto checkFBat ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:126:set "RHAMT_HOME=%RHAMT_HOME:~0,-1%" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:130:if exist "%RHAMT_HOME%\bin\rhamt-cli.bat" goto init ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:133:echo ERROR: RHAMT_HOME is set to an invalid directory. ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:134:echo RHAMT_HOME = "%RHAMT_HOME%" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:135:echo Please set the RHAMT_HOME variable in your environment to match the ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:136:echo location of the RHAMT installation ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:144:set RHAMT_CMD_LINE_ARGS= ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:145:set RHAMT_DEBUG_ARGS= ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:157: if "!arg!"=="--debug" set RHAMT_DEBUG_ARGS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:158: set "RHAMT_CMD_LINE_ARGS=!RHAMT_CMD_LINE_ARGS! "!arg!"" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:170:SET RHAMT_JAVA_EXE="%JAVA_HOME%\bin\java.exe" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:175:goto runRHAMT_CLI ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:177:@REM Start RHAMT ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:178::runRHAMT_CLI ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:180:echo Using RHAMT at %RHAMT_HOME% ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:183:if exist "%RHAMT_HOME%\addons" set ADDONS_DIR=--immutableAddonDir "%RHAMT_HOME%\addons" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:184:set RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:190: set RHAMT_MAX_METASPACE_SIZE=256m ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:192: set RHAMT_MAX_METASPACE_SIZE=%MAX_METASPACE_SIZE% ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:196: set RHAMT_RESERVED_CODE_CACHE_SIZE=128m ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:198: set RHAMT_RESERVED_CODE_CACHE_SIZE=%RESERVED_CODE_CACHE_SIZE% ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:201:if "%RHAMT_OPTS%" == "" ( ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:203: set RHAMT_OPTS_INTERNAL=-XX:MaxMetaspaceSize=%RHAMT_MAX_METASPACE_SIZE% -XX:ReservedCodeCacheSize=128m ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:205: set RHAMT_OPTS_INTERNAL=-Xmx%MAX_MEMORY% -XX:MaxMetaspaceSize=%RHAMT_MAX_METASPACE_SIZE% -XX:ReservedCodeCacheSize=128m ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:208: set RHAMT_OPTS_INTERNAL=%RHAMT_OPTS% ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:211:%RHAMT_JAVA_EXE% %MODULES% %RHAMT_DEBUG_ARGS% %RHAMT_OPTS_INTERNAL% "-Dforge.standalone=true" "-Dforge.home=%RHAMT_HOME%" "-Dwindup.home=%RHAMT_HOME%" ^ ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:212: -cp ".;%RHAMT_HOME%\lib\*" %RHAMT_MAIN_CLASS% %RHAMT_CMD_LINE_ARGS% %ADDONS_DIR% ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:228:set RHAMT_JAVA_EXE= ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:229:set RHAMT_CMD_LINE_ARGS= ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:230:set RHAMT_OPTS_INTERNAL= ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:231:set RHAMT_MAX_METASPACE_SIZE= ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:232:set RHAMT_RESERVED_CODE_CACHE_SIZE= ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:239:if exist "%USERHOME%\rhamtrc_post.bat" call "%USERHOME%\rhamtrc_post.bat" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli.bat:241:if "%RHAMT_TERMINATE_CMD%" == "on" exit %ERROR_CODE% ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:13:# RHAMT Startup script ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:21:# RHAMT_HOME - location of RHAMT's installed home dir ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:22:# RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:28:RHAMT_DEBUG_ARGS=() ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:43: echo "[WARNING] The limits ($MAX_SOFT/$MAX_HARD) for open files is too low and could make RHAMT unstable. Please increase them to at least $WE_NEED." ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:55:## resolve links - $0 may be a link to RHAMT's home ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:80: RHAMT_DEBUG_ARGS=( "-Xdebug" "-Xnoagent" "-Djava.compiler=NONE" "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" ) ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:87:if [ -f /etc/rhamtrc ] ; then ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:88: . /etc/rhamtrc ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:91:if [ -f "$HOME/.rhamtrc" ] ; then ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:92: . "$HOME/.rhamtrc" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:120:if [ -n "$RHAMT_HOME" ] ; then ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:121: # Detect if this script is in a RHAMT directory ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:122: if [ ! -f "$SCRIPT_HOME/rhamt-cli-version.txt" ] ; then ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:123: # If it is, then use it as RHAMT_HOME ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:124: echo "Resetting RHAMT_HOME to $SCRIPT_HOME (from: $RHAMT_HOME)" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:127: RHAMT_HOME="$SCRIPT_HOME" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:131:if [ -z "$RHAMT_HOME" ] ; then ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:132: ## resolve links - $0 may be a link to RHAMT's home ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:146: RHAMT_HOME=`dirname "$PRG"`/.. ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:149: RHAMT_HOME=`cd "$RHAMT_HOME" && pwd` ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:152:echo Using RHAMT at $RHAMT_HOME ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:156: [ -n "$RHAMT_HOME" ] && ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:157: RHAMT_HOME=`cygpath --unix "$RHAMT_HOME"` ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:166: [ -n "$RHAMT_HOME" ] && ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:167: RHAMT_HOME="`(cd "$RHAMT_HOME"; pwd)`" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:196: echo " Error: a Java 1.8 or higher JRE is required to run RHAMT; found [$JAVACMD -version == $JAVAVER]." ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:206:RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:210: [ -n "$RHAMT_HOME" ] && ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:211: RHAMT_HOME=`cygpath --path --windows "$RHAMT_HOME"` ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:219:if [ -r "$RHAMT_HOME/addons/" ] ; then ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:220: ADDONS_DIR=("--immutableAddonDir" "$RHAMT_HOME/addons/") ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:231:if [ -z "$RHAMT_OPTS" ] ; then ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:233: RHAMT_OPTS="-Xmx$MAX_MEMORY -XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:235: RHAMT_OPTS="-XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:239:RHAMT_OPTS="$RHAMT_OPTS $FILE_DESCRIPTOR_OPTS"; ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:243:$JAVACMD "${RHAMT_DEBUG_ARGS[@]}" $RHAMT_OPTS -Dforge.standalone=true -Dforge.home=${RHAMT_HOME} -Dwindup.home=${RHAMT_HOME} \ ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/rhamt-cli:244: -cp ${RHAMT_HOME}/lib/'*' $RHAMT_MAIN_CLASS "${QUOTED_ARGS[@]}" "${ADDONS_DIR[@]}" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/livenessProbe.sh:3:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/openshift-launch.sh:13:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/openshift-launch.sh:17:RHAMT_OPTS=`/opt/run-java/java-default-options` ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/openshift-launch.sh:18:export RHAMT_OPTS="${RHAMT_OPTS/-XX:MaxMetaspaceSize=100m/-XX:MaxMetaspaceSize=256m}" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/openshift-launch.sh:20:echo "RHAMT_OPTS: $RHAMT_OPTS" ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/openshift-launch.sh:22:/opt/rhamt-cli/bin/rhamt-cli -Dmessaging.serializer=${MESSAGING_SERIALIZER} \ ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/openshift-launch.sh:31: -Dwindup.result.get.url=http://${JMS_HOST}:8080/rhamt-web/api/windup/executions/get-execution-request-tar \ ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/bin/openshift-launch.sh:32: -Dwindup.result.post.url=http://${JMS_HOST}:8080/rhamt-web/api/windup/executions/post-results ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:8:Red Hat Application Migration Toolkit (RHAMT) 4.3.0-SNAPSHOT is an extensible and customizable rule-based tool that helps simplify migration of Java applications. ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:10:RHAMT examines application artifacts, including project source directories and applications archives, ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:13:RHAMT can be used to migrate Java applications from previous versions of Red Hat JBoss Enterprise Application Platform ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:17:How Does RHAMT Simplify Migration? ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:19: RHAMT looks for common resources and highlights technologies and known “trouble spots” when migrating applications. ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:24:Run RHAMT ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:26: Open a terminal and navigate to the RHAMT_HOME directory. ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:28: Run RHAMT against the application using the appropriate command. ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:32: $ bin/rhamt-cli --input INPUT_ARCHIVE_OR_DIRECTORY --output OUTPUT_REPORT_DIRECTORY \ ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:37: > bin\rhamt-cli.bat --input INPUT_ARCHIVE_OR_DIRECTORY --output OUTPUT_REPORT_DIRECTORY ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:43: $ bin/rhamt-cli --help ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:46: > bin\rhamt-cli.bat --help ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:52: RHAMT Wiki - https://github.com/windup/windup/wiki ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:53: RHAMT Forum for users - https://community.jboss.org/en/windup ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:54: RHAMT JIRA issue trackers ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:55: RHAMT core: https://issues.jboss.org/browse/WINDUP ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:56: RHAMT Rules: https://issues.jboss.org/browse/WINDUPRULE ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:57: RHAMT users mailing List: windup-users@lists.jboss.org ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:58: RHAMT on Twitter: @JBossWindup (https://twitter.com/jbosswindup) ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/README.txt:59: RHAMT IRC channel: Server FreeNode (irc.freenode.net), channel #windup ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/cache/help/help.xml:2: ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/META-INF/INDEX.LIST:116:rhamt-cli-version.txt ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/META-INF/maven/org.jboss.windup.web/windup-web-executor/pom.xml:125: rhamt-cli ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/rules/migration-core/eap6/jboss-eap5/jboss-eap5-xml.windup.xml:153: ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/rules/migration-core/eap6/jboss-eap5/jboss-eap5-xml.windup.xml:359: ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/rules/migration-core/eap6/websphere/websphere-xml.windup.xml:28: ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/rules/migration-core/META-INF/maven/org.jboss.windup.rules/windup-rulesets/pom.xml:310: **/*.rhamt.xml ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/rules/migration-core/META-INF/maven/org.jboss.windup.rules/windup-rulesets/pom.xml:311: **/*.rhamt.groovy ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/rules/migration-core/eap7/eap6/eap6-xml.windup.xml:33: ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/maven/opt/rhamt-cli/rules/migration-core/eap7/websphere/websphere-xml.windup.xml:28: ./messaging-executor/target/docker/windup-web-openshift-messaging-executor/4.3.0-SNAPSHOT/build/Dockerfile:3:CMD /opt/rhamt-cli/bin/openshift-launch.sh ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:9:@REM RHAMT Startup script ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:17:@REM RHAMT_HOME - location of RHAMT's installed home dir ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:18:@REM RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:38:if not "%RHAMT_HOME%" == "" set RHAMT_HOME=%RHAMT_HOME:"=% ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:42:if exist "%USERHOME%\rhamtrc_pre.bat" call "%USERHOME%\rhamtrc_pre.bat" ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:98:echo A Java 1.8 or higher JRE is required to run RHAMT. "%JAVA_HOME%\bin\java.exe" is version %JAVAVER% ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:107:if exist "%SCRIPT_HOME%\rhamt-cli-version.txt" set "RHAMT_HOME=%SCRIPT_HOME%" ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:109:if not "%RHAMT_HOME%"=="" goto valFHome ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:111:if "%OS%"=="Windows_NT" SET "RHAMT_HOME=%~dp0.." ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:112:if "%OS%"=="WINNT" SET "RHAMT_HOME=%~dp0.." ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:113:if not "%RHAMT_HOME%"=="" goto valFHome ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:116:echo ERROR: RHAMT_HOME not found in your environment. ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:117:echo Please set the RHAMT_HOME variable in your environment to match the ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:118:echo location of the RHAMT installation ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:125:if not "_%RHAMT_HOME:~-1%"=="_\" goto checkFBat ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:126:set "RHAMT_HOME=%RHAMT_HOME:~0,-1%" ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:130:if exist "%RHAMT_HOME%\bin\rhamt-cli.bat" goto init ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:133:echo ERROR: RHAMT_HOME is set to an invalid directory. ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:134:echo RHAMT_HOME = "%RHAMT_HOME%" ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:135:echo Please set the RHAMT_HOME variable in your environment to match the ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:136:echo location of the RHAMT installation ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:144:set RHAMT_CMD_LINE_ARGS= ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:145:set RHAMT_DEBUG_ARGS= ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:157: if "!arg!"=="--debug" set RHAMT_DEBUG_ARGS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:158: set "RHAMT_CMD_LINE_ARGS=!RHAMT_CMD_LINE_ARGS! "!arg!"" ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:170:SET RHAMT_JAVA_EXE="%JAVA_HOME%\bin\java.exe" ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:175:goto runRHAMT_CLI ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:177:@REM Start RHAMT ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:178::runRHAMT_CLI ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:180:echo Using RHAMT at %RHAMT_HOME% ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:183:if exist "%RHAMT_HOME%\addons" set ADDONS_DIR=--immutableAddonDir "%RHAMT_HOME%\addons" ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:184:set RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:190: set RHAMT_MAX_METASPACE_SIZE=256m ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:192: set RHAMT_MAX_METASPACE_SIZE=%MAX_METASPACE_SIZE% ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:196: set RHAMT_RESERVED_CODE_CACHE_SIZE=128m ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:198: set RHAMT_RESERVED_CODE_CACHE_SIZE=%RESERVED_CODE_CACHE_SIZE% ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:201:if "%RHAMT_OPTS%" == "" ( ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:203: set RHAMT_OPTS_INTERNAL=-XX:MaxMetaspaceSize=%RHAMT_MAX_METASPACE_SIZE% -XX:ReservedCodeCacheSize=128m ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:205: set RHAMT_OPTS_INTERNAL=-Xmx%MAX_MEMORY% -XX:MaxMetaspaceSize=%RHAMT_MAX_METASPACE_SIZE% -XX:ReservedCodeCacheSize=128m ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:208: set RHAMT_OPTS_INTERNAL=%RHAMT_OPTS% ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:211:%RHAMT_JAVA_EXE% %MODULES% %RHAMT_DEBUG_ARGS% %RHAMT_OPTS_INTERNAL% "-Dforge.standalone=true" "-Dforge.home=%RHAMT_HOME%" "-Dwindup.home=%RHAMT_HOME%" ^ ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:212: -cp ".;%RHAMT_HOME%\lib\*" %RHAMT_MAIN_CLASS% %RHAMT_CMD_LINE_ARGS% %ADDONS_DIR% ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:228:set RHAMT_JAVA_EXE= ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:229:set RHAMT_CMD_LINE_ARGS= ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:230:set RHAMT_OPTS_INTERNAL= ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:231:set RHAMT_MAX_METASPACE_SIZE= ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:232:set RHAMT_RESERVED_CODE_CACHE_SIZE= ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:239:if exist "%USERHOME%\rhamtrc_post.bat" call "%USERHOME%\rhamtrc_post.bat" ./messaging-executor/target/rhamt-cli/bin/rhamt-cli.bat:241:if "%RHAMT_TERMINATE_CMD%" == "on" exit %ERROR_CODE% ./messaging-executor/target/rhamt-cli/README.txt:8:Red Hat Application Migration Toolkit (RHAMT) 4.3.0-SNAPSHOT is an extensible and customizable rule-based tool that helps simplify migration of Java applications. ./messaging-executor/target/rhamt-cli/README.txt:10:RHAMT examines application artifacts, including project source directories and applications archives, ./messaging-executor/target/rhamt-cli/README.txt:13:RHAMT can be used to migrate Java applications from previous versions of Red Hat JBoss Enterprise Application Platform ./messaging-executor/target/rhamt-cli/README.txt:17:How Does RHAMT Simplify Migration? ./messaging-executor/target/rhamt-cli/README.txt:19: RHAMT looks for common resources and highlights technologies and known “trouble spots” when migrating applications. ./messaging-executor/target/rhamt-cli/README.txt:24:Run RHAMT ./messaging-executor/target/rhamt-cli/README.txt:26: Open a terminal and navigate to the RHAMT_HOME directory. ./messaging-executor/target/rhamt-cli/README.txt:28: Run RHAMT against the application using the appropriate command. ./messaging-executor/target/rhamt-cli/README.txt:32: $ bin/rhamt-cli --input INPUT_ARCHIVE_OR_DIRECTORY --output OUTPUT_REPORT_DIRECTORY \ ./messaging-executor/target/rhamt-cli/README.txt:37: > bin\rhamt-cli.bat --input INPUT_ARCHIVE_OR_DIRECTORY --output OUTPUT_REPORT_DIRECTORY ./messaging-executor/target/rhamt-cli/README.txt:43: $ bin/rhamt-cli --help ./messaging-executor/target/rhamt-cli/README.txt:46: > bin\rhamt-cli.bat --help ./messaging-executor/target/rhamt-cli/README.txt:52: RHAMT Wiki - https://github.com/windup/windup/wiki ./messaging-executor/target/rhamt-cli/README.txt:53: RHAMT Forum for users - https://community.jboss.org/en/windup ./messaging-executor/target/rhamt-cli/README.txt:54: RHAMT JIRA issue trackers ./messaging-executor/target/rhamt-cli/README.txt:55: RHAMT core: https://issues.jboss.org/browse/WINDUP ./messaging-executor/target/rhamt-cli/README.txt:56: RHAMT Rules: https://issues.jboss.org/browse/WINDUPRULE ./messaging-executor/target/rhamt-cli/README.txt:57: RHAMT users mailing List: windup-users@lists.jboss.org ./messaging-executor/target/rhamt-cli/README.txt:58: RHAMT on Twitter: @JBossWindup (https://twitter.com/jbosswindup) ./messaging-executor/target/rhamt-cli/README.txt:59: RHAMT IRC channel: Server FreeNode (irc.freenode.net), channel #windup ./messaging-executor/target/rhamt-cli/cache/help/help.xml:2: ./messaging-executor/target/rhamt-cli/META-INF/INDEX.LIST:116:rhamt-cli-version.txt ./messaging-executor/target/rhamt-cli/META-INF/maven/org.jboss.windup.web/windup-web-executor/pom.xml:125: rhamt-cli ./messaging-executor/target/rhamt-cli/rules/migration-core/eap6/jboss-eap5/jboss-eap5-xml.windup.xml:153: ./messaging-executor/target/rhamt-cli/rules/migration-core/eap6/jboss-eap5/jboss-eap5-xml.windup.xml:359: ./messaging-executor/target/rhamt-cli/rules/migration-core/eap6/websphere/websphere-xml.windup.xml:28: ./messaging-executor/target/rhamt-cli/rules/migration-core/META-INF/maven/org.jboss.windup.rules/windup-rulesets/pom.xml:310: **/*.rhamt.xml ./messaging-executor/target/rhamt-cli/rules/migration-core/META-INF/maven/org.jboss.windup.rules/windup-rulesets/pom.xml:311: **/*.rhamt.groovy ./messaging-executor/target/rhamt-cli/rules/migration-core/eap7/eap6/eap6-xml.windup.xml:33: ./messaging-executor/target/rhamt-cli/rules/migration-core/eap7/websphere/websphere-xml.windup.xml:28: ./messaging-executor/target/classes/bin/stop.sh:3:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/target/classes/bin/rhamt-cli:13:# RHAMT Startup script ./messaging-executor/target/classes/bin/rhamt-cli:21:# RHAMT_HOME - location of RHAMT's installed home dir ./messaging-executor/target/classes/bin/rhamt-cli:22:# RHAMT_OPTS - parameters passed to the Java VM when running RHAMT ./messaging-executor/target/classes/bin/rhamt-cli:28:RHAMT_DEBUG_ARGS=() ./messaging-executor/target/classes/bin/rhamt-cli:43: echo "[WARNING] The limits ($MAX_SOFT/$MAX_HARD) for open files is too low and could make RHAMT unstable. Please increase them to at least $WE_NEED." ./messaging-executor/target/classes/bin/rhamt-cli:55:## resolve links - $0 may be a link to RHAMT's home ./messaging-executor/target/classes/bin/rhamt-cli:80: RHAMT_DEBUG_ARGS=( "-Xdebug" "-Xnoagent" "-Djava.compiler=NONE" "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" ) ./messaging-executor/target/classes/bin/rhamt-cli:87:if [ -f /etc/rhamtrc ] ; then ./messaging-executor/target/classes/bin/rhamt-cli:88: . /etc/rhamtrc ./messaging-executor/target/classes/bin/rhamt-cli:91:if [ -f "$HOME/.rhamtrc" ] ; then ./messaging-executor/target/classes/bin/rhamt-cli:92: . "$HOME/.rhamtrc" ./messaging-executor/target/classes/bin/rhamt-cli:120:if [ -n "$RHAMT_HOME" ] ; then ./messaging-executor/target/classes/bin/rhamt-cli:121: # Detect if this script is in a RHAMT directory ./messaging-executor/target/classes/bin/rhamt-cli:122: if [ ! -f "$SCRIPT_HOME/rhamt-cli-version.txt" ] ; then ./messaging-executor/target/classes/bin/rhamt-cli:123: # If it is, then use it as RHAMT_HOME ./messaging-executor/target/classes/bin/rhamt-cli:124: echo "Resetting RHAMT_HOME to $SCRIPT_HOME (from: $RHAMT_HOME)" ./messaging-executor/target/classes/bin/rhamt-cli:127: RHAMT_HOME="$SCRIPT_HOME" ./messaging-executor/target/classes/bin/rhamt-cli:131:if [ -z "$RHAMT_HOME" ] ; then ./messaging-executor/target/classes/bin/rhamt-cli:132: ## resolve links - $0 may be a link to RHAMT's home ./messaging-executor/target/classes/bin/rhamt-cli:146: RHAMT_HOME=`dirname "$PRG"`/.. ./messaging-executor/target/classes/bin/rhamt-cli:149: RHAMT_HOME=`cd "$RHAMT_HOME" && pwd` ./messaging-executor/target/classes/bin/rhamt-cli:152:echo Using RHAMT at $RHAMT_HOME ./messaging-executor/target/classes/bin/rhamt-cli:156: [ -n "$RHAMT_HOME" ] && ./messaging-executor/target/classes/bin/rhamt-cli:157: RHAMT_HOME=`cygpath --unix "$RHAMT_HOME"` ./messaging-executor/target/classes/bin/rhamt-cli:166: [ -n "$RHAMT_HOME" ] && ./messaging-executor/target/classes/bin/rhamt-cli:167: RHAMT_HOME="`(cd "$RHAMT_HOME"; pwd)`" ./messaging-executor/target/classes/bin/rhamt-cli:196: echo " Error: a Java 1.8 or higher JRE is required to run RHAMT; found [$JAVACMD -version == $JAVAVER]." ./messaging-executor/target/classes/bin/rhamt-cli:206:RHAMT_MAIN_CLASS=org.jboss.windup.bootstrap.Bootstrap ./messaging-executor/target/classes/bin/rhamt-cli:210: [ -n "$RHAMT_HOME" ] && ./messaging-executor/target/classes/bin/rhamt-cli:211: RHAMT_HOME=`cygpath --path --windows "$RHAMT_HOME"` ./messaging-executor/target/classes/bin/rhamt-cli:219:if [ -r "$RHAMT_HOME/addons/" ] ; then ./messaging-executor/target/classes/bin/rhamt-cli:220: ADDONS_DIR=("--immutableAddonDir" "$RHAMT_HOME/addons/") ./messaging-executor/target/classes/bin/rhamt-cli:231:if [ -z "$RHAMT_OPTS" ] ; then ./messaging-executor/target/classes/bin/rhamt-cli:233: RHAMT_OPTS="-Xmx$MAX_MEMORY -XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./messaging-executor/target/classes/bin/rhamt-cli:235: RHAMT_OPTS="-XX:MaxMetaspaceSize=$MAX_METASPACE_SIZE -XX:ReservedCodeCacheSize=$RESERVED_CODE_CACHE_SIZE" ./messaging-executor/target/classes/bin/rhamt-cli:239:RHAMT_OPTS="$RHAMT_OPTS $FILE_DESCRIPTOR_OPTS"; ./messaging-executor/target/classes/bin/rhamt-cli:243:$JAVACMD "${RHAMT_DEBUG_ARGS[@]}" $RHAMT_OPTS -Dforge.standalone=true -Dforge.home=${RHAMT_HOME} -Dwindup.home=${RHAMT_HOME} \ ./messaging-executor/target/classes/bin/rhamt-cli:244: -cp ${RHAMT_HOME}/lib/'*' $RHAMT_MAIN_CLASS "${QUOTED_ARGS[@]}" "${ADDONS_DIR[@]}" ./messaging-executor/target/classes/bin/livenessProbe.sh:3:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/target/classes/bin/openshift-launch.sh:13:PING_DIR=/opt/rhamt-cli/ping ./messaging-executor/target/classes/bin/openshift-launch.sh:17:RHAMT_OPTS=`/opt/run-java/java-default-options` ./messaging-executor/target/classes/bin/openshift-launch.sh:18:export RHAMT_OPTS="${RHAMT_OPTS/-XX:MaxMetaspaceSize=100m/-XX:MaxMetaspaceSize=256m}" ./messaging-executor/target/classes/bin/openshift-launch.sh:20:echo "RHAMT_OPTS: $RHAMT_OPTS" ./messaging-executor/target/classes/bin/openshift-launch.sh:22:/opt/rhamt-cli/bin/rhamt-cli -Dmessaging.serializer=${MESSAGING_SERIALIZER} \ ./messaging-executor/target/classes/bin/openshift-launch.sh:31: -Dwindup.result.get.url=http://${JMS_HOST}:8080/rhamt-web/api/windup/executions/get-execution-request-tar \ ./messaging-executor/target/classes/bin/openshift-launch.sh:32: -Dwindup.result.post.url=http://${JMS_HOST}:8080/rhamt-web/api/windup/executions/post-results ./web/src/main/resources/sso/import-realm.json:2: "id" : "rhamt", ./web/src/main/resources/sso/import-realm.json:3: "realm" : "rhamt", ./web/src/main/resources/sso/import-realm.json:54: "rhamt-web" : [ ], ./web/src/main/resources/sso/import-realm.json:199: "baseUrl" : "/auth/realms/rhamt/account", ./web/src/main/resources/sso/import-realm.json:205: "redirectUris" : [ "/auth/realms/rhamt/account/*" ], ./web/src/main/resources/sso/import-realm.json:615: "clientId" : "rhamt-web", ./web/src/main/resources/sso/import-realm.json:732: "baseUrl" : "/auth/admin/rhamt/console/index.html", ./web/src/main/resources/sso/import-realm.json:737: "redirectUris" : [ "/auth/admin/rhamt/console/*" ], ./web/src/main/resources/sso/import-realm.json:855: "loginTheme" : "rhamt", ./web/src/main/resources/root-redirect/index.html:4: ./web/src/main/resources/cli/secure-deployments.cli:3:/subsystem=keycloak/secure-deployment=rhamt-web.war:add(realm=rhamt, realm-public-key="${keycloak.realm.public.key}", auth-server-url="${keycloak.server.url}", ssl-required="NONE", resource=rhamt-web, public-client=true) ./web/src/main/resources/cli/secure-deployments.cli:4:/subsystem=keycloak/secure-deployment=api.war:add(realm=rhamt, realm-public-key="${keycloak.realm.public.key}", auth-server-url="${keycloak.server.url}", ssl-required="NONE", resource=rhamt-web, public-client=true) ./web/src/main/resources/cli/setup.cli:16:#/system-property=keycloak.token.verify.host:add(value="${env.RHAMT_WEB_CONSOLE_SERVICE_HOST}") ./web/src/main/resources/cli/setup.cli:17:#/system-property=keycloak.token.verify.port:add(value="${env.RHAMT_WEB_CONSOLE_SERVICE_PORT}") ./web/src/main/resources/scripts/inject.sh:27:cp ${JBOSS_HOME}/themes/rhamt/login/login_required.theme.properties ${JBOSS_HOME}/themes/rhamt/login/theme.properties ./web/src/main/resources/scripts/inject.sh:32:echo "Setting up keycloak server rhamt default username/password" ./web/src/main/resources/scripts/inject.sh:33:${JBOSS_HOME}/bin/add-user-keycloak.sh --realm rhamt --user rhamt --password password --roles user ./web/pom.xml:109: rhamt-web.war ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/bin/inject.sh:27:cp ${JBOSS_HOME}/themes/rhamt/login/login_required.theme.properties ${JBOSS_HOME}/themes/rhamt/login/theme.properties ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/bin/inject.sh:32:echo "Setting up keycloak server rhamt default username/password" ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/bin/inject.sh:33:${JBOSS_HOME}/bin/add-user-keycloak.sh --realm rhamt --user rhamt --password password --roles user ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/root-redirect/index.html:4: ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/secure-deployments.cli:3:/subsystem=keycloak/secure-deployment=rhamt-web.war:add(realm=rhamt, realm-public-key="${keycloak.realm.public.key}", auth-server-url="${keycloak.server.url}", ssl-required="NONE", resource=rhamt-web, public-client=true) ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/secure-deployments.cli:4:/subsystem=keycloak/secure-deployment=api.war:add(realm=rhamt, realm-public-key="${keycloak.realm.public.key}", auth-server-url="${keycloak.server.url}", ssl-required="NONE", resource=rhamt-web, public-client=true) ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/setup.cli:16:#/system-property=keycloak.token.verify.host:add(value="${env.RHAMT_WEB_CONSOLE_SERVICE_HOST}") ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/setup.cli:17:#/system-property=keycloak.token.verify.port:add(value="${env.RHAMT_WEB_CONSOLE_SERVICE_PORT}") ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:2: "id" : "rhamt", ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:3: "realm" : "rhamt", ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:54: "rhamt-web" : [ ], ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:199: "baseUrl" : "/auth/realms/rhamt/account", ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:205: "redirectUris" : [ "/auth/realms/rhamt/account/*" ], ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:615: "clientId" : "rhamt-web", ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:732: "baseUrl" : "/auth/admin/rhamt/console/index.html", ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:737: "redirectUris" : [ "/auth/admin/rhamt/console/*" ], ./web/target/docker/windup-web-openshift/4.3.0-SNAPSHOT/build/maven/opt/eap/standalone/configuration/import-realm.json:855: "loginTheme" : "rhamt", ./web/target/classes/sso/import-realm.json:2: "id" : "rhamt", ./web/target/classes/sso/import-realm.json:3: "realm" : "rhamt", ./web/target/classes/sso/import-realm.json:54: "rhamt-web" : [ ], ./web/target/classes/sso/import-realm.json:199: "baseUrl" : "/auth/realms/rhamt/account", ./web/target/classes/sso/import-realm.json:205: "redirectUris" : [ "/auth/realms/rhamt/account/*" ], ./web/target/classes/sso/import-realm.json:615: "clientId" : "rhamt-web", ./web/target/classes/sso/import-realm.json:732: "baseUrl" : "/auth/admin/rhamt/console/index.html", ./web/target/classes/sso/import-realm.json:737: "redirectUris" : [ "/auth/admin/rhamt/console/*" ], ./web/target/classes/sso/import-realm.json:855: "loginTheme" : "rhamt", ./web/target/classes/root-redirect/index.html:4: ./web/target/classes/cli/secure-deployments.cli:3:/subsystem=keycloak/secure-deployment=rhamt-web.war:add(realm=rhamt, realm-public-key="${keycloak.realm.public.key}", auth-server-url="${keycloak.server.url}", ssl-required="NONE", resource=rhamt-web, public-client=true) ./web/target/classes/cli/secure-deployments.cli:4:/subsystem=keycloak/secure-deployment=api.war:add(realm=rhamt, realm-public-key="${keycloak.realm.public.key}", auth-server-url="${keycloak.server.url}", ssl-required="NONE", resource=rhamt-web, public-client=true) ./web/target/classes/cli/setup.cli:16:#/system-property=keycloak.token.verify.host:add(value="${env.RHAMT_WEB_CONSOLE_SERVICE_HOST}") ./web/target/classes/cli/setup.cli:17:#/system-property=keycloak.token.verify.port:add(value="${env.RHAMT_WEB_CONSOLE_SERVICE_PORT}") ./web/target/classes/scripts/inject.sh:27:cp ${JBOSS_HOME}/themes/rhamt/login/login_required.theme.properties ${JBOSS_HOME}/themes/rhamt/login/theme.properties ./web/target/classes/scripts/inject.sh:32:echo "Setting up keycloak server rhamt default username/password" ./web/target/classes/scripts/inject.sh:33:${JBOSS_HOME}/bin/add-user-keycloak.sh --realm rhamt --user rhamt --password password --roles user