@ezhuravlev I know the issue is different but since it is related to the same application and you were able to successfully execute it, so posting it here in this thread. If you like this to be opened fresh in another thread I can do that.
- The SparkStreamerStartup starts with the below logs and stays on forever. >From the code it stops at @line-126 in the; url:https://github.com/dmagda/IgniteSparkIoT/blob/master/src/main/java/org/apache/ignite/iot/SparkStreamerStartup.java - From the ignite-node logs, I see all that were started, 2Nodes and 1 client which is fine. *********** SparkStreamerStartup log *********** 17/06/14 16:28:04 INFO GridDiscoveryManager: Topology snapshot [ver=40, servers=2, clients=1, CPUs=4, heap=11.0GB] >>> Spark Streamer is up and running. >>> Shared RDDs are instantiated. 17/06/14 16:29:04 INFO IgniteKernal: Metrics for local node (to disable set 'metricsLogFrequency' to 0) ^-- Node [id=ad8cc426, name=null, uptime=00:01:00:003] ^-- H/N/C [hosts=1, nodes=3, CPUs=4] ^-- CPU [cur=0%, avg=1.26%, GC=0%] ^-- PageMemory [pages=0] ^-- Heap [used=186MB, free=94.84%, comm=373MB] ^-- Non heap [used=68MB, free=-1%, comm=69MB] ^-- Public thread pool [active=0, idle=0, qSize=0] ^-- System thread pool [active=0, idle=1, qSize=0] ^-- Outbound messages queue [size=0] 17/06/14 16:29:14 INFO GridUpdateNotifier: Update status is not available. **********ignite node *************** [17:06:51] Topology snapshot [ver=46, servers=2, clients=1, CPUs=4, heap=11.0GB] Thanks a lot for your help. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/NoClassDefFoundError-org-h2-server-Service-tp13636p13727.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
