I have a basic service that starts a Jetty server and responds to requests.
The repo is here:

    https://github.com/danellis/ignite-test

When I run Ignite with that configuration file, and both my service's JAR
and the Scala library JAR in libs, everything seems to work as expected.
However, if I start a second, identical node, the it delays a few seconds
during startup, then starts without my service. If I restart the original
node while another node is running, the same problem occurs. 

Here's the ignite -v output.

Single node:
https://gist.github.com/danellis/6678a28b38084598de84cd87ba7773af

Second node:
https://gist.github.com/danellis/63605ba511801d6867439472befe22db

What am I doing wrong?




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

Reply via email to