-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
.NullPointerException: Cannot invoke "java.io.InputStream.available()" because "this.val$is" is null #3578
Comments
Should be a duplicate of #3384 |
muchas gracias for the support that helped. Was using Qarkus 2.3.1 which included |
Perhaps something related to this topic, If I call the endpoint/method. At first run it shows the output in afterwards it doesnt:
|
I don't follow why this was reopened - are you running on a later version and still seeing the log of the npe? |
I dont the NPE but and unexpected behavior, In the first call it gives me the right output |
It's not related to the NPE. I'm not sure if there is a trace level for websocket traffic, if you can't seem to get a log can you put breakpoints in ExecWebSocketListener.onMessage and cleanUpOnce to see if you are getting a message prior to the websocket being closed? |
Hi there, I've got the the following error using the following example in https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-examples/src/main/java/io/fabric8/kubernetes/examples/kubectl/equivalents/PodExecEquivalent.java
Here is my code:
The text was updated successfully, but these errors were encountered: