When I initially created the httpClient, this exception occurred: java.lang.IllegalStateException: Destroyed container cannot be restarted #13542
Answered
by
sbordet
xiaoma0513
asked this question in
Q&A
-
Jetty version(s) Enhancement Description
|
Beta Was this translation helpful? Give feedback.
Answered by
sbordet
Sep 1, 2025
Replies: 1 comment
-
I guess you not only called Destroyed components cannot be restarted. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sbordet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you not only called
HttpClient.stop()
, but also calleddestroy()
on it.Destroyed components cannot be restarted.