2 Replies Latest reply on Jul 18, 2002 4:44 PM by schaefera

    JBoss3.0.0 ExceptionListener problem

    dshaul

      Hi
      I am using ExceptionListener to fine out that server is down, the problem is when the server is up again, the events doesn't stop and it's a real problem cause each time I get an event, I try to reconnect to the server again what and how can I solve the problem?
      Thanks

        • 1. Re: JBoss3.0.0 ExceptionListener problem
          dling61


          Danny,

          I am having the similar problem here, and just wondering if you have solved the problem yet.


          Dling


          > Hi
          > I am using ExceptionListener to fine out that server
          > is down, the problem is when the server is up again,
          > the events doesn't stop and it's a real problem cause
          > each time I get an event, I try to reconnect to the
          > server again what and how can I solve the problem?
          > Thanks

          • 2. Re: JBoss3.0.0 ExceptionListener problem
            schaefera

            Hi

            Close the connection after you figured out that the server is down. This will stop the PING service which I think causes your problem.

            Have fun - Andy