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


1 Comment

Hi Tomind,

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

Login to post a comment