2 Replies Latest reply on Feb 7, 2007 9:26 AM by tom.elrod

    NullPointerException in Multicast Detection

    mazz

      Has anyone seen this or know what this is? Tried checking JIRA and the forums but found nothing mentioning this. At this time, I don't know much about how this happened other than the log stack trace I got:

      2007-02-06 11:43:55,609 DEBUG [org.jboss.remoting.detection.multicast.MulticastDetector] Error receiving detection
      java.lang.NullPointerException
       at org.jboss.remoting.detection.AbstractDetector.isRemoteDetection(AbstractDetector.java:473)
       at org.jboss.remoting.detection.AbstractDetector.detect(AbstractDetector.java:406)
       at org.jboss.remoting.detection.multicast.MulticastDetector.listen(MulticastDetector.java:232)
       at org.jboss.remoting.detection.multicast.MulticastDetector.access$100(MulticastDetector.java:43)
       at org.jboss.remoting.detection.multicast.MulticastDetector$Listener.run(MulticastDetector.java:260)
      


      Its logged at the DEBUG level, so can I assume this really isn't a problem?