Hi.

Looks like you are specifying value type instead of key type into loadCache
ignite.cache("EmployeeCache").loadCache(*null*,
Employee.*class*.getName(), "select
* from DG.Employee");
Kindly try the following:
ignite.cache("EmployeeCache").loadCache(*null*, EmployeeKey.*class*
.getName(), "select * from DG.Employee");


Kind regards,
Alex.

On Thu, May 25, 2017 at 7:51 AM, dprbglr [via Apache Ignite Users] <
[email protected]> wrote:

> Hi ,
>
> Can you please suggest on this...whether i have to remove the
> configuration details from xml,but i tried that way ..its showing the same
> error. It would be great if you can share some pseudo code through which we
> can retrieve data from any RDBMS database to cache . As per video tutorial
> i logged in to web console i created a project which has generated code for
> cache creation and configuration . After starting the server node i ran
> loadcache ....which is not working. I am using gridgain version 7.8.6
> (apache ignite version 1.9).
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://apache-ignite-users.70518.x6.nabble.com/
> Persistent-data-store-error-tp13067p13131.html
> To start a new topic under Apache Ignite Users, email
> [email protected]
> To unsubscribe from Apache Ignite Users, click here
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=YWxleGFuZGVyLmZlZG90b2ZmQGdtYWlsLmNvbXwxfC0xMzYxNTU0NTg=>
> .
> NAML
> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Persistent-data-store-error-tp13067p13146.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to