All right, im completely confused at this point.

Trying to follow this thread:
http://apache-ignite-users.70518.x6.nabble.com/Agent-not-able-to-connect-tt21714.html#a21745
<http://apache-ignite-users.70518.x6.nabble.com/Agent-not-able-to-connect-tt21714.html#a21745>
  

*I see this in the console startup:*
ignite-console_1  | 00:36:34 0|index    | Start listening on 127.0.0.1:3000

I have, for now, exposed all of the ports "i think" so I can try the agent
outside of the containers:

  ignite-console:
    image: apacheignite/web-console-standalone
    expose:
      ...
    ports:
      - 3000:3000
      - 3001:80

  server:
    ports:
      - 3080:3080

The server has the REST API, exposed on 3080, and I can access it with curl.

*I then run the agent:*
./ignite-web-agent.sh --server-uri http://localhost:3001 --node-uri
http://localhost:3080

*And get this:*
Agent configuration:
User's security tokens        : ****************4BDV
URI to Ignite node REST server: http://localhost:3080
URI to Ignite Console server  : http://localhost:3001
Path to agent property file   : default.properties
Path to JDBC drivers folder   :
/Downloads/ignite-web-agent-2.6.0/jdbc-drivers
Demo mode                     : enabled

[2018-08-12 20:39:48,639][INFO ][main][AgentLauncher] Connecting to:
http://localhost:3001
[2018-08-12 20:39:48,754][INFO ][EventThread][AgentLauncher] Connection
established.
[2018-08-12 20:39:48,806][INFO ][EventThread][AgentLauncher] Authentication
success.
[2018-08-12 20:39:48,880][INFO ][pool-1-thread-1][RestExecutor] Connected to
cluster [url=http://localhost:3080]

This is all running on one machine but different docker containers (from
compose)



-----
KJQ
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to