-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Watch service exception on shutdown #188
Comments
Although it can be safely ignore, would there be a simple fix to ignore it from the plugin so that no such info printed after a successful build? |
In a multi-project setup, many of the same stack track will be printed, which is a bit annoying. |
It probably isn't a very hard fix, but I haven't prioritized it at this time - you're more than welcome to pick it up and contribute a fix? |
Actually, I've already started looking into this, added a fix and tested locally. It seems working well. |
I still got lots of this kind of errors after build success. I added logs in
And found it could be
|
Can you confirm which j2cl-maven-plugin version you are using? |
I tried the latest |
When stopping the JVM that is running the plugin, sometimes a stack trace will be printed. On a mac, this might look like this:
This can affect stopping a
j2cl:watch
or a successfulj2cl:build
/j2cl:test
as part of a normalmvn package
, etc.This is purely noise in the log and doesn't indicate an actual error, so it can be safely ignored.
The text was updated successfully, but these errors were encountered: