You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/06/07 09:44:00 UTC

[jira] [Assigned] (IGNITE-14782) .net Thin Client: If bash not installed on pod, ignite fails to start

     [ https://issues.apache.org/jira/browse/IGNITE-14782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn reassigned IGNITE-14782:
---------------------------------------

    Assignee: Pavel Tupitsyn

> .net Thin Client: If bash not installed on pod, ignite fails to start
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-14782
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14782
>             Project: Ignite
>          Issue Type: Bug
>          Components: clients, platforms
>    Affects Versions: 2.10
>            Reporter: Robert May
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>
> If bash is not installed, you get the following exception on startup:
> {code:c#}
> System.TypeInitializationException: The type initializer for 'Apache.Ignite.Core.Impl.Unmanaged.Jni.JvmDll' threw an exception.
>  ---> System.TypeInitializationException: The type initializer for 'Apache.Ignite.Core.Impl.Unmanaged.Os' threw an exception.
>  ---> System.ComponentModel.Win32Exception (2): No such file or directory
>    at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
>    at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
>    at System.Diagnostics.Process.Start()
>    at Apache.Ignite.Core.Impl.Shell.Execute(String file, String args)
>    at Apache.Ignite.Core.Impl.Shell.BashExecute(String args)
>    at Apache.Ignite.Core.Impl.Unmanaged.Os..cctor()
>    --- End of inner exception stack trace ---
>    at Apache.Ignite.Core.Impl.Unmanaged.Os.get_IsWindows()
>    at Apache.Ignite.Core.Impl.Unmanaged.Jni.JvmDll..cctor()
>    --- End of inner exception stack trace ---
>    at Apache.Ignite.Core.Impl.Unmanaged.Jni.JvmDll.Load(String configJvmDllPath, ILogger log)
>    at Apache.Ignite.Core.Ignition.Start(IgniteConfiguration cfg)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)