ignite web agent still has "monitoring" tab?

2017-11-02 Thread sherryhw
Hi I am new to Ignite web agent. I deployed the web console on the server and I dont find "monitoring" tab at the top. I would like to know whether this has been canceled? Another question is, for the web agent,

Re: Ignite web console and we agent are running not able to see clusters

2017-11-02 Thread sherryhw
Have you input the node uri in the default.properties? or pass it as an argument when u run ignite-web-agent.sh? Thanks, Sherry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Failed to start near cache (a cache with the same name without near cache is already started

2017-11-21 Thread sherryhw
Hi there, I have an issue with near cache. I deploy an ignite cluster on server side and run a ignite client in my local. I would like to use NearCache for my local client. Lets say, I have 4 Near cache configuration which corresponding to 4 cache "CacheA", "CacheB", "CacheC",and "CacheD". And the

Re: Failed to start near cache (a cache with the same name without near cache is already started

2017-11-21 Thread sherryhw
Hi Alex, Thank you for your reply. But I am not quite clear about how to create near cache for TableA and TableB? Thanks, Sherry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

What is the path for Log4j configuration?

2017-12-14 Thread sherryhw
Hi guys, I am using Log4j2 for Ignite logging, but I always have this error: "* Failed to instantiate [org.apache.ignite.logger.log4j2.Log4J2Logger]: Constructor threw exception; nested exception is class org.apache.ignite.IgniteCheckedException: Log4j configuration path was not found:config/log4j

Re: What is the path for Log4j configuration?

2017-12-14 Thread sherryhw
Thanks. However I checked the log4j 2 is in my pom and it is in my classpath. So I guess it is not this cause? Sherry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: What is the path for Log4j configuration?

2017-12-14 Thread sherryhw
It is in "target/classes/config/log4j2.xml" Is this what you mentioned? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: What is the path for Log4j configuration?

2017-12-14 Thread sherryhw
I moved the log4j2.xml into the resources folder now. --resources |--config |--data-node-config.xml |--log4j2.xml Now when I start the data-node, the spring log file is fine at first, can printout the debug mode of spring log, however, it still fails at Ignite. "Exception in thread "main

Re: How to re-direct Ignite logs to log4j2?

2017-12-14 Thread sherryhw
Hi I have a same issue here. How did you resolve it? Thanks. Sherry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Can one application connect to multiple Ignite clusters as client?

2018-03-21 Thread sherryhw
Hi, I am dealing with a case that one application may need to get access to two Ignite fabric clusters. Both of them are using TcpDiscoveryJdbcIpFinder for TcpDiscoverySpi, but with different datasource (database table and sever different.) Is this approach possible? -- Sent from: http://apache-