Ilya Suntsov created IGNITE-2041:
------------------------------------
Summary: CacheAutoStoreExample: Failed to find class with given
class loader for unmarshalling
Key: IGNITE-2041
URL: https://issues.apache.org/jira/browse/IGNITE-2041
Project: Ignite
Issue Type: Bug
Components: cache
Affects Versions: 1.5
Reporter: Ilya Suntsov
Assignee: Semen Boikov
Priority: Critical
Fix For: 1.5
Steps for reproduce:
1. Start
examples/src/main/java/org/apache/ignite/examples/datagrid/store/auto/DbH2ServerStartup.java
2. Start 1 node from IDEA and 1 from terminal (with
examples/config/example-ignite.xml)
3. Run CacheAutoStoreExample
Result:
Node in terminal:
{noformat}
mpb:bin gridgain$ ./ignite.sh ../examples/config/example-ignite.xml -v
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m;
support was removed in 8.0
Ignite Command Line Startup, ver. 1.5.1-EA#20151130-sha1:4f1d55cc
2015 Copyright(C) Apache Software Foundation
[15:26:14,676][INFO][main][IgniteKernal]
>>> __________ ________________
>>> / _/ ___/ |/ / _/_ __/ __/
>>> _/ // (7 7 // / / / / _/
>>> /___/\___/_/|_/___/ /_/ /___/
>>>
>>> ver. 1.5.1-EA#20151130-sha1:4f1d55cc
>>> 2015 Copyright(C) Apache Software Foundation
>>>
>>> Ignite documentation: http://ignite.apache.org
[15:26:14,677][INFO][main][IgniteKernal] Config URL:
file:/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/bin/../examples/config/example-ignite.xml
[15:26:14,677][INFO][main][IgniteKernal] Daemon mode: off
[15:26:14,677][INFO][main][IgniteKernal] OS: Mac OS X 10.10.3 x86_64
[15:26:14,677][INFO][main][IgniteKernal] OS user: gridgain
[15:26:14,677][INFO][main][IgniteKernal] Language runtime: Java Platform API
Specification ver. 1.8
[15:26:14,678][INFO][main][IgniteKernal] VM information: Java(TM) SE Runtime
Environment 1.8.0_45-b14 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM
25.45-b02
[15:26:14,679][INFO][main][IgniteKernal] VM total memory: 0.96GB
[15:26:14,679][INFO][main][IgniteKernal] Remote Management [restart: on, REST:
on, JMX (remote: on, port: 49113, auth: off, ssl: off)]
[15:26:14,679][INFO][main][IgniteKernal]
IGNITE_HOME=/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA
[15:26:14,680][INFO][main][IgniteKernal] VM arguments: [-Xms1g, -Xmx1g,
-XX:+AggressiveOpts, -XX:MaxPermSize=256m, -DIGNITE_QUIET=false,
-DIGNITE_SUCCESS_FILE=/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/work/ignite_success_6cde77f0-d8a7-44f7-8e33-ad553102eb52,
-Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=49113,
-Dcom.sun.management.jmxremote.authenticate=false,
-Dcom.sun.management.jmxremote.ssl=false,
-DIGNITE_HOME=/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA,
-DIGNITE_PROG_NAME=./ignite.sh]
[15:26:14,680][INFO][main][IgniteKernal] Configured caches
['ignite-marshaller-sys-cache', 'ignite-sys-cache', 'ignite-atomics-sys-cache']
[15:26:14,680][WARNING][main][IgniteKernal] Peer class loading is enabled
(disable it in production for performance and deployment consistency reasons)
[15:26:14,683][INFO][main][IgniteKernal] 3-rd party licenses can be found at:
/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/libs/licenses
[15:26:14,741][INFO][main][IgniteKernal] Non-loopback local IPs: 192.168.1.113,
fe80:0:0:0:3e07:54ff:fe6b:6c35%en0
[15:26:14,741][INFO][main][IgniteKernal] Enabled local MACs: 3C07546B6C35
[15:26:14,752][INFO][main][IgnitePluginProcessor] Configured plugins:
[15:26:14,752][INFO][main][IgnitePluginProcessor] ^-- GridGain
7.5.1-EA#20151130-sha1:7528584b
[15:26:14,752][INFO][main][IgnitePluginProcessor] ^-- 2015 Copyright(C)
GridGain Systems
[15:26:14,753][INFO][main][IgnitePluginProcessor]
[15:26:14,815][INFO][main][TcpCommunicationSpi] IPC shared memory server
endpoint started [port=48101,
tokDir=/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/work/ipc/shmem/358d6354-ed8f-4806-8da3-3d19971fa90b-703]
[15:26:14,815][INFO][main][TcpCommunicationSpi] Successfully bound shared
memory communication to TCP port [port=48101, locHost=0.0.0.0/0.0.0.0]
[15:26:14,841][INFO][main][TcpCommunicationSpi] Successfully bound to TCP port
[port=47101, locHost=0.0.0.0/0.0.0.0]
[15:26:14,861][WARNING][main][NoopCheckpointSpi] Checkpoints are disabled (to
enable configure any GridCheckpointSpi implementation)
[15:26:14,884][WARNING][main][GridCollisionManager] Collision resolution is
disabled (all jobs will be activated upon arrival).
[15:26:14,927][WARNING][main][NoopSwapSpaceSpi] Swap space is disabled. To
enable use FileSwapSpaceSpi.
[15:26:14,929][INFO][main][IgniteKernal] Security status [authentication=off,
tls/ssl=off]
[15:26:15,133][INFO][main][GridTcpRestProtocol] Command protocol successfully
started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11212]
[15:26:15,150][WARNING][main][GridPluginProvider] Rolling updates are disabled.
GridGain version update will require full cluster restart. Consider changing
'GridGainConfiguration.rollingUpdatesEnabled' configuration property.
[15:26:15,297][INFO][main][TcpDiscoverySpi] Successfully bound to TCP port
[port=47501, localHost=0.0.0.0/0.0.0.0]
[15:26:16,829][INFO][main][GridCacheProcessor] Started cache
[name=ignite-sys-cache, mode=REPLICATED]
[15:26:16,844][INFO][main][GridCacheProcessor] Started cache
[name=ignite-atomics-sys-cache, mode=PARTITIONED]
[15:26:16,857][INFO][main][GridCacheProcessor] Started cache
[name=ignite-marshaller-sys-cache, mode=REPLICATED]
[15:26:17,046][INFO][exchange-worker-#50%null%][GridCachePartitionExchangeManager]
Cache rebalancing scheduled: [cache=ignite-marshaller-sys-cache, waitList=[]]
[15:26:17,047][INFO][exchange-worker-#50%null%][GridCachePartitionExchangeManager]
Cache rebalancing scheduled: [cache=ignite-sys-cache,
waitList=[ignite-marshaller-sys-cache]]
[15:26:17,048][INFO][exchange-worker-#50%null%][GridCachePartitionExchangeManager]
Cache rebalancing scheduled: [cache=ignite-atomics-sys-cache,
waitList=[ignite-marshaller-sys-cache]]
[15:26:17,051][INFO][exchange-worker-#50%null%][GridCachePartitionExchangeManager]
Rebalancing required[top=AffinityTopologyVersion [topVer=2, minorTopVer=0],
evt=NODE_JOINED, node=358d6354-ed8f-4806-8da3-3d19971fa90b]
[15:26:17,051][INFO][exchange-worker-#50%null%][GridDhtPartitionDemander]
<ignite-marshaller-sys-cache> Starting rebalancing
[cache=ignite-marshaller-sys-cache, mode=SYNC,
fromNode=c255a417-c203-476d-ac59-574c054a4635, partitionsCount=20,
topology=AffinityTopologyVersion [topVer=2, minorTopVer=0], updateSeq=1]
[15:26:17,063][INFO][ignite-#52%marshaller-cache-null%][GridDhtPartitionDemander]
<ignite-marshaller-sys-cache> Completed (final) rebalancing
[cache=ignite-marshaller-sys-cache,
fromNode=c255a417-c203-476d-ac59-574c054a4635, topology=AffinityTopologyVersion
[topVer=2, minorTopVer=0], time=11 ms]
[15:26:17,065][INFO][ignite-#18%sys-null%][GridDhtPartitionDemander]
<ignite-sys-cache> Starting rebalancing [cache=ignite-sys-cache, mode=SYNC,
fromNode=c255a417-c203-476d-ac59-574c054a4635, partitionsCount=100,
topology=AffinityTopologyVersion [topVer=2, minorTopVer=0], updateSeq=1]
[15:26:17,066][INFO][ignite-#18%sys-null%][GridDhtPartitionDemander]
<ignite-atomics-sys-cache> Starting rebalancing
[cache=ignite-atomics-sys-cache, mode=SYNC,
fromNode=c255a417-c203-476d-ac59-574c054a4635, partitionsCount=521,
topology=AffinityTopologyVersion [topVer=2, minorTopVer=0], updateSeq=1]
[15:26:17,074][INFO][ignite-#53%utility-null%][GridDhtPartitionDemander]
<ignite-sys-cache> Completed (final) rebalancing [cache=ignite-sys-cache,
fromNode=c255a417-c203-476d-ac59-574c054a4635, topology=AffinityTopologyVersion
[topVer=2, minorTopVer=0], time=12 ms]
[15:26:17,090][INFO][ignite-#19%sys-null%][GridDhtPartitionDemander]
<ignite-atomics-sys-cache> Completed (final) rebalancing
[cache=ignite-atomics-sys-cache, fromNode=c255a417-c203-476d-ac59-574c054a4635,
topology=AffinityTopologyVersion [topVer=2, minorTopVer=0], time=24 ms]
[15:26:17,142][INFO][main][IgniteKernal] Performance suggestions for grid (fix
if possible)
[15:26:17,142][INFO][main][IgniteKernal] To disable, set
-DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
[15:26:17,142][INFO][main][IgniteKernal] ^-- Disable peer class loading (set
'peerClassLoadingEnabled' to false)
[15:26:17,143][INFO][main][IgniteKernal] ^-- Disable grid events (remove
'includeEventTypes' from configuration)
[15:26:17,143][INFO][main][IgniteKernal]
[15:26:17,143][INFO][main][IgniteKernal] To start Console Management &
Monitoring run ignitevisorcmd.{sh|bat}
[15:26:17,143][INFO][main][IgniteKernal]
[15:26:17,143][INFO][main][IgniteKernal]
>>> +-------------------------------------------------------------------------+
>>> Ignite ver. 1.5.1-EA#20151130-sha1:4f1d55cc658e2f72708b43affea264fc31809bbd
>>> +-------------------------------------------------------------------------+
>>> OS name: Mac OS X 10.10.3 x86_64
>>> CPU(s): 8
>>> Heap: 1.0GB
>>> VM name: [email protected]
>>> Local node [ID=358D6354-ED8F-4806-8DA3-3D19971FA90B, order=2,
>>> clientMode=false]
>>> Local node addresses: [192.168.1.113/0:0:0:0:0:0:0:1, /127.0.0.1,
>>> /192.168.1.113]
>>> Local ports: TCP:11212 TCP:47101 UDP:47400 TCP:47501 TCP:48101
[15:26:17,144][INFO][main][GridDiscoveryManager] Topology snapshot [ver=2,
servers=2, clients=0, CPUs=8, heap=3.7GB]
[15:26:24,186][INFO][disco-event-worker-#48%null%][GridDiscoveryManager] Added
new node to topology: TcpDiscoveryNode
[id=660c4096-c891-4d53-a5ba-7f921a6de69b, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1,
192.168.1.113], sockAddrs=[/192.168.1.113:47502, /0:0:0:0:0:0:0:1:47502,
/127.0.0.1:47502, /192.168.1.113:47502], discPort=47502, order=3, intOrder=3,
lastExchangeTime=1448972784117, loc=false, ver=1.5.1#20151130-sha1:4f1d55cc,
isClient=false]
[15:26:24,190][INFO][disco-event-worker-#48%null%][GridDiscoveryManager]
Topology snapshot [ver=3, servers=3, clients=0, CPUs=8, heap=6.3GB]
[15:26:24,576][INFO][exchange-worker-#50%null%][GridCachePartitionExchangeManager]
Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion
[topVer=3, minorTopVer=0], evt=NODE_JOINED,
node=660c4096-c891-4d53-a5ba-7f921a6de69b]
[15:26:24,721][SEVERE][tcp-disco-msg-worker-#2%null][TcpDiscoverySpi] Failed to
unmarshal discovery custom message.
class org.apache.ignite.IgniteCheckedException: Failed to find class with given
class loader for unmarshalling (make sure same versions of all classes are
available on all nodes or enable peer-class-loading):
sun.misc.Launcher$AppClassLoader@18b4aac2
at
org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal(JdkMarshaller.java:108)
at
org.apache.ignite.marshaller.AbstractMarshaller.unmarshal(AbstractMarshaller.java:78)
at
org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryCustomEventMessage.message(TcpDiscoveryCustomEventMessage.java:78)
at
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.notifyDiscoveryListener(ServerImpl.java:4730)
at
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processCustomMessage(ServerImpl.java:4653)
at
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:2275)
at
org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerAdapter.body(ServerImpl.java:5783)
at
org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.body(ServerImpl.java:2160)
at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)
Caused by: java.lang.ClassNotFoundException:
org.apache.ignite.examples.datagrid.store.auto.CacheConfig$1
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at
org.apache.ignite.internal.util.IgniteUtils.forName(IgniteUtils.java:8164)
at
org.apache.ignite.marshaller.jdk.JdkMarshallerObjectInputStream.resolveClass(JdkMarshallerObjectInputStream.java:54)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1613)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1518)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1774)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1993)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1918)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1993)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1918)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
at java.util.ArrayList.readObject(ArrayList.java:791)
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1896)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1993)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1918)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1993)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1918)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
at
org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal(JdkMarshaller.java:102)
... 8 more
[15:26:24] New version is available at
http://www.gridgain.com/download/editions/#enterprise-edition: 7.4.1
[15:26:24,763][WARNING][ignite-update-notifier-timer][GridUpdateNotifier] New
version is available at
http://www.gridgain.com/download/editions/#enterprise-edition: 7.4.1
{noformat}
Node in IDEA:
{noformat}
[15:26:04,134][WARN ][main][IgniteKernal] Peer class loading is enabled
(disable it in production for performance and deployment consistency reasons)
[15:26:04,129][INFO ][main][IgniteKernal]
>>> __________ ________________
>>> / _/ ___/ |/ / _/_ __/ __/
>>> _/ // (7 7 // / / / / _/
>>> /___/\___/_/|_/___/ /_/ /___/
>>>
>>> ver. 1.5.1-EA#20151130-sha1:4f1d55cc
>>> 2015 Copyright(C) Apache Software Foundation
>>>
>>> Ignite documentation: http://ignite.apache.org
[15:26:04,129][INFO ][main][IgniteKernal] Config URL:
file:/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/examples/config/example-ignite.xml
[15:26:04,129][INFO ][main][IgniteKernal] Daemon mode: off
[15:26:04,129][INFO ][main][IgniteKernal] OS: Mac OS X 10.10.3 x86_64
[15:26:04,131][INFO ][main][IgniteKernal] OS user: gridgain
[15:26:04,131][INFO ][main][IgniteKernal] Language runtime: Java Platform API
Specification ver. 1.8
[15:26:04,131][INFO ][main][IgniteKernal] VM information: Java(TM) SE Runtime
Environment 1.8.0_45-b14 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM
25.45-b02
[15:26:04,133][INFO ][main][IgniteKernal] VM total memory: 2.7GB
[15:26:04,133][INFO ][main][IgniteKernal] Remote Management [restart: off,
REST: on, JMX (remote: off)]
[15:26:04,133][INFO ][main][IgniteKernal]
IGNITE_HOME=/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA
[15:26:04,134][INFO ][main][IgniteKernal] VM arguments: [-DIGNITE_QUIET=false,
-Didea.launcher.port=7537, -Didea.launcher.bin.path=/Applications/IntelliJ IDEA
14 CE.app/Contents/bin, -Dfile.encoding=UTF-8]
[15:26:04,134][INFO ][main][IgniteKernal] Configured caches
['ignite-marshaller-sys-cache', 'ignite-sys-cache', 'ignite-atomics-sys-cache']
[15:26:04,138][WARN ][ignite-#6%pub-null%][GridDiagnostic] Initial heap size is
192MB (should be no less than 512MB, use -Xms512m -Xmx512m).
[15:26:04,137][INFO ][main][IgniteKernal] 3-rd party licenses can be found at:
/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/libs/licenses
[15:26:04,186][INFO ][main][IgniteKernal] Non-loopback local IPs:
192.168.1.113, fe80:0:0:0:3e07:54ff:fe6b:6c35%en0
[15:26:04,187][INFO ][main][IgniteKernal] Enabled local MACs: 3C07546B6C35
[15:26:04,198][INFO ][main][IgnitePluginProcessor] Configured plugins:
[15:26:04,198][INFO ][main][IgnitePluginProcessor] ^-- GridGain
7.5.1-EA#20151130-sha1:7528584b
[15:26:04,199][INFO ][main][IgnitePluginProcessor] ^-- 2015 Copyright(C)
GridGain Systems
[15:26:04,199][INFO ][main][IgnitePluginProcessor]
[15:26:04,309][INFO ][main][TcpCommunicationSpi] IPC shared memory server
endpoint started [port=48100,
tokDir=/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/work/ipc/shmem/c255a417-c203-476d-ac59-574c054a4635-687]
[15:26:04,309][INFO ][main][TcpCommunicationSpi] Successfully bound shared
memory communication to TCP port [port=48100, locHost=0.0.0.0/0.0.0.0]
[15:26:04,338][INFO ][main][TcpCommunicationSpi] Successfully bound to TCP port
[port=47100, locHost=0.0.0.0/0.0.0.0]
[15:26:04,357][WARN ][main][NoopCheckpointSpi] Checkpoints are disabled (to
enable configure any GridCheckpointSpi implementation)
[15:26:04,383][WARN ][main][GridCollisionManager] Collision resolution is
disabled (all jobs will be activated upon arrival).
[15:26:04,386][WARN ][main][NoopSwapSpaceSpi] Swap space is disabled. To enable
use FileSwapSpaceSpi.
[15:26:04,387][INFO ][main][IgniteKernal] Security status [authentication=off,
tls/ssl=off]
[15:26:04,645][INFO ][main][GridTcpRestProtocol] Command protocol successfully
started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
[15:26:04,663][WARN ][main][GridPluginProvider] Rolling updates are disabled.
GridGain version update will require full cluster restart. Consider changing
'GridGainConfiguration.rollingUpdatesEnabled' configuration property.
[15:26:04,811][INFO ][main][TcpDiscoverySpi] Successfully bound to TCP port
[port=47500, localHost=0.0.0.0/0.0.0.0]
[15:26:06,276][INFO ][main][GridCacheProcessor] Started cache
[name=ignite-sys-cache, mode=REPLICATED]
[15:26:06,294][INFO ][main][GridCacheProcessor] Started cache
[name=ignite-atomics-sys-cache, mode=PARTITIONED]
[15:26:06,308][INFO ][main][GridCacheProcessor] Started cache
[name=ignite-marshaller-sys-cache, mode=REPLICATED]
[15:26:06,377][INFO
][exchange-worker-#51%null%][GridCachePartitionExchangeManager] Skipping
rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=1,
minorTopVer=0], evt=NODE_JOINED, node=c255a417-c203-476d-ac59-574c054a4635]
[15:26:06,404][INFO ][main][IgniteKernal] Performance suggestions for grid
(fix if possible)
[15:26:06,404][INFO ][main][IgniteKernal] To disable, set
-DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
[15:26:06,404][INFO ][main][IgniteKernal] ^-- Disable peer class loading (set
'peerClassLoadingEnabled' to false)
[15:26:06,404][INFO ][main][IgniteKernal] ^-- Disable grid events (remove
'includeEventTypes' from configuration)
[15:26:06,404][INFO ][main][IgniteKernal]
[15:26:06,404][INFO ][main][IgniteKernal] To start Console Management &
Monitoring run ignitevisorcmd.{sh|bat}
[15:26:06,404][INFO ][main][IgniteKernal]
[15:26:06,405][INFO ][main][IgniteKernal]
>>> +-------------------------------------------------------------------------+
>>> Ignite ver. 1.5.1-EA#20151130-sha1:4f1d55cc658e2f72708b43affea264fc31809bbd
>>> +-------------------------------------------------------------------------+
>>> OS name: Mac OS X 10.10.3 x86_64
>>> CPU(s): 8
>>> Heap: 2.7GB
>>> VM name: [email protected]
>>> Local node [ID=C255A417-C203-476D-AC59-574C054A4635, order=1,
>>> clientMode=false]
>>> Local node addresses: [192.168.1.113/0:0:0:0:0:0:0:1, /127.0.0.1,
>>> /192.168.1.113]
>>> Local ports: TCP:11211 TCP:47100 UDP:47400 TCP:47500 TCP:48100
[15:26:06,406][INFO ][main][GridDiscoveryManager] Topology snapshot [ver=1,
servers=1, clients=0, CPUs=8, heap=2.7GB]
[15:26:14] New version is available at
http://www.gridgain.com/download/editions/#enterprise-edition: 7.4.1
[15:26:14,208][WARN ][ignite-update-notifier-timer][GridUpdateNotifier] New
version is available at
http://www.gridgain.com/download/editions/#enterprise-edition: 7.4.1
[15:26:16,622][INFO ][disco-event-worker-#48%null%][GridDiscoveryManager] Added
new node to topology: TcpDiscoveryNode
[id=358d6354-ed8f-4806-8da3-3d19971fa90b, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1,
192.168.1.113], sockAddrs=[/192.168.1.113:47501, /0:0:0:0:0:0:0:1:47501,
/127.0.0.1:47501, /192.168.1.113:47501], discPort=47501, order=2, intOrder=2,
lastExchangeTime=1448972776551, loc=false, ver=1.5.1#20151130-sha1:4f1d55cc,
isClient=false]
[15:26:16,622][INFO ][disco-event-worker-#48%null%][GridDiscoveryManager]
Topology snapshot [ver=2, servers=2, clients=0, CPUs=8, heap=3.7GB]
[15:26:17,008][INFO
][exchange-worker-#51%null%][GridCachePartitionExchangeManager] Skipping
rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=2,
minorTopVer=0], evt=NODE_JOINED, node=358d6354-ed8f-4806-8da3-3d19971fa90b]
[15:26:24,184][INFO ][disco-event-worker-#48%null%][GridDiscoveryManager] Added
new node to topology: TcpDiscoveryNode
[id=660c4096-c891-4d53-a5ba-7f921a6de69b, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1,
192.168.1.113], sockAddrs=[/192.168.1.113:47502, /0:0:0:0:0:0:0:1:47502,
/127.0.0.1:47502, /192.168.1.113:47502], discPort=47502, order=3, intOrder=3,
lastExchangeTime=1448972784117, loc=false, ver=1.5.1#20151130-sha1:4f1d55cc,
isClient=false]
[15:26:24,185][INFO ][disco-event-worker-#48%null%][GridDiscoveryManager]
Topology snapshot [ver=3, servers=3, clients=0, CPUs=8, heap=6.3GB]
[15:26:24,577][INFO
][exchange-worker-#51%null%][GridCachePartitionExchangeManager] Skipping
rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=3,
minorTopVer=0], evt=NODE_JOINED, node=660c4096-c891-4d53-a5ba-7f921a6de69b]
[15:26:24,771][INFO ][exchange-worker-#51%null%][GridCacheProcessor] Started
cache [name=CacheAutoStoreLoadDataExample, mode=PARTITIONED]
[15:26:39,849][WARN ][ignite-#24%sys-null%][GridDhtPartitionsExchangeFuture]
Retrying preload partition exchange due to timeout [done=false, dummy=false,
exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=3,
minorTopVer=1], nodeId=660c4096, evt=DISCOVERY_CUSTOM_EVT], rcvdIds=[660c4096],
rmtIds=[660c4096, 358d6354], remaining=[358d6354], init=true, initFut=true,
ready=true, replied=false, added=true, oldest=c255a417, oldestOrder=1,
evtLatch=0, locNodeOrder=1, locNodeId=c255a417-c203-476d-ac59-574c054a4635]
[15:26:39,860][INFO
][exchange-worker-#51%null%][GridCachePartitionExchangeManager] Skipping
rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=3,
minorTopVer=1], evt=DISCOVERY_CUSTOM_EVT,
node=660c4096-c891-4d53-a5ba-7f921a6de69b]
[15:27:06,397][ERROR][ignite-license-checker-null][GridEntLicenseProcessor]
License violation detected:
^-- Maximum number of nodes (3/2) is exceeded.
[15:27:06,397][ERROR][ignite-license-checker-null][GridEntLicenseProcessor]
Contact [email protected] for further assistance. Make sure to include your
license ID: 14177F1A-5B5A-4F9C-BC55-F7335715F311
[15:27:06,398][ERROR][ignite-license-checker-null][GridEntLicenseProcessor]
License grace/burst period - left 1 hour.
[15:27:06,407][INFO ][grid-timeout-worker-#33%null%][IgniteKernal]
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
{noformat}
Example:
{noformat}
[15:26:22,217][INFO ][main][IgniteKernal]
[15:26:22,221][WARN ][main][IgniteKernal] Peer class loading is enabled
(disable it in production for performance and deployment consistency reasons)
>>> __________ ________________
[15:26:22,225][WARN ][ignite-#6%pub-null%][GridDiagnostic] Initial heap size is
192MB (should be no less than 512MB, use -Xms512m -Xmx512m).
>>> / _/ ___/ |/ / _/_ __/ __/
>>> _/ // (7 7 // / / / / _/
>>> /___/\___/_/|_/___/ /_/ /___/
>>>
>>> ver. 1.5.1-EA#20151130-sha1:4f1d55cc
>>> 2015 Copyright(C) Apache Software Foundation
>>>
>>> Ignite documentation: http://ignite.apache.org
[15:26:22,218][INFO ][main][IgniteKernal] Config URL:
file:/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/examples/config/example-ignite.xml
[15:26:22,218][INFO ][main][IgniteKernal] Daemon mode: off
[15:26:22,218][INFO ][main][IgniteKernal] OS: Mac OS X 10.10.3 x86_64
[15:26:22,218][INFO ][main][IgniteKernal] OS user: gridgain
[15:26:22,218][INFO ][main][IgniteKernal] Language runtime: Java Platform API
Specification ver. 1.8
[15:26:22,218][INFO ][main][IgniteKernal] VM information: Java(TM) SE Runtime
Environment 1.8.0_45-b14 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM
25.45-b02
[15:26:22,220][INFO ][main][IgniteKernal] VM total memory: 2.7GB
[15:26:22,220][INFO ][main][IgniteKernal] Remote Management [restart: off,
REST: on, JMX (remote: off)]
[15:26:22,220][INFO ][main][IgniteKernal]
IGNITE_HOME=/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA
[15:26:22,221][INFO ][main][IgniteKernal] VM arguments: [-DIGNITE_QUIET=false,
-Didea.launcher.port=7538, -Didea.launcher.bin.path=/Applications/IntelliJ IDEA
14 CE.app/Contents/bin, -Dfile.encoding=UTF-8]
[15:26:22,221][INFO ][main][IgniteKernal] Configured caches
['ignite-marshaller-sys-cache', 'ignite-sys-cache', 'ignite-atomics-sys-cache']
[15:26:22,224][INFO ][main][IgniteKernal] 3-rd party licenses can be found at:
/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/libs/licenses
[15:26:22,271][INFO ][main][IgniteKernal] Non-loopback local IPs:
192.168.1.113, fe80:0:0:0:3e07:54ff:fe6b:6c35%en0
[15:26:22,271][INFO ][main][IgniteKernal] Enabled local MACs: 3C07546B6C35
[15:26:22,282][INFO ][main][IgnitePluginProcessor] Configured plugins:
[15:26:22,283][INFO ][main][IgnitePluginProcessor] ^-- GridGain
7.5.1-EA#20151130-sha1:7528584b
[15:26:22,283][INFO ][main][IgnitePluginProcessor] ^-- 2015 Copyright(C)
GridGain Systems
[15:26:22,283][INFO ][main][IgnitePluginProcessor]
[15:26:22,394][INFO ][main][TcpCommunicationSpi] IPC shared memory server
endpoint started [port=48102,
tokDir=/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.5.1-EA/work/ipc/shmem/660c4096-c891-4d53-a5ba-7f921a6de69b-706]
[15:26:22,394][INFO ][main][TcpCommunicationSpi] Successfully bound shared
memory communication to TCP port [port=48102, locHost=0.0.0.0/0.0.0.0]
[15:26:22,422][INFO ][main][TcpCommunicationSpi] Successfully bound to TCP port
[port=47102, locHost=0.0.0.0/0.0.0.0]
[15:26:22,439][WARN ][main][NoopCheckpointSpi] Checkpoints are disabled (to
enable configure any GridCheckpointSpi implementation)
[15:26:22,461][WARN ][main][GridCollisionManager] Collision resolution is
disabled (all jobs will be activated upon arrival).
[15:26:22,463][WARN ][main][NoopSwapSpaceSpi] Swap space is disabled. To enable
use FileSwapSpaceSpi.
[15:26:22,464][INFO ][main][IgniteKernal] Security status [authentication=off,
tls/ssl=off]
[15:26:22,710][INFO ][main][GridTcpRestProtocol] Command protocol successfully
started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11213]
[15:26:22,727][WARN ][main][GridPluginProvider] Rolling updates are disabled.
GridGain version update will require full cluster restart. Consider changing
'GridGainConfiguration.rollingUpdatesEnabled' configuration property.
[15:26:22,867][INFO ][main][TcpDiscoverySpi] Successfully bound to TCP port
[port=47502, localHost=0.0.0.0/0.0.0.0]
[15:26:24,433][INFO ][main][GridCacheProcessor] Started cache
[name=ignite-sys-cache, mode=REPLICATED]
[15:26:24,450][INFO ][main][GridCacheProcessor] Started cache
[name=ignite-atomics-sys-cache, mode=PARTITIONED]
[15:26:24,463][INFO ][main][GridCacheProcessor] Started cache
[name=ignite-marshaller-sys-cache, mode=REPLICATED]
[15:26:24,616][INFO
][exchange-worker-#50%null%][GridCachePartitionExchangeManager] Cache
rebalancing scheduled: [cache=ignite-marshaller-sys-cache, waitList=[]]
[15:26:24,617][INFO
][exchange-worker-#50%null%][GridCachePartitionExchangeManager] Cache
rebalancing scheduled: [cache=ignite-sys-cache,
waitList=[ignite-marshaller-sys-cache]]
[15:26:24,617][INFO
][exchange-worker-#50%null%][GridCachePartitionExchangeManager] Cache
rebalancing scheduled: [cache=ignite-atomics-sys-cache,
waitList=[ignite-marshaller-sys-cache]]
[15:26:24,617][INFO
][exchange-worker-#50%null%][GridCachePartitionExchangeManager] Rebalancing
required[top=AffinityTopologyVersion [topVer=3, minorTopVer=0],
evt=NODE_JOINED, node=660c4096-c891-4d53-a5ba-7f921a6de69b]
[15:26:24,618][INFO ][exchange-worker-#50%null%][GridDhtPartitionDemander]
<ignite-marshaller-sys-cache> Starting rebalancing
[cache=ignite-marshaller-sys-cache, mode=SYNC,
fromNode=c255a417-c203-476d-ac59-574c054a4635, partitionsCount=11,
topology=AffinityTopologyVersion [topVer=3, minorTopVer=0], updateSeq=1]
[15:26:24,619][INFO ][exchange-worker-#50%null%][GridDhtPartitionDemander]
<ignite-marshaller-sys-cache> Starting rebalancing
[cache=ignite-marshaller-sys-cache, mode=SYNC,
fromNode=358d6354-ed8f-4806-8da3-3d19971fa90b, partitionsCount=9,
topology=AffinityTopologyVersion [topVer=3, minorTopVer=0], updateSeq=1]
[15:26:24,625][INFO
][ignite-#52%marshaller-cache-null%][GridDhtPartitionDemander]
<ignite-marshaller-sys-cache> Completed rebalancing
[cache=ignite-marshaller-sys-cache,
fromNode=c255a417-c203-476d-ac59-574c054a4635, topology=AffinityTopologyVersion
[topVer=3, minorTopVer=0], time=12 ms]
[15:26:24,626][INFO
][ignite-#54%marshaller-cache-null%][GridDhtPartitionDemander]
<ignite-marshaller-sys-cache> Completed (final) rebalancing
[cache=ignite-marshaller-sys-cache,
fromNode=358d6354-ed8f-4806-8da3-3d19971fa90b, topology=AffinityTopologyVersion
[topVer=3, minorTopVer=0], time=12 ms]
[15:26:24,627][INFO ][ignite-#18%sys-null%][GridDhtPartitionDemander]
<ignite-sys-cache> Starting rebalancing [cache=ignite-sys-cache, mode=SYNC,
fromNode=c255a417-c203-476d-ac59-574c054a4635, partitionsCount=50,
topology=AffinityTopologyVersion [topVer=3, minorTopVer=0], updateSeq=1]
[15:26:24,628][INFO ][ignite-#18%sys-null%][GridDhtPartitionDemander]
<ignite-sys-cache> Starting rebalancing [cache=ignite-sys-cache, mode=SYNC,
fromNode=358d6354-ed8f-4806-8da3-3d19971fa90b, partitionsCount=50,
topology=AffinityTopologyVersion [topVer=3, minorTopVer=0], updateSeq=1]
[15:26:24,628][INFO ][ignite-#18%sys-null%][GridDhtPartitionDemander]
<ignite-atomics-sys-cache> Starting rebalancing
[cache=ignite-atomics-sys-cache, mode=SYNC,
fromNode=c255a417-c203-476d-ac59-574c054a4635, partitionsCount=201,
topology=AffinityTopologyVersion [topVer=3, minorTopVer=0], updateSeq=1]
[15:26:24,629][INFO ][ignite-#18%sys-null%][GridDhtPartitionDemander]
<ignite-atomics-sys-cache> Starting rebalancing
[cache=ignite-atomics-sys-cache, mode=SYNC,
fromNode=358d6354-ed8f-4806-8da3-3d19971fa90b, partitionsCount=163,
topology=AffinityTopologyVersion [topVer=3, minorTopVer=0], updateSeq=1]
[15:26:24,632][INFO ][ignite-#55%utility-null%][GridDhtPartitionDemander]
<ignite-sys-cache> Completed rebalancing [cache=ignite-sys-cache,
fromNode=c255a417-c203-476d-ac59-574c054a4635, topology=AffinityTopologyVersion
[topVer=3, minorTopVer=0], time=0 ms]
[15:26:24,635][INFO ][ignite-#56%utility-null%][GridDhtPartitionDemander]
<ignite-sys-cache> Completed (final) rebalancing [cache=ignite-sys-cache,
fromNode=358d6354-ed8f-4806-8da3-3d19971fa90b, topology=AffinityTopologyVersion
[topVer=3, minorTopVer=0], time=0 ms]
[15:26:24,643][INFO ][ignite-#19%sys-null%][GridDhtPartitionDemander]
<ignite-atomics-sys-cache> Completed rebalancing
[cache=ignite-atomics-sys-cache, fromNode=c255a417-c203-476d-ac59-574c054a4635,
topology=AffinityTopologyVersion [topVer=3, minorTopVer=0], time=12 ms]
[15:26:24,644][INFO ][ignite-#20%sys-null%][GridDhtPartitionDemander]
<ignite-atomics-sys-cache> Completed (final) rebalancing
[cache=ignite-atomics-sys-cache, fromNode=358d6354-ed8f-4806-8da3-3d19971fa90b,
topology=AffinityTopologyVersion [topVer=3, minorTopVer=0], time=12 ms]
[15:26:24,685][ERROR][main][GridEntLicenseProcessor] License violation detected:
^-- Maximum number of nodes (3/2) is exceeded.
[15:26:24,685][ERROR][main][GridEntLicenseProcessor] Contact [email protected]
for further assistance. Make sure to include your license ID:
14177F1A-5B5A-4F9C-BC55-F7335715F311
[15:26:24,685][ERROR][main][GridEntLicenseProcessor] License grace/burst period
- left 1 hour.
[15:26:24,699][INFO ][main][IgniteKernal] Performance suggestions for grid
(fix if possible)
[15:26:24,699][INFO ][main][IgniteKernal] To disable, set
-DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
[15:26:24,699][INFO ][main][IgniteKernal] ^-- Disable peer class loading (set
'peerClassLoadingEnabled' to false)
[15:26:24,699][INFO ][main][IgniteKernal] ^-- Disable grid events (remove
'includeEventTypes' from configuration)
[15:26:24,699][INFO ][main][IgniteKernal]
[15:26:24,699][INFO ][main][IgniteKernal] To start Console Management &
Monitoring run ignitevisorcmd.{sh|bat}
[15:26:24,700][INFO ][main][IgniteKernal]
[15:26:24,700][INFO ][main][IgniteKernal]
>>> +-------------------------------------------------------------------------+
>>> Ignite ver. 1.5.1-EA#20151130-sha1:4f1d55cc658e2f72708b43affea264fc31809bbd
>>> +-------------------------------------------------------------------------+
>>> OS name: Mac OS X 10.10.3 x86_64
>>> CPU(s): 8
>>> Heap: 2.7GB
>>> VM name: [email protected]
>>> Local node [ID=660C4096-C891-4D53-A5BA-7F921A6DE69B, order=3,
>>> clientMode=false]
>>> Local node addresses: [192.168.1.113/0:0:0:0:0:0:0:1, /127.0.0.1,
>>> /192.168.1.113]
>>> Local ports: TCP:11213 TCP:47102 UDP:47400 TCP:47502 TCP:48102
[15:26:24,701][INFO ][main][GridDiscoveryManager] Topology snapshot [ver=3,
servers=3, clients=0, CPUs=8, heap=6.3GB]
>>> Cache auto store example started.
[15:26:24,772][INFO ][exchange-worker-#50%null%][GridCacheProcessor] Started
cache [name=CacheAutoStoreLoadDataExample, mode=PARTITIONED]
[15:26:32] New version is available at
http://www.gridgain.com/download/editions/#enterprise-edition: 7.4.1
[15:26:32,292][WARN ][ignite-update-notifier-timer][GridUpdateNotifier] New
version is available at
http://www.gridgain.com/download/editions/#enterprise-edition: 7.4.1
[15:26:39,865][INFO
][exchange-worker-#50%null%][GridCachePartitionExchangeManager] Skipping
rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=3,
minorTopVer=1], evt=DISCOVERY_CUSTOM_EVT,
node=660c4096-c891-4d53-a5ba-7f921a6de69b]
[15:27:24,690][ERROR][ignite-license-checker-null][GridEntLicenseProcessor]
License grace/burst period - left 58 mins.
[15:27:24,701][INFO ][grid-timeout-worker-#33%null%][IgniteKernal]
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)