I use an embedded version of ignite! Does this help

I got some more details. Launching Ignite.Exe gives me

Error occurred during initialization of VM
> Unable to load native library: Can't find dependent libraries


My JAVA_HOME is properly set to my JDK path

Where should ignite logs reside or how can i activate them ?

Thx



2017-09-29 17:09 GMT+02:00 Andrey Mashenkov <[email protected]>:

> Hi Patrick,
>
> Would you please share ignite logs?
>
> On Fri, Sep 29, 2017 at 5:51 PM, Patrick Brunmayr <
> [email protected]> wrote:
>
>> Hello
>>
>> I am using Visual Studio 2017 and have installed Apache Ignite via NuGet.
>> Also checked the VC++ Redis is installed.
>>
>> Tried to run this little code
>>
>> try
>> {
>> var ignite = Ignition.Start();
>> }
>> catch (Exception e)
>> {
>> Console.WriteLine(e);
>> }
>>
>> My app terminates with following output
>>
>>  ConsoleApp1.exe' has exited with code 1 (0x1)
>>
>> It just crashes without any information
>>
>> My setup
>>
>>
>>    - Windows 10 64 Bit
>>    - Visual Studio 2017
>>    - jdk1.8.0_144
>>    - Ignite 2.2
>>
>>
>> How can i know whats going on without any information. Any ideas ?
>>
>> Thx
>>
>>
>>
>
>
> --
> Best regards,
> Andrey V. Mashenkov
>

Reply via email to