Cannot assign requested address: Datagram ....
rolfrolf Oct 13, 2005 4:03 AMHi
I'm using Weblogig 8.1 Sp3,Hibernate 3.0 and Jboss TreeCache. When I startup the Application Server everything seems fine as soon as I start up a second app server. The second one get stucked and reports following error over and over again (see below)
Any help is very much appreciated.
Error:
17:11:44,375 ERROR UDP:660 - exception=java.net.BindException: Cannot assign requested address: Datagram send failed, msg=[dst: 0.0.0.0:3330, src: 10.6.2.206:62085 (3 headers), size = 0 bytes], mcast_addr=224.10.10.10:45563
Here is my treecache.xml file
<server> <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/> <mbean code="org.jboss.cache.TreeCache" name="jboss.cache:service=TreeCache"> <depends>jboss:service=Naming</depends> <depends>jboss:service=TransactionManager</depends> <attribute name="TransactionManagerLookupClass">org.jboss.cache.GenericTransactionManagerLookup</attribute> <attribute name="IsolationLevel">REPEATABLE_READ</attribute> <attribute name="CacheMode">REPL_SYNC</attribute> <attribute name="UseReplQueue">false</attribute> <attribute name="ReplQueueInterval">0</attribute> <attribute name="ReplQueueMaxElements">0</attribute> <attribute name="ClusterName">e-LMS-Cache-Cluster</attribute> <attribute name="ClusterConfig"> <config> <UDP bind_addr="0.0.0.0" mcast_addr="224.10.10.10" mcast_port="45566" 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="false"/> <PING timeout="2000" num_initial_members="3" up_thread="false" down_thread="false"/> <MERGE2 min_interval="10000" max_interval="20000"/> <FD shun="true" up_thread="true" down_thread="true" /> <FD_SOCK/> <VERIFY_SUSPECT timeout="1500" up_thread="false" down_thread="false"/> <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800" max_xmit_size="8192" up_thread="false" down_thread="false"/> <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10" down_thread="false"/> <pbcast.STABLE desired_avg_gossip="20000" up_thread="false" down_thread="false"/> <FRAG frag_size="8192" down_thread="false" up_thread="false"/> <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="true" print_local_addr="true"/> <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/> </config> </attribute> <attribute name="FetchStateOnStartup">true</attribute> <attribute name="InitialStateRetrievalTimeout">5000</attribute> <attribute name="SyncReplTimeout">10000</attribute> <attribute name="LockAcquisitionTimeout">15000</attribute> <attribute name="MaxCapacity">10000</attribute> <attribute name="SyncReplTimeout">10000</attribute> <attribute name="LockLeaseTimeout">60000</attribute> <attribute name="EvictionPolicyConfig"> <config> <attribute name="wakeUpIntervalInSeconds">5</attribute> <region name="/_default_"> <attribute name="maxNodes">9750</attribute> <attribute name="timeToIdleSeconds">120</attribute> </region> <region name="au.com.auspost.elms.model.ElmsConfig"> <attribute named="maxNodes">250</attribute> <attribute named="timeToIdleSeconds">300</attribute> </region> </config> </attribute> </mbean> </server>