[jboss-jira] [JBoss JIRA] Commented: (JGRP-784) local_addr is null when reconnecting.
deanhiller (JIRA)
jira-events at lists.jboss.org
Wed Sep 30 16:43:49 EDT 2009
[ https://jira.jboss.org/jira/browse/JGRP-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12487980#action_12487980 ]
deanhiller commented on JGRP-784:
---------------------------------
We are seeing this issue in jboss 5.0.1 which I believe is jgroups 2.6.7 along with this exception as well....
2009-09-29 23:41:51,609 ERROR [org.jgroups.protocols.UDP] (UDP mcast,10.10.250.63:43327) N/A failed handling data from 10.10.250.62:45688
java.lang.NullPointerException
at org.jgroups.protocols.TP.dispatchToThreadPool(TP.java:1358)
at org.jgroups.protocols.TP.receive(TP.java:1325)
at org.jgroups.protocols.UDP.run(UDP.java:269)
at java.lang.Thread.run(Thread.java:619)
Can someone add some more debug lines of code in there to get to the bottom of it? OR is there a log I can turn on to give more info??
thanks,
Dean
> local_addr is null when reconnecting.
> -------------------------------------
>
> Key: JGRP-784
> URL: https://jira.jboss.org/jira/browse/JGRP-784
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 2.6.2
> Reporter: Robert Newson
> Assignee: Bela Ban
> Fix For: 2.6.3
>
>
> After shunning, a channel never manages to reconnect (with AUTO_RECONNECT) successfully, reporting this endlessly;
> org.jgroups.ChannelException: local_addr is null
> at org.jgroups.JChannel.startStack(JChannel.java:1556)
> at org.jgroups.JChannel.connect(JChannel.java:364)
> at org.jgroups.JChannel$CloserThread.run(JChannel.java:1908)
> 2008-06-10 12:04:31,784 FATAL [CloserThread] jgroups.JChannel (JChannel.java:1555) - local_addr is null; cannot connect
> 2008-06-10 12:04:31,784 ERROR [CloserThread] jgroups.JChannel$CloserThread (JChannel.java:1912) - failure reconnecting to c
> hannel, retrying
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list