Pavel Tupitsyn created IGNITE-16749:
---------------------------------------
Summary: .NET: EntryPointNotFoundException on Alpine Linux
Key: IGNITE-16749
URL: https://issues.apache.org/jira/browse/IGNITE-16749
Project: Ignite
Issue Type: Bug
Components: platforms
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 2.13
Ignite.NET does not start on Alpine Linux:
{code}
Unhandled exception. System.EntryPointNotFoundException: Unable to find an
entry point named 'dlopen' in shared library 'libcoreclr.so'.
at
Apache.Ignite.Core.Impl.Unmanaged.Jni.DllLoader.NativeMethodsCore.dlopen(String
filename, Int32 flags)
at Apache.Ignite.Core.Impl.Unmanaged.Jni.DllLoader.Load(String dllPath)
at Apache.Ignite.Core.Impl.Unmanaged.Jni.JvmDll.LoadDll(String filePath,
String simpleName)
at Apache.Ignite.Core.Impl.Unmanaged.Jni.JvmDll.Load(String
configJvmDllPath, ILogger log)
at Apache.Ignite.Core.Ignition.Start(IgniteConfiguration cfg)
at Apache.Ignite.Core.Ignition.Start()
at Apache.Ignite.Docker.Program.Main() in /app/Program.cs:line 15
{code}
See https://github.com/ptupitsyn/ignite-net-docker/tree/alpine-test to
reproduce with Docker.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)