This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time="2022-09-27T14:02:40-04:00" level=debug msg="CRC version: 2.9.0+9591a8f\n" | |
time="2022-09-27T14:02:40-04:00" level=debug msg="OpenShift version: 4.11.3\n" | |
time="2022-09-27T14:02:40-04:00" level=debug msg="Podman version: 4.2.0\n" | |
time="2022-09-27T14:02:40-04:00" level=debug msg="Running 'crc stop'" | |
time="2022-09-27T14:02:40-04:00" level=debug msg="Checking file: /home/crcuser/.crc/machines/crc/.crc-exist" | |
time="2022-09-27T14:05:29-04:00" level=debug msg="CRC version: 2.9.0+9591a8f\n" | |
time="2022-09-27T14:05:29-04:00" level=debug msg="OpenShift version: 4.11.3\n" | |
time="2022-09-27T14:05:29-04:00" level=debug msg="Podman version: 4.2.0\n" | |
time="2022-09-27T14:05:29-04:00" level=debug msg="Running 'crc oc-env'" | |
time="2022-09-27T14:05:29-04:00" level=debug msg="Checking file: /home/crcuser/.crc/machines/crc/.crc-exist" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[crcuser@zzxr7801 crc]$ crc setup -b /home/crcuser/binaries/crc/latest/crc_libvirt_4.10.3_amd64.crcbundle --log-level debug | |
DEBU CodeReady Containers version: 2.0.1+bf3b1a6 | |
DEBU OpenShift version: 4.10.3 | |
DEBU Podman version: 3.4.4 | |
DEBU Running 'crc setup' | |
INFO Using bundle path /home/crcuser/binaries/crc/latest/crc_libvirt_4.10.3_amd64.crcbundle | |
DEBU Checking if systemd-resolved.service is running | |
DEBU Running 'systemctl status systemd-resolved.service' | |
DEBU Command failed: exit status 4 | |
DEBU stdout: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ crc setup --log-level debug | |
DEBU CodeReady Containers version: 2.0.1+bf3b1a6 | |
DEBU OpenShift version: 4.10.3 | |
DEBU Podman version: 3.4.4 | |
DEBU Running 'crc setup' | |
INFO Using bundle path /home/crcuser/.crc/cache/crc_libvirt_4.10.3_amd64.crcbundle | |
DEBU Checking if systemd-resolved.service is running | |
DEBU Running 'systemctl status systemd-resolved.service' | |
DEBU Command failed: exit status 4 | |
DEBU stdout: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[crcuser@rh85 ~]$ crc version | |
CodeReady Containers version: 2.0.1+bf3b1a6 | |
OpenShift version: 4.10.3 | |
Podman version: 3.4.4 | |
[crcuser@rh85 ~]$ cat /etc/os-release | |
NAME="Red Hat Enterprise Linux" | |
VERSION="8.5 (Ootpa)" | |
ID="rhel" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP_PORT unset : set 9080 | |
HTTPS_PORT unset : set 9443 | |
HTTPS_PORT : 9443 | |
HTTP_PORT : 9080 | |
ODM_CONTEXT_ROOT unset : set blank | |
Update DECISION_SERVICE_URL to /DecisionService in Decision Server Console. | |
No provided /config/authOidc/openIdParameters.properties | |
BASIC_AUTH config : remove authFilters from server.xml | |
BASIC_AUTH config : remove openIdWebSecurity from server.xml | |
BASIC_AUTH config : remove oidcClientWebapp from server.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@trappers1 odm-ondocker]# docker-compose -f odm-standalone.yml up | |
Step 1/73 : ARG FROMLIBERTY | |
Step 2/73 : ARG FROMLIBERTYBUILD | |
Step 3/73 : FROM maven:3.5.2-jdk-8-alpine AS builder | |
---> 293423a981a7 | |
Step 4/73 : ARG ODMDOCKERDIR | |
---> Using cache | |
---> 70994fb1ec02 | |
Step 5/73 : ENV ODMDOCKERDIR $ODMDOCKERDIR | |
---> Using cache |