./src/main/assembly/assembly-offline.xml:28: /rhamt-version.txt ./src/main/assembly/assembly-offline.xml:40: /rhamt-version.txt ./src/main/assembly/assembly-offline.xml:51: src/main/wildfly_overlay/themes/rhamt ./src/main/assembly/assembly-offline.xml:52: themes/rhamt ./src/main/assembly/assembly-offline.xml:61: src/main/wildfly_overlay/themes/rhamt/login/auto_login.theme.properties ./src/main/assembly/assembly-offline.xml:62: themes/rhamt/login ./src/main/cli/setup-windup-keycloak-properties.cli:2:/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) ./src/main/cli/setup-windup-keycloak-properties.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) ./src/main/resources/switch_to_automatic_authentication.bat:7:copy "%DIR%\themes\rhamt\login\auto_login.theme.properties" "%DIR%\themes\rhamt\login\theme.properties" ./src/main/resources/switch_to_automatic_authentication.bat:13:echo "If you previously removed guest user, login to http://localhost:8080/auth and add user 'rhamt' with password 'password' to the RHAMT realm". ./src/main/resources/run_rhamt.sh:18: echo "The limit for number of open files is too low ($MAX_HARD), which may make RHAMT unstable." ./src/main/resources/openshift/README.md:1:# rhamt-ocp ./src/main/resources/openshift/README.md:16:3. The default project name is `rhamt`. If someone else in your group is using this name already, this may be unsuitable. In that case, edit the [`deployment.properties`](deployment.properties) file to change the value of `OCP_PROJECT` from `rhamt` to a name that you prefer. ./src/main/resources/openshift/README.md:20:In case you're trying to use RHAMT on [OpenShift Online Starter](https://www.openshift.com/products/online/), you can try the [`deployment_openshift_online_starter.properties`](deployment_openshift_online_starter.properties) running the following commands: ./src/main/resources/openshift/README.md:23:2. changing the `rhamt-web-console-postgresql` container memory limit to be `256 MiB` in the OpenShift UI ./src/main/resources/openshift/deploy.sh:25: 'RHAMT_VOLUME_CAPACITY' ./src/main/resources/openshift/deploy.sh:61:echo " -> Process RHAMT Web Template" ./src/main/resources/openshift/deploy.sh:64: -p SSO_REALM=rhamt \ ./src/main/resources/openshift/deploy.sh:70: -p RHAMT_VOLUME_CAPACITY=${RHAMT_VOLUME_CAPACITY} \ ./src/main/resources/openshift/deploy.sh:79:echo -n " -> Deploy RHAMT Web Console ..." ./src/main/resources/openshift/deploy.sh:83: IS_RUNNING=$(oc get pods | grep rhamt-web-console | grep -v build | grep -v deploy | grep Running | grep -v '0/'|wc -l) ./src/main/resources/openshift/deploy.sh:101: CONSOLE_URL="http://$(oc get route --no-headers -o=custom-columns=HOST:.spec.host rhamt-web-console)/" ./src/main/resources/openshift/deploy.sh:105: echo "Open ${CONSOLE_URL} to start using the RHAMT Web Console on OpenShift (user='rhamt',password='password')" ./src/main/resources/openshift/deployment_openshift_online_starter.properties:1:OCP_PROJECT=rhamt ./src/main/resources/openshift/deployment_openshift_online_starter.properties:3:RHAMT_VOLUME_CAPACITY=1Gi ./src/main/resources/openshift/deployment.properties:1:OCP_PROJECT=rhamt ./src/main/resources/openshift/deployment.properties:3:RHAMT_VOLUME_CAPACITY=10Gi ./src/main/resources/README.txt:8:Red Hat Application Migration Toolkit (RHAMT) ${project.version} is an extensible and customizable rule-based tool that helps simplify migration of Java applications. ./src/main/resources/README.txt:10:RHAMT examines application artifacts, including project source directories and applications archives, ./src/main/resources/README.txt:13:RHAMT can be used to migrate Java applications from previous versions of Red Hat JBoss Enterprise Application Platform ./src/main/resources/README.txt:17:How Does RHAMT Simplify Migration? ./src/main/resources/README.txt:19: RHAMT looks for common resources and highlights technologies and known “trouble spots” when migrating applications. ./src/main/resources/README.txt:24:Run RHAMT ./src/main/resources/README.txt:26: Open a terminal and navigate to the RHAMT_HOME directory. ./src/main/resources/README.txt:28: Run RHAMT against the application using the appropriate command. ./src/main/resources/README.txt:32: $ RHAMT_HOME/run_rhamt.sh ./src/main/resources/README.txt:36: > RHAMT_HOME/run_rhamt.bat ./src/main/resources/README.txt:42: RHAMT Wiki - https://github.com/windup/windup/wiki ./src/main/resources/README.txt:43: RHAMT Forum for users - https://community.jboss.org/en/windup ./src/main/resources/README.txt:44: RHAMT JIRA issue trackers ./src/main/resources/README.txt:45: RHAMT core: https://issues.jboss.org/browse/WINDUP ./src/main/resources/README.txt:46: RHAMT Rules: https://issues.jboss.org/browse/WINDUPRULE ./src/main/resources/README.txt:47: RHAMT users mailing List: windup-users@lists.jboss.org ./src/main/resources/README.txt:48: RHAMT on Twitter: @JBossWindup (https://twitter.com/jbosswindup) ./src/main/resources/README.txt:49: RHAMT IRC channel: Server FreeNode (irc.freenode.net), channel #windup ./src/main/resources/Dockerfile:8: io.k8s.display-name="RHAMT Web Console" \ ./src/main/resources/Dockerfile:10: io.openshift.tags="rhamt,migration" ./src/main/resources/Dockerfile:12:ADD . /opt/rhamt-web-distribution/ ./src/main/resources/Dockerfile:13:#RUN chown --recursive jboss:jboss /opt/rhamt-web-distribution ./src/main/resources/Dockerfile:16:RUN chown --recursive jboss:0 /opt/rhamt-web-distribution ./src/main/resources/Dockerfile:17:RUN chgrp -R 0 /opt/rhamt-web-distribution \ ./src/main/resources/Dockerfile:19: && chmod -R g+rwX /opt/rhamt-web-distribution \ ./src/main/resources/Dockerfile:24:ENTRYPOINT /opt/rhamt-web-distribution/run_rhamt.sh -b 0.0.0.0 ./src/main/resources/run_rhamt.bat:12:REM *** Launching embedded RHAMT console server *** ./src/main/resources/switch_to_automatic_authentication.sh:7:cp $DIR/themes/rhamt/login/auto_login.theme.properties $DIR/themes/rhamt/login/theme.properties ./src/main/resources/switch_to_automatic_authentication.sh:13:echo "If you previously removed guest user, login to http://localhost:8080/auth and add user 'rhamt' with password 'password' to the RHAMT realm". ./src/main/resources/switch_to_authentication_required.bat:7:copy "%DIR%\themes\rhamt\login\login_required.theme.properties" "%DIR%\themes\rhamt\login\theme.properties" ./src/main/resources/switch_to_authentication_required.bat:13:echo "We recommend that you login to http://localhost:8080/auth and remove the default 'rhamt' user from the RHAMT realm at this point". ./src/main/resources/switch_to_authentication_required.sh:7:cp $DIR/themes/rhamt/login/login_required.theme.properties $DIR/themes/rhamt/login/theme.properties ./src/main/resources/switch_to_authentication_required.sh:13:echo "We recommend that you login to http://localhost:8080/auth and remove the default 'rhamt' user from the RHAMT realm at this point". ./src/main/wildfly_overlay/themes/rhamt/login/login.ftl:8: ./src/main/wildfly_overlay/themes/rhamt/login/login.ftl:9: RHAMT ./src/main/wildfly_overlay/themes/rhamt/login/resources/js/auto_login.js:3: var parent = document.getElementById('rhamt-title').parentNode; ./src/main/wildfly_overlay/themes/rhamt/login/resources/js/auto_login.js:10: usernameEl.value = "rhamt"; ./src/main/wildfly_overlay/themes/rhamt/login/resources/css/login.css:22:#rhamt-title { ./src/main/wildfly_overlay/themes/rhamt/login/resources/css/login.css:29:#rhamt-title strong { ./src/main/wildfly_overlay/windup-web-redirect/index.html:4: ./pom.xml:17: rhamt-web-distribution ./pom.xml:139: rhamt-web.war ./pom.xml:289: rhamt ./pom.xml:293: rhamt ./pom.xml:295: rhamt ./pom.xml:464: ${project.build.directory}/rhamt-web-distribution-${project.version}/docs/licenses ./pom.xml:467: ${project.build.directory}/rhamt-web-distribution-${project.version}/docs/licenses/licenses.xml ./.idea/workspace.xml:93: ./.idea/workspace.xml:97: ./.idea/workspace.xml:102: ./.idea/workspace.xml:107: ./.idea/modules.xml:5: ./.idea/.name:1:rhamt-web-distribution ./.idea/compiler.xml:5: ./.project:3: rhamt-web-distribution ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:6: "description": "RHAMT Web Console template", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:12: "name": "rhamt-web-console" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:15: "app": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:16: "template": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:25: "value": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:64: "displayName": "RHAMT Volume Capacity", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:65: "description": "Size of persistent storage for RHAMT volume.", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:66: "name": "RHAMT_VOLUME_CAPACITY", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:88: "value": "rhamt", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:251: "value": "rhamt", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:502: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:507: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:760: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:762: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:766: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:825: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:830: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:839: "/opt/rhamt-cli/bin/stop.sh" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:849: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:858: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:895: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:897: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:901: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:1034: "description": "Rhamt Master AMQ port." ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:1086: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor-shared-storage.json:1097: "storage": "${RHAMT_VOLUME_CAPACITY}" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:6: "description": "RHAMT Web Console template", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:12: "name": "rhamt-web-console" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:15: "app": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:16: "template": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:25: "value": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:64: "displayName": "RHAMT Volume Capacity", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:65: "description": "Size of persistent storage for RHAMT volume.", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:66: "name": "RHAMT_VOLUME_CAPACITY", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:88: "value": "rhamt", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:251: "value": "rhamt", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:502: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:507: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:756: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:758: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:762: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:821: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:830: "/opt/rhamt-cli/bin/stop.sh" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:840: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:849: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:882: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:1015: "description": "Rhamt Master AMQ port." ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:1067: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./target/wildfly-15.0.1.Final/openshift/templates/web-template-empty-dir-executor.json:1078: "storage": "${RHAMT_VOLUME_CAPACITY}" ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:6: "description": "RHAMT Web Console template", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:12: "name": "rhamt-web-console" ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:15: "app": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:16: "template": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:25: "value": "rhamt-web-console", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:67: "value": "rhamt", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:230: "value": "rhamt", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:480: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:729: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:731: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:788: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:797: "/opt/rhamt-cli/bin/stop.sh" ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:807: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:816: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:849: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:851: "claimName": "${APPLICATION_NAME}-rhamt-web-executor-claim" ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:982: "description": "Rhamt Master AMQ port." ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:1034: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./target/wildfly-15.0.1.Final/openshift/templates/deprecated/web-template.json:1054: "name": "${APPLICATION_NAME}-rhamt-web-executor-claim", ./target/wildfly-15.0.1.Final/standalone/log/server.log:303:2019-12-05 10:23:52,049 WARN [org.keycloak.models.utils.RepresentationToModel] (default task-1) Using deprecated 'clientTemplates' configuration in JSON representation for realm 'rhamt'. It will be removed in future versions ./target/wildfly-15.0.1.Final/standalone/configuration/standalone_xml_history/current/standalone-full.v30.xml:501: rhamt ./target/wildfly-15.0.1.Final/standalone/configuration/standalone_xml_history/current/standalone-full.v30.xml:502: rhamt-web ./target/wildfly-15.0.1.Final/standalone/configuration/standalone_xml_history/standalone-full.last.xml:501: rhamt ./target/wildfly-15.0.1.Final/standalone/configuration/standalone_xml_history/standalone-full.last.xml:502: rhamt-web ./target/wildfly-15.0.1.Final/standalone/configuration/standalone_xml_history/standalone-full.last.xml:508: ./target/wildfly-15.0.1.Final/standalone/configuration/standalone_xml_history/standalone-full.last.xml:509: rhamt ./target/wildfly-15.0.1.Final/standalone/configuration/standalone_xml_history/standalone-full.last.xml:510: rhamt-web ./target/wildfly-15.0.1.Final/standalone/configuration/standalone-full.xml:501: rhamt ./target/wildfly-15.0.1.Final/standalone/configuration/standalone-full.xml:502: rhamt-web ./target/wildfly-15.0.1.Final/standalone/configuration/standalone-full.xml:508: ./target/wildfly-15.0.1.Final/standalone/configuration/standalone-full.xml:509: rhamt ./target/wildfly-15.0.1.Final/standalone/configuration/standalone-full.xml:510: rhamt-web ./target/jboss.stdout:133:10:23:52,049 WARN [org.keycloak.models.utils.RepresentationToModel] (default task-1) Using deprecated 'clientTemplates' configuration in JSON representation for realm 'rhamt'. It will be removed in future versions ./target/create-guest.output:2:INFO: Creating Windup user at: http://localhost:8080/auth user: rhamt password: password ./target/create-guest.output:6: "username" : "rhamt", ./target/create-guest.output:10: "firstName" : "rhamt", ./target/create-guest.output:11: "lastName" : "rhamt", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/switch_to_automatic_authentication.bat:7:copy "%DIR%\themes\rhamt\login\auto_login.theme.properties" "%DIR%\themes\rhamt\login\theme.properties" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/switch_to_automatic_authentication.bat:13:echo "If you previously removed guest user, login to http://localhost:8080/auth and add user 'rhamt' with password 'password' to the RHAMT realm". ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/run_rhamt.sh:18: echo "The limit for number of open files is too low ($MAX_HARD), which may make RHAMT unstable." ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/README.md:1:# rhamt-ocp ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/README.md:16:3. The default project name is `rhamt`. If someone else in your group is using this name already, this may be unsuitable. In that case, edit the [`deployment.properties`](deployment.properties) file to change the value of `OCP_PROJECT` from `rhamt` to a name that you prefer. ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/README.md:20:In case you're trying to use RHAMT on [OpenShift Online Starter](https://www.openshift.com/products/online/), you can try the [`deployment_openshift_online_starter.properties`](deployment_openshift_online_starter.properties) running the following commands: ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/README.md:23:2. changing the `rhamt-web-console-postgresql` container memory limit to be `256 MiB` in the OpenShift UI ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deploy.sh:25: 'RHAMT_VOLUME_CAPACITY' ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deploy.sh:61:echo " -> Process RHAMT Web Template" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deploy.sh:64: -p SSO_REALM=rhamt \ ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deploy.sh:70: -p RHAMT_VOLUME_CAPACITY=${RHAMT_VOLUME_CAPACITY} \ ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deploy.sh:79:echo -n " -> Deploy RHAMT Web Console ..." ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deploy.sh:83: IS_RUNNING=$(oc get pods | grep rhamt-web-console | grep -v build | grep -v deploy | grep Running | grep -v '0/'|wc -l) ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deploy.sh:101: CONSOLE_URL="http://$(oc get route --no-headers -o=custom-columns=HOST:.spec.host rhamt-web-console)/" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deploy.sh:105: echo "Open ${CONSOLE_URL} to start using the RHAMT Web Console on OpenShift (user='rhamt',password='password')" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:6: "description": "RHAMT Web Console template", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:12: "name": "rhamt-web-console" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:15: "app": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:16: "template": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:25: "value": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:64: "displayName": "RHAMT Volume Capacity", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:65: "description": "Size of persistent storage for RHAMT volume.", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:66: "name": "RHAMT_VOLUME_CAPACITY", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:88: "value": "rhamt", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:251: "value": "rhamt", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:502: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:507: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:760: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:762: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:766: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:825: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:830: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:839: "/opt/rhamt-cli/bin/stop.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:849: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:858: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:895: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:897: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:901: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:1034: "description": "Rhamt Master AMQ port." ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:1086: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor-shared-storage.json:1097: "storage": "${RHAMT_VOLUME_CAPACITY}" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:6: "description": "RHAMT Web Console template", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:12: "name": "rhamt-web-console" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:15: "app": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:16: "template": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:25: "value": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:64: "displayName": "RHAMT Volume Capacity", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:65: "description": "Size of persistent storage for RHAMT volume.", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:66: "name": "RHAMT_VOLUME_CAPACITY", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:88: "value": "rhamt", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:251: "value": "rhamt", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:502: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:507: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:756: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:758: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:762: "name": "${APPLICATION_NAME}-rhamt-web-pvol-data", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:821: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:830: "/opt/rhamt-cli/bin/stop.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:840: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:849: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:882: "name": "${APPLICATION_NAME}-rhamt-web-executor-volume", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:1015: "description": "Rhamt Master AMQ port." ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:1067: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/web-template-empty-dir-executor.json:1078: "storage": "${RHAMT_VOLUME_CAPACITY}" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:6: "description": "RHAMT Web Console template", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:12: "name": "rhamt-web-console" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:15: "app": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:16: "template": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:25: "value": "rhamt-web-console", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:67: "value": "rhamt", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:230: "value": "rhamt", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:480: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:729: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:731: "claimName": "${APPLICATION_NAME}-rhamt-web-claim" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:788: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:797: "/opt/rhamt-cli/bin/stop.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:807: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:816: "/opt/rhamt-cli/bin/livenessProbe.sh" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:849: "name": "${APPLICATION_NAME}-rhamt-web-pvol", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:851: "claimName": "${APPLICATION_NAME}-rhamt-web-executor-claim" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:982: "description": "Rhamt Master AMQ port." ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:1034: "name": "${APPLICATION_NAME}-rhamt-web-claim", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/templates/deprecated/web-template.json:1054: "name": "${APPLICATION_NAME}-rhamt-web-executor-claim", ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deployment_openshift_online_starter.properties:1:OCP_PROJECT=rhamt ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deployment_openshift_online_starter.properties:3:RHAMT_VOLUME_CAPACITY=1Gi ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deployment.properties:1:OCP_PROJECT=rhamt ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/openshift/deployment.properties:3:RHAMT_VOLUME_CAPACITY=10Gi ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/log/server.log:303:2019-12-05 10:23:52,049 WARN [org.keycloak.models.utils.RepresentationToModel] (default task-1) Using deprecated 'clientTemplates' configuration in JSON representation for realm 'rhamt'. It will be removed in future versions ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone_xml_history/current/standalone-full.v30.xml:501: rhamt ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone_xml_history/current/standalone-full.v30.xml:502: rhamt-web ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone_xml_history/standalone-full.last.xml:501: rhamt ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone_xml_history/standalone-full.last.xml:502: rhamt-web ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone_xml_history/standalone-full.last.xml:508: ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone_xml_history/standalone-full.last.xml:509: rhamt ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone_xml_history/standalone-full.last.xml:510: rhamt-web ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone-full.xml:501: rhamt ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone-full.xml:502: rhamt-web ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone-full.xml:508: ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone-full.xml:509: rhamt ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/standalone/configuration/standalone-full.xml:510: rhamt-web ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/themes/rhamt/login/login.ftl:8: ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/themes/rhamt/login/login.ftl:9: RHAMT ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/themes/rhamt/login/resources/js/auto_login.js:3: var parent = document.getElementById('rhamt-title').parentNode; ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/themes/rhamt/login/resources/js/auto_login.js:10: usernameEl.value = "rhamt"; ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/themes/rhamt/login/resources/css/login.css:22:#rhamt-title { ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/themes/rhamt/login/resources/css/login.css:29:#rhamt-title strong { ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/Dockerfile:8: io.k8s.display-name="RHAMT Web Console" \ ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/Dockerfile:10: io.openshift.tags="rhamt,migration" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/Dockerfile:12:ADD . /opt/rhamt-web-distribution/ ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/Dockerfile:13:#RUN chown --recursive jboss:jboss /opt/rhamt-web-distribution ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/Dockerfile:16:RUN chown --recursive jboss:0 /opt/rhamt-web-distribution ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/Dockerfile:17:RUN chgrp -R 0 /opt/rhamt-web-distribution \ ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/Dockerfile:19: && chmod -R g+rwX /opt/rhamt-web-distribution \ ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/Dockerfile:24:ENTRYPOINT /opt/rhamt-web-distribution/run_rhamt.sh -b 0.0.0.0 ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/run_rhamt.bat:12:REM *** Launching embedded RHAMT console server *** ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/switch_to_automatic_authentication.sh:7:cp $DIR/themes/rhamt/login/auto_login.theme.properties $DIR/themes/rhamt/login/theme.properties ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/switch_to_automatic_authentication.sh:13:echo "If you previously removed guest user, login to http://localhost:8080/auth and add user 'rhamt' with password 'password' to the RHAMT realm". ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/windup-web-redirect/index.html:4: ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/switch_to_authentication_required.bat:7:copy "%DIR%\themes\rhamt\login\login_required.theme.properties" "%DIR%\themes\rhamt\login\theme.properties" ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/switch_to_authentication_required.bat:13:echo "We recommend that you login to http://localhost:8080/auth and remove the default 'rhamt' user from the RHAMT realm at this point". ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/switch_to_authentication_required.sh:7:cp $DIR/themes/rhamt/login/login_required.theme.properties $DIR/themes/rhamt/login/theme.properties ./target/rhamt-web-distribution-4.3.0-SNAPSHOT/switch_to_authentication_required.sh:13:echo "We recommend that you login to http://localhost:8080/auth and remove the default 'rhamt' user from the RHAMT realm at this point".