LoadCaches example fails

2019-01-22 Thread deostroll
I created a cluster and imported a postgres database to the cluster. I created two ignite instances using that cluster config (from the maven project made available via download though the web-console). I even started a client instance (by running the ClientNodeCodeStartup file). The server as we

Re: Web console project cannot start an ignite server node

2018-12-14 Thread deostroll
Okay, I was able to replicate the problem by adding a dependency of spring boot to my project. Below is the pom.xml file including spring boot. Now what should I do? ignite 2.7 is not officially released, right? BEGIN_PASTE--- http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3

Re: Web console project cannot start an ignite server node

2018-12-12 Thread deostroll
Sorry my bad. I thought nabble editor should take care of this. I will share the spring config and the program output between a series of begin_paste and end_paste. Program output: == ---BEGIN_PASTE--- "C:\Program Files\Java\jdk1.8.0_181\bin\java.exe" "-javaagent:C:\Program Files\JetBrai

Web console project cannot start an ignite server node

2018-12-12 Thread deostroll
Hi, I successfully imported a database from postgres to ignite via web console. And through the web console, I noticed there is the option to download a project. I did that, and, noticed that there was code to start ignite server and client nodes. They executed properly and I was able to see the c