Hello! I would imagine that JVM is 32-bit but binary is 64-bit. Or vice versa. You can also check the dependencies of jvm.dll with some DLL introspection tools.
Regards. -- Ilya Kasnacheev чт, 5 сент. 2019 г. в 03:33, vladtovbin <[email protected]>: > 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/ >
