NotificationBus keeps getting ChannelClosedException
----------------------------------------------------

         Key: JGRP-9
         URL: http://jira.jboss.com/jira/browse/JGRP-9
     Project: JGroups
        Type: Bug
    Versions: 2.2.8    
    Reporter: Bela Ban
 Assigned to: Bela Ban 
     Fix For: 2.2.9


I set up a multi-server instances using JGroups'
NotificationBus to synchronize the cache object.
However in the server log, this exception is shown
periodically:
:PoolThread-
23:org.jgroups.blocks.NotificationBus:2004/12/10
-16:07:29.917 PST: exception is
ChannelClosedException

I am not sure what is causing this.. Does anyone else
see this before?

I looked into the source code, the
ChannelClosedException is thrown because the channel
is closed. Below are the possible steps to get to that
exception:

- MyJavaFile->broadcast() gets called
- NotificationBus->sendNotification() gets called
- JChannel->send() gets called
- exception is thrown because JChannel->close() has
been called before that

I am pretty sure I did not call NotificationBus->stop()
when the multi-servers are running. Any idea?

Thanks in advance,
Ernest

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to