jomarko commented on code in PR #2033: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2033#discussion_r1827368059
########## kogito-quarkus-examples/kogito-travel-agency/extended/travels/README.md: ########## @@ -143,7 +143,7 @@ cd <path_to_process-usertasks-quarkus-with-console>/docker-compose 3. Run the ```startServices.sh``` script ```bash -sh ./startServices.sh Review Comment: I was able to use `startServices.sh`. I also started `mvn clean package quarkus:dev` However, I am nto sure about the further README content, because: - I was able to access `localhost:8480/auth` - I was able to access `http://localhost:8180` - I was **not** able to access `http://localhost:8080` ########## kogito-quarkus-examples/process-instance-migration-quarkus/README.md: ########## @@ -96,7 +96,7 @@ The Development Mode will embed all the needed Infrastructure Services (PostgreS require any extra step. The `development` profile includes the **Runtime Tools Quarkus Extension** that exposes a new section in the **Quarkus Dev-UI** -unifying the **Management Console** & **Task Console** functionalities. **Quarkus Dev-UI** is available at http://localhost:8080/q/dev Review Comment: Do not we need more changes in this project? I was not able to use `startServices.sh` even after change of `sh` to `bash` in the leading script line. I am getting this error: ``` Script requires your Kogito Example to be compiled Project version: 999-SNAPSHOT Kogito Image version: latest WARN[0000] /home/jomarko/incubator-kie-kogito-examples/kogito-quarkus-examples/process-instance-migration-quarkus/docker-compose/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion [+] Running 3/3 ✘ kogito-process-instance-migration-service Error Get "https://dev.local/v2/": dial tcp: lookup dev.local: Temporary failure in name resol... 0.8s ✘ postgres Error context canceled 0.8s ✘ pgadmin Error context canceled ``` ########## kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/docker-compose/README.md: ########## @@ -22,7 +21,6 @@ Once all services bootstrap, the following ports will be assigned on your local - Data Index: 8180 - Jobs: 8580 - Management Console: 8280 -- Task Console: 8380 Review Comment: I was not able to finish `startServices.sh`, getting this error: ``` Pulling data-index (quay.io/apache/incubator-kie-kogito-data-index-postgresql:main)... ERROR: unauthorized: access to the requested resource is not authorized ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
