I get this exception when using Java 1.6.0.  I seem to have better luck with 
1.5.0_06 but I am now seeing this new exception intermittently during startup:

java.lang.IllegalAccessError: tried to access class 
java.util.AbstractMap$SimpleEntry from class org.jboss.cache.util.MapCopy
        at org.jboss.cache.util.MapCopy.(MapCopy.java:43)
        at 
org.jboss.cache.UnversionedNode.getDataDirect(UnversionedNode.java:208)
        at org.jboss.cache.CacheImpl._put(CacheImpl.java:2197)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:330)
        at 
org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:49)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:75)
        at 
org.jboss.cache.interceptors.EvictionInterceptor.invoke(EvictionInterceptor.java:88)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:75)
        at 
org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:33)

I am using the example config.

Thanks,
Jamie

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044497
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to