1 Reply Latest reply on May 9, 2005 8:35 PM by ben.wang

    Replication upder Windows Xp

    foxyboa

      Hello!

      Several days ago I installed latest security hot fixes from MS for my Windows XP Prof. After that when I try launch JBossCache for any replication stage (AsyncUnitTestCase.java example) I get UDP exception. Besides local version (I mean w/o replication facility) of the cache works perfect.

      I don't have any turned on firewalls (neither MS built-in nor third vendors).

      If you have some ideas what's wrong please take me a hint (I suppose that the same code works fine almost week ago).

      ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: Not a multicast address
      at org.jgroups.JChannel.connect(JChannel.java:328)
      at org.jboss.cache.TreeCache.startService(TreeCache.java:1112)
      at Test2.createCache(Test2.java:44)
      at Test2.setUp(Test2.java:29)
      at junit.framework.TestCase.runBare(TestCase.java:125)
      at junit.framework.TestResult$1.protect(TestResult.java:106)
      at junit.framework.TestResult.runProtected(TestResult.java:124)
      at junit.framework.TestResult.run(TestResult.java:109)
      at junit.framework.TestCase.run(TestCase.java:118)
      at junit.framework.TestSuite.runTest(TestSuite.java:208)
      at junit.framework.TestSuite.run(TestSuite.java:203)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:474)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:342)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:194)

      <!-- Part of config file -->
      <UDP mcast_addr="192.168.1.168" mcast_port="48866"
      ip_ttl="64" ip_mcast="true"
      mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
      ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
      loopback="true"/>
      <!-- End part of config file -->