Hi , I am trying to configure cluster in my machine with the control center agent to understand it. The servers are started using java so I tried to add the maven dependency or add the library as a external dependency to the project as mentioned in these slides
https://www.gridgain.com/sites/default/files/technical-presentations/Using-Distributed-Tracing-to-Resolve-Performance-Issues-in-Apache-Ignite.pdf https://www.gridgain.com/docs/control-center/latest/connect-ignite-cluster ( Maven artifact section ) Tried below : 1. Added Library as an external dependency into the project. But control center agent did not start when I started the server. I dont see the following printed in the startup logs : Found control center.... 2. Maven dependency : looks like we are not allowed to access it from the gridgain maven repository: > Could not resolve org.gridgain:control-center-agent:2.8.1.2. > Could not get resource 'http://mvnrepository.com/artifact/com.experlog/xapool/org/gridgain/control-center-agent/2.8.1.2/control-center-agent-2.8.1.2.pom'. > Could not HEAD 'http://mvnrepository.com/artifact/com.experlog/xapool/org/gridgain/control-center-agent/2.8.1.2/control-center-agent-2.8.1.2.pom'. Received status code 403 from server: Forbidden Could you kindly let me know what I am missing ? Please note I am able to start the server with the control center agent when I start it using ignite.bat script on the command prompt. regards, Veena. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
