On Sat, Feb 11, 2012 at 11:47 AM, Samruben <[email protected]> wrote:
> Hi
> I am new user to camel.
>
> I have tried to route the message from one queue to other queue. while
> running as java application, it works fine.
> I have created war file using the same java file but am getting this error.
>
> ERROR - {1356bff3-d686-53fe-2640-165bffffffff}
> java.lang.NoSuchMethodError:
>
> com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.ascendingMap()Ljava/util/Map;
> java.lang.NoSuchMethodError:
>
> com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.ascendingMap()Ljava/util/Map;
> at org.apache.camel.util.LRUCache.entrySet(LRUCache.java:123)
>
> I dont have any idea about this error.
>
>
sound like you have a missing librairie in your class path
strange reference to com.googlecode.concurrentlinkedhashmap for what
looks like an LRU cache building
from org.apache.camel.util.LRUCache.entrySet
perhaps there is a link to guava or old google collection somewhere in your
code ?