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
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
Hi Tomind,I think this is an issue that you should report to support. Unless you've found the source of the problem...
Tomind
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
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
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstRomain ALCARAZ
Hi Tomind,
I think this is an issue that you should report to support. Unless you've found the source of the problem...
1 person likes this
Audric FREY
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
-
How to fix error "HikariPool-3 - Connection is not available, request timed out after 100005ms."
-
How to force the decimal separator by setting user.country java option?
-
All the deliveries failed
-
How to configure the scheduler for Sql Server database ? (having a specific schema name (not dbo))
-
[Error]: ClassNotFoundException
-
Error when installing xDI Runtime on Docker
-
Error when using quartz scheduler
-
Getting issue when trying to install xdi runtime on docker
-
[startdelivery] : error Caused by: javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
-
How to check runtime version ?
See all 15 topics