You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running mvnd commands under windows with Bellsoft Liberica JDK, mvnd always creates a new daemon - the old ones are shown as "incompatible" or "stopped". The daemon log file shows an error Unknown signal: TSTP on creation of org.mvndaemon.mvnd.daemon.Server.
Note: it works f.i. with "Java version: 1.8.0_161, vendor: Oracle Corporation", so perhaps it's only the non-Oracle (OpenJDK?) ones, that don't work.
==> %userprofile%\.m2\mvnd\registry\0.1.1\daemon-4ad65c3c-77fd-48ea-9778-8488d03916b0.log <==
21:48:51.319 W Unable to ignore INT and TSTP signals
java.lang.IllegalArgumentException: Unknown signal: TSTP
at sun.misc.Signal.<init>(Signal.java:143)
at org.mvndaemon.mvnd.daemon.Server.<init>(Server.java:105)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.mvndaemon.mvnd.common.MavenDaemon.main(MavenDaemon.java:75)
When running mvnd commands under windows with Bellsoft Liberica JDK, mvnd always creates a new daemon - the old ones are shown as "incompatible" or "stopped". The daemon log file shows an error
Unknown signal: TSTP
on creation oforg.mvndaemon.mvnd.daemon.Server
.Note: it works f.i. with "Java version: 1.8.0_161, vendor: Oracle Corporation", so perhaps it's only the non-Oracle (OpenJDK?) ones, that don't work.
Test commands:
StackTrace:
registry.zip
daemon-4ad65c3c-77fd-48ea-9778-8488d03916b0.log
daemon-9aa84b9f-9eac-48d1-9829-5d77e8dc161f.log
The text was updated successfully, but these errors were encountered: