What's crazy is that I just tried the same thing on another identical server and getting the error again, even with c++ redistributable package installed. Confirmed jmv dll is at the first path location below, and ignite still works if launched from \bin folder. Any suggestions ? Here's the full error:
C:\Apache\apache-ignite-2.7.5-bin\platforms\dotnet\bin>apache.ignite ERROR: Apache.Ignite.Core.Common.IgniteException: Failed to load jvm.dll: [option=JAVA_HOME, path=C:\Program Files\Java\jdk-12.0.2\bin\server\jvm.dll, error=DLL could not be loaded (126: ERROR_MOD_NOT_FOUND). This can be caused by missing dependencies. ] [option=JAVA_HOME, path=C:\Program Files\Java\jdk-12.0.2\bin\client\jvm.dll, error=DLL could not be loaded (126: ERROR_MOD_NOT_FOUND). This can be caused by missing dependencies. ] [option=JAVA_HOME, path=C:\Program Files\Java\jdk-12.0.2\jre\bin\server\jvm.dll, error=DLL could not be loaded (126: ERROR_MOD_NOT_FOUND). This can be caused by missing dependencies. ] [option=JAVA_HOME, path=C:\Program Files\Java\jdk-12.0.2\jre\bin\client\jvm.dll, error=DLL could not be loaded (126: ERROR_MOD_NOT_FOUND). This can be caused by missing dependencies. ] [option=JAVA_HOME, path=C:\Program Files\Java\jdk-12.0.2\jre\bin\default\jvm.dll, error=DLL could not be loaded (126: ERROR_MOD_NOT_FOUND). This can be caused by missing dependencies. ] at Apache.Ignite.Core.Impl.Unmanaged.Jni.JvmDll.Load(String configJvmDllPath, ILogger log) at Apache.Ignite.Core.Ignition.Start(IgniteConfiguration cfg) at Apache.Ignite.IgniteRunner.Main(String[] args) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
