[jgroups-users] Some Exception

Questions/problems related to using JGroups <[email protected]> Thu, 9 May 2019 09:39:58 +0200
Newsgroups gmane.comp.java.javagroups.general
Message-ID <mailman.47087.1557388560.1518.javagroups-users@lists.sourceforge.net>
Hello,

We updated from 4.0.13 to 4.0.19  because of 
https://issues.jboss.org/browse/JGRP-2297

Now theres about a 10% change we run into the Exception posted below.
I currently  don't know if the Cluster/Group is still working after the 
Exception.

Anything known about this as of yet or should i collect more information?

Best regards,
Thorsten Goetzke



2019-05-09 08:38:39,459 INFO  [stdout] (ServerService Thread Pool -- 37)
2019-05-09 08:38:39,459 INFO  [stdout] (ServerService Thread Pool -- 37) 
-------------------------------------------------------------------
2019-05-09 08:38:39,459 INFO  [stdout] (ServerService Thread Pool -- 37) 
GMS: address=umstest-win10-3-24714, 
cluster=Clusterd6c8baf6-b087-4deb-a0b2-dbab8302a80atrunk-83693, physical 
address=127.0.0.1:56509
2019-05-09 08:38:39,459 INFO  [stdout] (ServerService Thread Pool -- 37) 
-------------------------------------------------------------------

2019-05-09 08:38:39,518 ERROR [org.jgroups.protocols.UDP] 
(jgroups-10,Clusterd6c8baf6-b087-4deb-a0b2-dbab8302a80atrunk-83693,umstest-win10-3-24714) 
failed processing batch: java.lang.NullPointerException
	at securiton.all//org.jgroups.protocols.Encrypt.up(Encrypt.java:192)
	at 
securiton.all//org.jgroups.protocols.ASYM_ENCRYPT.up(ASYM_ENCRYPT.java:176)
	at securiton.all//org.jgroups.protocols.BARRIER.up(BARRIER.java:196)
	at securiton.all//org.jgroups.stack.Protocol.up(Protocol.java:371)
	at securiton.all//org.jgroups.protocols.FD_ALL.up(FD_ALL.java:216)
	at securiton.all//org.jgroups.stack.Protocol.up(Protocol.java:371)
	at securiton.all//org.jgroups.stack.Protocol.up(Protocol.java:371)
	at securiton.all//org.jgroups.stack.Protocol.up(Protocol.java:371)
	at securiton.all//org.jgroups.protocols.TP.passBatchUp(TP.java:1276)
	at 
securiton.all//org.jgroups.util.MaxOneThreadPerSender$BatchHandlerLoop.passBatchUp(MaxOneThreadPerSender.java:284)
	at 
securiton.all//org.jgroups.util.SubmitToThreadPool$BatchHandler.run(SubmitToThreadPool.java:136)
	at 
securiton.all//org.jgroups.util.MaxOneThreadPerSender$BatchHandlerLoop.run(MaxOneThreadPerSender.java:273)
	at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)