Start a new topic

Error when running startengine.bat

Hello!


when I try to run the file STARTENGINE.BAT in Windows 10, the service does not start, but in the log I see the following traces


NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED

Exception in thread "main" java.lang.reflect.InvocationTargetException

 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)

 at java.base/java.lang.reflect.Method.invoke(Method.java:580)

 at com.indy.engine.launcher.MainLauncher.main(MainLauncher.java:69)

Caused by: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release

 at java.base/java.lang.System.setSecurityManager(System.java:429)

 at com.indy.engine.EngineStartI.main(EngineStartI.java:163)

 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)

 ... 2 more



Hi Tomind,

I think this is an issue that you should report to support. Unless you've found the source of the problem...

Hello,

Without the full log trace, it will be difficult to find the root cause.

Be sure to use the correct java version, for 5.3.x or 2023.x you should use Java 11.

For 2024.x you should use Java 17 or Java 21

Login to post a comment