Hi! , I'm trying to bring up Apache Ignite server locally and i see the below errors in the log. I downloaded the project from webconsole and didn't do any changes. Below is the log file for you reference. I attached my server.xml file.
"C:\Program Files\Java\jdk-15\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2\lib\idea_rt.jar=61161:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2\bin" -Dfile.encoding=UTF-8 -classpath C:\Work\Raghav\Practice\DuckAirlines-project\target\classes;C:\Users\iprag\.m2\repository\org\gridgain\ignite-core\8.7.9\ignite-core-8.7.9.jar;C:\Users\iprag\.m2\repository\javax\cache\cache-api\1.0.0\cache-api-1.0.0.jar;C:\Users\iprag\.m2\repository\org\jetbrains\annotations\16.0.3\annotations-16.0.3.jar;C:\Users\iprag\.m2\repository\org\gridgain\ignite-shmem\1.0.0\ignite-shmem-1.0.0.jar;C:\Users\iprag\.m2\repository\org\gridgain\ignite-spring\8.7.9\ignite-spring-8.7.9.jar;C:\Users\iprag\.m2\repository\org\springframework\spring-core\4.3.18.RELEASE\spring-core-4.3.18.RELEASE.jar;C:\Users\iprag\.m2\repository\org\springframework\spring-aop\4.3.18.RELEASE\spring-aop-4.3.18.RELEASE.jar;C:\Users\iprag\.m2\repository\org\springframework\spring-beans\4.3.18.RELEASE\spring-beans-4.3.18.RELEASE.jar;C:\Users\iprag\.m2\repository\org\springframework\spring-context\4.3.18.RELEASE\spring-context-4.3.18.RELEASE.jar;C:\Users\iprag\.m2\repository\org\springframework\spring-expression\4.3.18.RELEASE\spring-expression-4.3.18.RELEASE.jar;C:\Users\iprag\.m2\repository\org\springframework\spring-tx\4.3.18.RELEASE\spring-tx-4.3.18.RELEASE.jar;C:\Users\iprag\.m2\repository\org\springframework\spring-jdbc\4.3.18.RELEASE\spring-jdbc-4.3.18.RELEASE.jar;C:\Users\iprag\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Users\iprag\.m2\repository\org\gridgain\ignite-h2\8.7.9\ignite-h2-8.7.9.jar;C:\Users\iprag\.m2\repository\org\locationtech\jts\jts-core\1.15.0\jts-core-1.15.0.jar;C:\Users\iprag\.m2\repository\org\gridgain\ignite-indexing\8.7.9\ignite-indexing-8.7.9.jar;C:\Users\iprag\.m2\repository\commons-codec\commons-codec\1.12\commons-codec-1.12.jar;C:\Users\iprag\.m2\repository\org\apache\lucene\lucene-core\7.4.0\lucene-core-7.4.0.jar;C:\Users\iprag\.m2\repository\org\apache\lucene\lucene-analyzers-common\7.4.0\lucene-analyzers-common-7.4.0.jar;C:\Users\iprag\.m2\repository\org\apache\lucene\lucene-queryparser\7.4.0\lucene-queryparser-7.4.0.jar;C:\Users\iprag\.m2\repository\org\apache\lucene\lucene-queries\7.4.0\lucene-queries-7.4.0.jar;C:\Users\iprag\.m2\repository\org\apache\lucene\lucene-sandbox\7.4.0\lucene-sandbox-7.4.0.jar;C:\Users\iprag\.m2\repository\org\gridgain\ignite-rest-http\8.7.9\ignite-rest-http-8.7.9.jar;C:\Users\iprag\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\iprag\.m2\repository\org\eclipse\jetty\jetty-continuation\9.4.22.v20191022\jetty-continuation-9.4.22.v20191022.jar;C:\Users\iprag\.m2\repository\org\eclipse\jetty\jetty-http\9.4.22.v20191022\jetty-http-9.4.22.v20191022.jar;C:\Users\iprag\.m2\repository\org\eclipse\jetty\jetty-io\9.4.22.v20191022\jetty-io-9.4.22.v20191022.jar;C:\Users\iprag\.m2\repository\org\eclipse\jetty\jetty-server\9.4.22.v20191022\jetty-server-9.4.22.v20191022.jar;C:\Users\iprag\.m2\repository\org\eclipse\jetty\jetty-util\9.4.22.v20191022\jetty-util-9.4.22.v20191022.jar;C:\Users\iprag\.m2\repository\org\eclipse\jetty\jetty-xml\9.4.22.v20191022\jetty-xml-9.4.22.v20191022.jar;C:\Users\iprag\.m2\repository\javax\servlet\javax.servlet-api\3.1.0\javax.servlet-api-3.1.0.jar;C:\Users\iprag\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.9\jackson-core-2.9.9.jar;C:\Users\iprag\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.9\jackson-annotations-2.9.9.jar;C:\Users\iprag\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.9.9\jackson-databind-2.9.9.jar;C:\Users\iprag\.m2\repository\org\slf4j\slf4j-api\1.7.7\slf4j-api-1.7.7.jar;C:\Users\iprag\.m2\repository\org\slf4j\slf4j-log4j12\1.7.7\slf4j-log4j12-1.7.7.jar;C:\Users\iprag\.m2\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;C:\Users\iprag\.m2\repository\mysql\mysql-connector-java\8.0.22\mysql-connector-java-8.0.22.jar;C:\Users\iprag\.m2\repository\com\google\protobuf\protobuf-java\3.11.4\protobuf-java-3.11.4.jar startup.ServerNodeCodeStartup
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ignite.internal.util.GridUnsafe$2 (file:/C:/Users/iprag/.m2/repository/org/gridgain/ignite-core/8.7.9/ignite-core-8.7.9.jar) to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of org.apache.ignite.internal.util.GridUnsafe$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[16:58:05] __________ ________________
[16:58:05] / _/ ___/ |/ / _/_ __/ __/
[16:58:05] _/ // (7 7 // / / / / _/
[16:58:05] /___/\___/_/|_/___/ /_/ /___/
[16:58:05]
[16:58:05] ver. 8.7.9#20191211-sha1:3dcbb8ff
[16:58:05] 2019 Copyright(C) GridGain Systems, Inc. and Contributors
[16:58:05]
[16:58:05] Ignite documentation:
http://gridgain.com[16:58:05]
[16:58:05] Quiet mode.
[16:58:05] ^-- Logging to file 'C:\Work\Raghav\Downloads\apache-ignite-2.9.0-bin\apache-ignite-2.9.0-bin\work\log\ignite-22daed6f.0.log'
[16:58:05] ^-- Logging by 'JavaLogger [quiet=true, config=null]'
[16:58:05] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat}
[16:58:05]
[16:58:05] OS: Windows 10 10.0 amd64
[16:58:05] VM information: Java(TM) SE Runtime Environment 15+36-1562 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 15+36-1562
[16:58:05] Please set system property '-Djava.net.preferIPv4Stack=true' to avoid possible problems in mixed environments.
[16:58:05] Initial heap size is 254MB (should be no less than 512MB, use -Xms512m -Xmx512m).
[16:58:06] Configured plugins:
[16:58:06] ^-- None
[16:58:06]
[16:58:06] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0, super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]]]
[16:58:06] Message queue limit is set to 0 which may lead to potential OOMEs when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due to message queues growth on sender and receiver sides.
[16:58:06] Security status [authentication=off, tls/ssl=off]
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'AirportsCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'FlightsCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'FrequentFlyerCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'CustomersCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'RunwayCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'PilotLogsCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'WindsCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'TelemetryCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'FixCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'CrewCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'FlightPlansCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'NavaidCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'AircraftCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'RouteMetadataCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'FleetCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10] Both Ignite native persistence and CacheStore are configured for cache 'RouteSegmentsCache'. This configuration does not guarantee strict consistency between CacheStore and Ignite data storage upon restarts. Consult documentation for more details.
[16:58:10,638][SEVERE][wal-segment-syncer-#44%DuckAirlines%][FileHandleManagerImpl$WalSegmentSyncer] Runtime error caught during grid runnable execution: GridWorker [name=wal-segment-syncer, igniteInstanceName=DuckAirlines, finished=false, heartbeatTs=1606168690101, hashCode=1326205418, interrupted=false, runner=wal-segment-syncer-#44%DuckAirlines%]
java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.invoke(Object, Object[])" because "org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.mappingOffset" is null
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.fsync(FileWriteHandleImpl.java:448)
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.fsync(FileWriteHandleImpl.java:417)
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl.flush(FileHandleManagerImpl.java:258)
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl$WalSegmentSyncer.body(FileHandleManagerImpl.java:614)
at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:119)
at java.base/java.lang.Thread.run(Thread.java:832)
[16:58:10,786][SEVERE][main][IgniteKernal%DuckAirlines] Exception during start processors, node will be stopped and close connections
java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.invoke(Object, Object[])" because "org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.mappingOffset" is null
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.fsync(FileWriteHandleImpl.java:448)
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.fsync(FileWriteHandleImpl.java:417)
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl.flush(FileHandleManagerImpl.java:258)
at org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager.flush(FileWriteAheadLogManager.java:904)
at org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.tailPointer(GridCacheDatabaseSharedManager.java:2147)
at org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.startMemoryRestore(GridCacheDatabaseSharedManager.java:2075)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1186)
at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2004)
at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1692)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1112)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:632)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:557)
at org.apache.ignite.Ignition.start(Ignition.java:319)
at startup.ServerNodeCodeStartup.main(ServerNodeCodeStartup.java:15)
[16:58:10,788][SEVERE][main][IgniteKernal%DuckAirlines] Got exception while starting (will rollback startup routine).
java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.invoke(Object, Object[])" because "org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.mappingOffset" is null
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.fsync(FileWriteHandleImpl.java:448)
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.fsync(FileWriteHandleImpl.java:417)
at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl.flush(FileHandleManagerImpl.java:258)
at org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager.flush(FileWriteAheadLogManager.java:904)
at org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.tailPointer(GridCacheDatabaseSharedManager.java:2147)
at org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.startMemoryRestore(GridCacheDatabaseSharedManager.java:2075)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1186)
at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2004)
at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1692)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1112)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:632)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:557)
at org.apache.ignite.Ignition.start(Ignition.java:319)
at startup.ServerNodeCodeStartup.main(ServerNodeCodeStartup.java:15)
Server.xml
------------------------------
Rag
------------------------------