[ https://issues.apache.org/jira/browse/IGNITE-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Suntsov updated IGNITE-994: -------------------------------- Attachment: 1156.log 1154.log 1152.log > CacheEventsExample - NullPointerException > ----------------------------------------- > > Key: IGNITE-994 > URL: https://issues.apache.org/jira/browse/IGNITE-994 > Project: Ignite > Issue Type: Bug > Components: build, cache > Affects Versions: sprint-5 > Environment: OS X 10.10.2 > IDEA 14.1 > Reporter: Ilya Suntsov > Assignee: Yakov Zhdanov > Priority: Critical > Fix For: sprint-5 > > Attachments: 1152.log, 1154.log, 1156.log > > > 1. Start 3 nodes in IDEA > 2. Start CacheEventsExample > Result: > Example: > {noformat} > [18:41:04] __________ ________________ > [18:41:04] / _/ ___/ |/ / _/_ __/ __/ > [18:41:04] _/ // (7 7 // / / / / _/ > [18:41:04] /___/\___/_/|_/___/ /_/ /___/ > [18:41:04] > [18:41:04] ver. 1.1.1-QASK0402#20150604-sha1:20e56777 > [18:41:04] 2015 Copyright(C) Apache Software Foundation > [18:41:04] > [18:41:04] Quiet mode. > [18:41:04] ^-- Logging to file > '/Users/gridgain/Downloads/gridgain-enterprise-fabric-7.1.1-QASK0402/work/log/ignite-536b7528.log' > [18:41:04] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or > "-v" to ignite.{sh|bat} > [18:41:04] > [18:41:04] Initial heap size is 192MB (should be no less than 512MB, use > -Xms512m -Xmx512m). > [18:41:04] Configured plugins: > [18:41:04] ^-- GridGain 7.1.1-QASK0402#20150604-sha1:473305b4 > [18:41:04] ^-- 2015 Copyright(C) GridGain Systems > [18:41:04] > [18:41:06,178][ERROR][main][GridEntLicenseProcessor] License bursting ==> > Maximum number of nodes (2) is exceeded. > [18:41:06,179][ERROR][main][GridEntLicenseProcessor] ^-- Contact > sa...@gridgain.com for further assistance. Make sure to include your license > ID: 14177F1A-5B5A-4F9C-BC55-F7335715F311 > [18:41:06,179][ERROR][main][GridEntLicenseProcessor] License grace/burst > period - left 1 hour. > [18:41:06] Performance suggestions for grid (fix if possible) > [18:41:06] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true > [18:41:06] ^-- Disable peer class loading (set 'peerClassLoadingEnabled' to > false) > [18:41:06] ^-- Disable grid events (remove 'includeEventTypes' from > configuration) > [18:41:06] > [18:41:06] To start Console Management & Monitoring run > ignitevisorcmd.{sh|bat} > [18:41:06] > [18:41:06] Ignite node started OK (id=536b7528) > [18:41:06] Topology snapshot [ver=4, nodes=4, CPUs=8, heap=11.0GB] > >>> Cache events example started. > Cache event [name=CACHE_OBJECT_PUT, key=1] > Cache event [name=CACHE_OBJECT_PUT, key=5] > Cache event [name=CACHE_OBJECT_PUT, key=9] > [18:41:08] Ignite node stopped OK [uptime=00:00:02:646] > [18:41:14] New version is available at > http://www.gridgain.com/download/editions/#enterprise-edition: 7.0.6 > {noformat} > Node: > {noformat} > 18:17:58,898][ERROR][tcp-disco-msg-worker-#5%null][GridDiscoveryManager] > Failed to notify direct custom event listener: StartRoutineDiscoveryMessage > [startReqData=StartRequestData > [prjPred=o.a.i.i.cluster.ClusterGroupAdapter$CachesFilter@3c1fd2c4, > clsName=null, depInfo=null, hnd=o.a.i.i.GridEventConsumeHandler@1a7b792d, > bufSize=1, interval=0, autoUnsubscribe=true], > routineId=fead1391-4f54-4f3c-b47b-0579879676cc] > java.lang.NullPointerException > at > org.apache.ignite.internal.cluster.ClusterGroupAdapter$CachesFilter.apply(ClusterGroupAdapter.java:718) > at > org.apache.ignite.internal.cluster.ClusterGroupAdapter$CachesFilter.apply(ClusterGroupAdapter.java:685) > at > org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.processStartRequest(GridContinuousProcessor.java:713) > at > org.apache.ignite.internal.processors.continuous.GridContinuousProcessor.access$1000(GridContinuousProcessor.java:58) > at > org.apache.ignite.internal.processors.continuous.GridContinuousProcessor$3.onCustomEvent(GridContinuousProcessor.java:178) > at > org.apache.ignite.internal.processors.continuous.GridContinuousProcessor$3.onCustomEvent(GridContinuousProcessor.java:175) > at > org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery(GridDiscoveryManager.java:403) > at > org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.notifyDiscoveryListener(ServerImpl.java:3820) > at > org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processCustomMessage(ServerImpl.java:3790) > at > org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:1875) > at > org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerAdapter.body(ServerImpl.java:4679) > at > org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62){noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)