Closed soul2zimate closed 2 years ago
@soul2zimate This is the correct place :)
Do you see this error every time? It looks like it might be something in a shutdown hook so likely not a real issue, but I do understand it looks concerning.
no, it doesn't appear every time, but quite often.
It seems the graceful shutdown operation at line https://github.com/wildfly-extras/wildfly-jar-maven-plugin/blob/5.0.1.Final/plugin/src/main/java/org/wildfly/plugins/bootablejar/maven/goals/DevWatchBootableJarMojo.java#L936 sometimes can lead to this. And yes, it's probably not harmful.
Closing this issue, the trace is harmless.
Not sure if this is the right place to report a bug, I didn't find a proper component in Jira.
As in jaxrs example, I have seen
RejectedExecutionException
when I shut down a dev mode server with source watching (version 5.0.0.Final). This only happens in dev mode.