nrknithin commented on PR #3987: URL: https://github.com/apache/incubator-kie-tools/pull/3987#issuecomment-5574716531
> I think I need some guidance, how to verify this PR. > > My intention was to use: > > 1. sandbox, model dmn and evaluate it with dmn runner ✅ > 2. management console usage in examples/process-compact-architecture 🔴 > > ### Management console > Could someone recheck what I did and correct the steps I used for build and run? Because I am currently getting [1] warnings similar to what I shared in examples review [2] and furthermore I am not able to access management console, the start seems to be stuck [3]: > > I built and started as: > > ``` > debox shell > export KIE_TOOLS_BUILD__buildExamples=true > export KIE_TOOLS_BUILD__buildContainerImages=true > pnpm bootstrap > pnpm -F @kie-tools-examples/process-compact-architecture... build:dev > pnpm -F @kie-tools-examples/process-compact-architecture build:prod > cd examples/process-compact-architecture > mvn clean install -Pcontainer > ### env file > # PROJECT_VERSION=0.0.0 > # MANAGEMENT_CONSOLE_IMAGE=docker.io/apache/incubator-kie-kogito-management-console:main > # COMPOSE_PROFILES=example > docker-compose up > ``` > > [1] > > ``` > process-compact-architecture | 2026-09-07 14:31:46,935 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "quarkus.dev-ui.cors.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,935 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.jobs-service.forceExecuteExpiredJobs" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.jobs-service.maxIntervalLimitToRetryMillis" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.jobs-service.schedulerMinTimerDelayInMillis" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.jobs-service.loadJobIntervalInMinutes" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.persistence.type" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.jobs-service.backoffRetryMillis" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.apps.persistence.type" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.jobs-service.loadJobFromCurrentTimeIntervalInMinutes" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.auth.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.jobs-service.schedulerChunkInMinutes" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:46,936 276be171693f WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "kogito.jobs-service.forceExecuteExpiredJobsOnServiceStart" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > process-compact-architecture | 2026-09-07 14:31:47,025 276be171693f WARN [io.quarkus.config:83] (main) The "quarkus.hibernate-orm.database.generation" config property is deprecated and should not be used anymore. > process-compact-architecture | 2026-09-07 14:31:47,027 276be171693f WARN [io.quarkus.config:83] (main) The "quarkus.log.console.async" config property is deprecated and should not be used anymore. > ``` > > [2] [apache/incubator-kie-examples#2245 (review)](https://github.com/apache/incubator-kie-examples/pull/2245#pullrequestreview-5132721151) > > [3] > > ``` > process-compact-architecture | 2026-09-07 14:31:52,544 276be171693f INFO [io.quarkus:116] (main) Installed features: [agroal, cdi, flyway, hibernate-orm, hibernate-orm-panache, jbpm-addon-usertask-storage-jpa, jdbc-postgresql, job-http-recipient, job-sink-recipient, kie-addon-persistence-jdbc-extension, kie-addon-process-management-extension, kie-addon-process-svg-extension, kie-addon-source-files-extension, kie-flyway, kogito-addon-jobs-management-extension, kogito-addons-quarkus-data-index-jpa, kogito-addons-quarkus-data-index-persistence-jpa, kogito-decisions, kogito-predictions, kogito-processes, kogito-rules, messaging, narayana-jta, oidc, reactive-routes, resteasy, resteasy-jackson, security, security-properties-file, smallrye-context-propagation, smallrye-fault-tolerance, smallrye-health, smallrye-openapi, smallrye-reactive-messaging-http, swagger-ui, vertx, vertx-graphql] > Exception in thread Thread-13 (watch_events): > Traceback (most recent call last): > File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner > self.run() > File "/usr/lib/python3.12/threading.py", line 1010, in run > self._target(*self._args, **self._kwargs) > File "/usr/lib/python3/dist-packages/compose/cli/log_printer.py", line 202, in watch_events > for event in event_stream: > File "/usr/lib/python3/dist-packages/compose/project.py", line 626, in yield_loop > yield build_container_event(event) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3/dist-packages/compose/project.py", line 594, in build_container_event > container = Container.from_id(self.client, event['id']) > ~~~~~^^^^^^ > KeyError: 'id' > process-compact-architecture-pgadmin | ---------- > process-compact-architecture-pgadmin | Loading servers with: > process-compact-architecture-pgadmin | User: [email protected] > process-compact-architecture-pgadmin | SQLite pgAdmin config: /var/lib/pgadmin/pgadmin4.db > process-compact-architecture-pgadmin | ---------- > process-compact-architecture-pgadmin | Added 0 Server Group(s) and 1 Server(s). > process-compact-architecture-pgadmin | postfix/postlog: starting the Postfix mail system > process-compact-architecture-pgadmin | [2026-09-07 14:32:02 +0000] [1] [INFO] Starting gunicorn 22.0.0 > process-compact-architecture-pgadmin | [2026-09-07 14:32:02 +0000] [1] [INFO] Listening at: http://[::]:80 (1) > process-compact-architecture-pgadmin | [2026-09-07 14:32:02 +0000] [1] [INFO] Using worker: gthread > process-compact-architecture-pgadmin | [2026-09-07 14:32:02 +0000] [124] [INFO] Booting worker with pid: 124 > ``` HI @jomarko i ran this in my local and i was able to launch the dev-ui and health check and swagger the managment console didnt start because of UI issue ```content.js:1 Hello content. emotion-core.cjs.dev.js:3 Uncaught Error: The `@emotion/core` package has been renamed to `@emotion/react`. Please import it like this `import { jsx } from '@emotion/react'`. at ../../node_modules/.pnpm/@[email protected]/node_modules/@emotion/core/dist/emotion-core.cjs.dev.js (emotion-core.cjs.dev.js:3:1) at __webpack_require__ (bootstrap:25:1) at ../../node_modules/.pnpm/@[email protected]/node_modules/@emotion/core/dist/emotion-core.cjs.js (emotion-core.cjs.js:6:3) at __webpack_require__ (bootstrap:25:1) at ../../node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/react-pure-loaders/build/es/BallBeat/index.js (envelope.js:518732:71) at __webpack_require__ (bootstrap:25:1) at ../../node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/react-pure-loaders/build/es/index.js (envelope.js:522373:67) at __webpack_require__ (bootstrap:25:1) at ../runtime-tools-process-enveloped-components/dist/formDisplayer/envelope/components/FormDisplayer/FormDisplayer.js (ErrorBoundary.tsx:63:30) at __webpack_require__ (bootstrap:25:1) (anonymous) @ emotion-core.cjs.dev.js:3 __webpack_require__ @ bootstrap:25 (anonymous) @ emotion-core.cjs.js:6 __webpack_require__ @ bootstrap:25 ../../node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/react-pure-loaders/build/es/BallBeat/index.js @ envelope.js:518732 __webpack_require__ @ bootstrap:25 ../../node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/react-pure-loaders/build/es/index.js @ envelope.js:522373 __webpack_require__ @ bootstrap:25 (anonymous) @ ErrorBoundary.tsx:63 __webpack_require__ @ bootstrap:25 (anonymous) @ FormDisplayerEnvelopeApiImpl.ts:78 __webpack_require__ @ bootstrap:25 (anonymous) @ index.ts:20 __webpack_require__ @ bootstrap:25 (anonymous) @ ResourcesContainer.tsx:49 __webpack_require__ @ bootstrap:25 (anonymous) @ index.ts:23 __webpack_require__ @ bootstrap:25 (anonymous) @ TaskFormEnvelopeView.tsx:159 __webpack_require__ @ bootstrap:25 (anonymous) @ TaskFormEnvelopeApiImpl.ts:58 __webpack_require__ @ bootstrap:25 (anonymous) @ index.ts:19 __webpack_require__ @ bootstrap:25 (anonymous) @ TaskFormDataUtils.ts:155 __webpack_require__ @ bootstrap:25 (anonymous) @ index.ts:21 __webpack_require__ @ bootstrap:25 (anonymous) @ EmbeddedTaskForm.tsx:85 __webpack_require__ @ bootstrap:25 (anonymous) @ index.ts:19 __webpack_require__ @ bootstrap:25 (anonymous) @ ProcessListContainer.tsx:65 __webpack_require__ @ bootstrap:25 (anonymous) @ ProcessesPage.tsx:88 __webpack_require__ @ bootstrap:25 (anonymous) @ DevUINav.tsx:69 __webpack_require__ @ bootstrap:25 (anonymous) @ DevUIRoutes.tsx:56 __webpack_require__ @ bootstrap:25 (anonymous) @ RuntimeToolsDevUIEnvelopeContext.ts:33 __webpack_require__ @ bootstrap:25 (anonymous) @ RuntimeToolsDevUIEnvelopeView.tsx:109 __webpack_require__ @ bootstrap:25 (anonymous) @ envelope.js:598088 (anonymous) @ EnvelopeApp.ts:57 (anonymous) @ EnvelopeApp.ts:57 EnvelopeServer.ts:91 Init polling timed out. Looks like the Envelope is not responding accordingly. ``` which is not caused by our PR, and i think we can create a PR seperately for that -- 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]
