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 -->


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877011#3877011

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877011


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to