Remote dev mode with gradle throwing connection refused #20904
Labels
area/devmode
area/gradle
Gradle
area/kubernetes
env/windows
Impacts Windows machines
kind/bug
Something isn't working
Milestone
Describe the bug
I am attempting to run remote dev mode via Gradle against a Kubernetes deployment. Everything appears to be working as expected, mutable jar deployed in a container, logs show live coding enabled. When I attempt to connect via
./gradlew quarkusRemoteDev
I get a connection refused.Expected behavior
Remote dev mode working.
Actual behavior
The server side throws a BadRequestException and my workstation fails to connect.
The issue mentioned in #12969 seems similar. Specifically "The JDK client sends malformed q values (.2 instead of 0.2), resteasy rejects this with a bad request exception".
I captured the initial http requests coming from HttpRemoteDevClient and verified the Header values
*; q=.2, */*; q=.2
were being included which I'm assuming is causing the issue.Here's the server side stacktrace:
How to Reproduce?
No response
Output of
uname -a
orver
Microsoft Windows Version 10.0.19042 Build 19042
Output of
java -version
JVM: 11.0.2 (Oracle Corporation 11.0.2+9)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.3.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 6.8.3
Additional information
No response
The text was updated successfully, but these errors were encountered: