Replies: 3 comments 2 replies
-
It is generally not correct to add a The original error you received was not a Java error, but rather Quarkus reporting that there was no Docker environment for it to connect to. Adding that dependency is unlikely to have actually resolved the problem; more likely, it introduced new problems which masked the original issue. |
Beta Was this translation helpful? Give feedback.
-
@royad please paste your resulting pom.xml (minus any info that might be confidential) as I'm pretty sure there's something incorrect there. |
Beta Was this translation helpful? Give feedback.
-
Here are my properties for my dependencies in my pom.xl. I think the names are pretty descriptive for what they are, but let me know if you need more info.
I removed my -deployment dependency per the suggestion and added
This is my build container |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded quarkus by running
quarkus update
. I then had to update some dependencies such as AWS manually due tojavax
error.After upgrading all my dependencies to the latest version, I encountered
To resolve that, I added this dependency to my pom.xml
which resolved the error, but now I'm getting the error below:
why is this error happening and how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions