I apologize if this is documented somewhere, but I am having trouble building the new 2.1 release from source. Suggestions on switches, environment, etc are appreciated.
I see the following: ........ [INFO] ignite-appserver-test .............................. SUCCESS [ 0.166 s] [INFO] ignite-websphere-test .............................. SUCCESS [ 6.574 s] [INFO] ignite-cassandra ................................... SUCCESS [ 0.024 s] [INFO] ignite-cassandra-store ............................. SUCCESS [ 6.874 s] [INFO] ignite-cassandra-serializers ....................... SUCCESS [ 2.566 s] [INFO] ignite-flink ....................................... SUCCESS [ 1.843 s] [INFO] ignite-kubernetes .................................. SUCCESS [ 1.269 s] [INFO] ignite-zeromq ...................................... SUCCESS [ 1.301 s] [INFO] ignite-rocketmq .................................... SUCCESS [ 1.470 s] [INFO] ignite-scalar ...................................... SUCCESS [ 26.278 s] [INFO] ignite-spark ....................................... SUCCESS [ 10.697 s] [INFO] ignite-visor-console ............................... FAILURE [ 6.219 s] [INFO] ignite-visor-plugins ............................... SKIPPED [INFO] apache-ignite ...................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE When trying to build just the ignite-visor-console module I see the following: [ERROR] /home/ignite/apache-ignite-2.1.0-src/modules/visor-console/src/main/scala/org/apache/ignite/visor/visor.scala:224: error: overloaded method constructor IgniteThreadPoolExecutor with alternatives: [ERROR] (x$1: Int,x$2: Int,x$3: Long,x$4: java.util.concurrent.BlockingQueue[Runnable],x$5: java.util.concurrent.ThreadFactory)org.apache.ignite.thread.IgniteThreadPoolExecutor <and> [ERROR] (x$1: String,x$2: String,x$3: Int,x$4: Int,x$5: Long,x$6: java.util.concurrent.BlockingQueue[Runnable],x$7: Byte)org.apache.ignite.thread.IgniteThreadPoolExecutor <and> [ERROR] (x$1: String,x$2: String,x$3: Int,x$4: Int,x$5: Long,x$6: java.util.concurrent.BlockingQueue[Runnable])org.apache.ignite.thread.IgniteThreadPoolExecutor [ERROR] cannot be applied to () [ERROR] @volatile var pool: ExecutorService = new IgniteThreadPoolExecutor() [ERROR] ^ [ERROR] /home/ignite/apache-ignite-2.1.0-src/modules/visor-console/src/main/scala/org/apache/ignite/visor/visor.scala:2176: error: overloaded method constructor IgniteThreadPoolExecutor with alternatives: [ERROR] (x$1: Int,x$2: Int,x$3: Long,x$4: java.util.concurrent.BlockingQueue[Runnable],x$5: java.util.concurrent.ThreadFactory)org.apache.ignite.thread.IgniteThreadPoolExecutor <and> [ERROR] (x$1: String,x$2: String,x$3: Int,x$4: Int,x$5: Long,x$6: java.util.concurrent.BlockingQueue[Runnable],x$7: Byte)org.apache.ignite.thread.IgniteThreadPoolExecutor <and> [ERROR] (x$1: String,x$2: String,x$3: Int,x$4: Int,x$5: Long,x$6: java.util.concurrent.BlockingQueue[Runnable])org.apache.ignite.thread.IgniteThreadPoolExecutor [ERROR] cannot be applied to () [ERROR] pool = new IgniteThreadPoolExecutor() [ERROR] ^ [ERROR] two errors found [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ANNOUNCE-Apache-Ignite-2-1-0-Released-tp15750p15832.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
