-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
java.io.IOException: Socket operation on non-socket #10941
Comments
I think this is more either a JVM bug or some incompatibility with the RBPi. What exact Java vendor are you using? |
Yes. It looks like JVM bug. Now I am testing adoptium jvm and the behavior is correct! I do not know exact Java vendor .. old JVM was installed through APT. Thanks |
Glad it's solved for you, closing the issue. |
Sorry, but while a time the error is back. I tried JDK 21 and 17. |
This issue has been automatically marked as stale because it has been a |
@ZZerog looked like a JVM issue, can you confirm? |
Jetty version(s)
12.0.0 or 12.0.3
Jetty Environment
core
Java version/vendor
openjdk version "17.0.8" 2023-07-18
OS type/version
Linux raspberrypi 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 (2023-10-05) aarch64 GNU/Linux
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Description
Simple embedded Jetty server work really bad and after short time is a port closed.
All seem be fine, until call
curl http://localhost/global/info/
.Then errors appear in the log.
The StatusEventListener just show starting and started event - no fail.
After logging was actived i see exception in the log.
EDIT: After some testing seems that static context (ResourceHandler) is a problem.
and/or
What I do wrong?
thx
The text was updated successfully, but these errors were encountered: