WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ignite.internal.util.GridUnsafe$2 (file:/home/liyujue/.m2/repository/org/apache/ignite/ignite-core/2.13.0/ignite-core-2.13.0.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
[10:57:38]    __________  ________________ 
[10:57:38]   /  _/ ___/ |/ /  _/_  __/ __/ 
[10:57:38]  _/ // (7 7    // /  / / / _/   
[10:57:38] /___/\___/_/|_/___/ /_/ /x___/  
[10:57:38] 
[10:57:38] ver. 2.13.0#20220420-sha1:551f6ece
[10:57:38] 2022 Copyright(C) Apache Software Foundation
[10:57:38] 
[10:57:38] Ignite documentation: https://ignite.apache.org
[10:57:38] 
[10:57:38] Quiet mode.
[10:57:38]   ^-- Logging to file '/data/workspace/ignite-demo-2.13/ignite/work/log/ignite-302ec156.0.log'
[10:57:38]   ^-- Logging by 'JavaLogger [quiet=true, config=null]'
[10:57:38]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat}
[10:57:38] 
[10:57:38] OS: Linux 5.19.13-1-MANJARO amd64
[10:57:38] VM information: OpenJDK Runtime Environment 11.0.16.1+1 Oracle Corporation OpenJDK 64-Bit Server VM 11.0.16.1+1
[10:57:38] Please set system property '-Djava.net.preferIPv4Stack=true' to avoid possible problems in mixed environments.
[10:57:38] Configured plugins:
[10:57:38]   ^-- None
[10:57:38] 
[10:57:38] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0, super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]]]
[10:57:38] Initial heap size is 246MB (should be no less than 512MB, use -Xms512m -Xmx512m).
[10:57:38] 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.
[10:57:39] REST protocols do not start on client node. To start the protocols on client node set '-DIGNITE_REST_START_ON_CLIENT=true' system property.
[10:57:39,331][SEVERE][main][IgniteKernal] Got exception while starting (will rollback startup routine).
class org.apache.ignite.IgniteCheckedException: Failed to initialize SPI context.
	at org.apache.ignite.internal.managers.GridManagerAdapter.onKernalStart(GridManagerAdapter.java:641)
	at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1223)
	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1799)
	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1721)
	at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1160)
	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:656)
	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:578)
	at org.apache.ignite.Ignition.start(Ignition.java:328)
	at cn.igniteservice.IgniteClient.main(IgniteClient.java:22)
Caused by: class org.apache.ignite.spi.IgniteSpiException: Remote SPI with the same name is not configured (fix configuration or set -DIGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK=true system property) [name=LocalDeploymentSpi, loc=org.apache.ignite.spi.deployment.local.LocalDeploymentSpi, locNode=TcpDiscoveryNode [id=302ec156-5489-4ff8-be21-1afc261f25e3, consistentId=302ec156-5489-4ff8-be21-1afc261f25e3, addrs=ArrayList [0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 192.168.50.252, 2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1], sockAddrs=HashSet [/172.17.0.1:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1:0, /192.168.50.252:0], discPort=0, order=2, intOrder=0, lastExchangeTime=1665370659109, loc=true, ver=2.13.0#20220420-sha1:551f6ece, isClient=true], rmt=null, rmtNode=TcpDiscoveryNode [id=4a92e927-8e4c-494f-976f-3f6307cf2971, consistentId=0:0:0:0:0:0:0:1%lo,127.0.0.1,172.17.0.1,192.168.50.252,2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1:47500, addrs=ArrayList [0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 192.168.50.252, 2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1], sockAddrs=HashSet [/192.168.50.252:47500, /172.17.0.1:47500, /2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1:47500, /0:0:0:0:0:0:0:1%lo:47500, /127.0.0.1:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1665370659180, loc=false, ver=2.13.0#20220420-sha1:551f6ece, isClient=false]]
	at org.apache.ignite.spi.IgniteSpiAdapter.checkConfigurationConsistency(IgniteSpiAdapter.java:556)
	at org.apache.ignite.spi.IgniteSpiAdapter.onContextInitialized(IgniteSpiAdapter.java:220)
	at org.apache.ignite.internal.managers.GridManagerAdapter.onKernalStart(GridManagerAdapter.java:351)
	... 8 more
[10:57:39] Ignite node stopped OK [uptime=00:00:01.401]
Exception in thread "main" class org.apache.ignite.spi.IgniteSpiException: Remote SPI with the same name is not configured (fix configuration or set -DIGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK=true system property) [name=LocalDeploymentSpi, loc=org.apache.ignite.spi.deployment.local.LocalDeploymentSpi, locNode=TcpDiscoveryNode [id=302ec156-5489-4ff8-be21-1afc261f25e3, consistentId=302ec156-5489-4ff8-be21-1afc261f25e3, addrs=ArrayList [0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 192.168.50.252, 2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1], sockAddrs=HashSet [/172.17.0.1:0, /0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1:0, /192.168.50.252:0], discPort=0, order=2, intOrder=0, lastExchangeTime=1665370659109, loc=true, ver=2.13.0#20220420-sha1:551f6ece, isClient=true], rmt=null, rmtNode=TcpDiscoveryNode [id=4a92e927-8e4c-494f-976f-3f6307cf2971, consistentId=0:0:0:0:0:0:0:1%lo,127.0.0.1,172.17.0.1,192.168.50.252,2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1:47500, addrs=ArrayList [0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.17.0.1, 192.168.50.252, 2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1], sockAddrs=HashSet [/192.168.50.252:47500, /172.17.0.1:47500, /2408:842e:600:1e4:8d1a:ea5c:9138:7875%wlo1:47500, /0:0:0:0:0:0:0:1%lo:47500, /127.0.0.1:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1665370659180, loc=false, ver=2.13.0#20220420-sha1:551f6ece, isClient=false]]
	at org.apache.ignite.spi.IgniteSpiAdapter.checkConfigurationConsistency(IgniteSpiAdapter.java:556)
	at org.apache.ignite.spi.IgniteSpiAdapter.onContextInitialized(IgniteSpiAdapter.java:220)
	at org.apache.ignite.internal.managers.GridManagerAdapter.onKernalStart(GridManagerAdapter.java:351)
	at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1223)
	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1799)
	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1721)
	at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1160)
	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:656)
	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:578)
	at org.apache.ignite.Ignition.start(Ignition.java:328)
	at cn.igniteservice.IgniteClient.main(IgniteClient.java:22)
