-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in process-usertasks-timer-quarkus-with-console-runner for management/task console #1773
Comments
Hi @a-kshesh |
I am on macOS Ventura 13.5 intel one. |
@radtriste I have tried the same example in another mac and it's having the same issue. I didn't see any logs in the containers as well. I am not sure why both the management and task console are not able to reach the data-index whereas the data-index works fine from localhost:8180 |
@spolti would you be able to help ? |
I'll take a look later. |
Just an update. As I was trying to debug, I changed the
Now it works in terms of functionalities but I have one other problem which is a distorted management console as below from the replica of this example with some java class changes. There are some other CORS error popping up with regards to the SVG as it is not showing up in the management console as below
This might be causing the UI distortion because of the SVG not popping up or I am missing something! |
Describe the bug
I am running the latest process-usertasks-timer-quarkus-with-console-runner as is and everything works fine expect the management and task console as it errors out trying to reach
http://172.17.0.1:8180/graphql
net::ERR_ADDRESS_UNREACHABLE. Although I am able to use thehttp://localhost:8180/graphiql/
perfectly fine.Expected behavior
It should show up the process instances without any errors.
Actual behavior
Management and task console are not able to reach the data-index.
How to Reproduce?
Reproduce it by running the project using infinispan profile.
Output of
uname -a
orver
Darwin Kernel Version 22.6.0
Output of
java -version
openjdk version "17.0.7"
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
1.42.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: