3 Replies Latest reply on Aug 13, 2006 3:03 AM by lior.dra

    Problems migrating from JBCache 1.3.0.GA to JBCache 1.4.0.GA

    yudivian

      I have an application that runs fine using JBCache 1.3.0.GA but when I replace the libraries I need to use JBCache 1.4.0.GA then I get this exceptions when I run the applications. I appreciate any help on this.

      org.jgroups.ChannelException: failed to start protocol stack
      at org.jgroups.JChannel.connect(JChannel.java:393)
      at org.jboss.cache.TreeCache.startService(TreeCache.java:1423)
      at maf.services.JBCacheAMSAgentList.(JBCacheAMSAgentList.java:41)
      at maf.services.AMS.(AMS.java:138)
      at maf.base.PlatformNode.start(PlatformNode.java:125)
      at maf.Boot.start(Boot.java:105)
      at maf.Boot.main(Boot.java:133)
      Caused by: java.lang.Exception: exception caused by UDP.start(): java.net.BindException: Cannot assign requested address
      at org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:600)
      at org.jgroups.stack.DownHandler.run(Protocol.java:117)
      org.jgroups.ChannelException: failed to start protocol stack
      at org.jgroups.JChannel.connect(JChannel.java:393)
      at org.jboss.cache.TreeCache.startService(TreeCache.java:1423)
      at maf.services.JBCacheKB.(JBCacheKB.java:40)
      at maf.services.DFJBCacheKB.(DFJBCacheKB.java:30)
      at maf.services.DF.(DF.java:127)
      at maf.base.PlatformNode.start(PlatformNode.java:126)
      at maf.Boot.start(Boot.java:105)
      at maf.Boot.main(Boot.java:133)
      Caused by: java.lang.Exception: exception caused by UDP.start(): java.net.BindException: Cannot assign requested address
      at org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:600)
      at org.jgroups.stack.DownHandler.run(Protocol.java:117)