@rzorzorzo The workaroud is working and able to bring up the application as a service. Thank you
Sure @rzorzorzo. I will try that workaround and let you know the result. Again netty*4-1.104 has vulnerabilities. Shall i replace the jars to latest ? or it need testing altogether?
@rzorzorzo Thank you for responding and here is the configuration and error log. Please let us know any workaround. And also now netty*4-1.104 also having vulnerabilities. Can we replace those jars with latest ?? WARNING - Do not modify any of the properties when an application using this configuration file has been installed as a service or daemon. Please uninstall the service before modifying this file. The service must then be reinstalled. ********** working directory ********** wrapper.working.dir=${wrapper_home}...
@rzorzorzo I am facing issue with java 22 & yajsw 13.12, groovy scripts are giving class version errors; And the applciation is working perfectly in console mode. The below error is thrown only in service/daemon mode. Exception stacktrace: Caused by: BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 66 at org.codehaus.groovy.control.CompilationUnit$ISourceUnitOperation.doPhaseOperation(CompilationUnit.java:901) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:692)...