Groovy script deadlock
Groovy script deadlock
Groovy expression evaluation failures
Expression evaluation failing
Yes that should work, thanks.
I've been experiencing what I think is a related problem. Our service on occasion will terminate with unexplained 'posix process' codes of 256 that cause the service wrapper to shutdown. eg 17-08-02 14:05:34|waitpid 17533 256 17-08-02 14:05:34|exit code posix process: 256 application: 0 17-08-02 14:05:34|restart process due to default exit code rule 17-08-02 14:05:34|shutdown wrapper due to exit code rule 17-08-02 14:05:34|shutdown wrapper due to exit code rule Looking into the source code, 'exit...
I've suddenly encountered the same error using the Oracle JDK, but it only appeared after upgrading yajsw to 12.09. Version 12.08 does not exhibit this problem. To workaround, I've had to add org.jboss.logmanager to -Djboss.modules.system.pkgs and -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Xbootclasspath/p:${wildfly_home}/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-2.0.4.Final.jar and the server will now start. Did something change in 12.09 to cause logging...