]
Galder Zamarreño commented on ISPN-967:
---------------------------------------
Hot Rod server throwing NullPointerException when stopping and
updating view
----------------------------------------------------------------------------
Key: ISPN-967
URL:
https://issues.jboss.org/browse/ISPN-967
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 4.2.0.Final, 4.2.1.CR4
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Labels: hotrod
Fix For: 4.2.1.FINAL
HotRodServer can sometimes throw an NPE when updating its view during stoppage time:
{code}[JBoss] 08:50:03,562 WARN [StartStopLifecycleAction] Error during stop for
HotRodServer
[JBoss] java.lang.NullPointerException
[JBoss] at
org.infinispan.server.hotrod.HotRodServer.removeSelfFromTopologyView(HotRodServer.scala:124)
[JBoss] at org.infinispan.server.hotrod.HotRodServer.stop(HotRodServer.scala:119)
[JBoss] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[JBoss] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[JBoss] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[JBoss] at java.lang.reflect.Method.invoke(Method.java:597){code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: