Hi,
    i'm able to get two instances(using the configuration of  "all") of 
jboss4.0.1 app server to cluster in the DefaultPartition. i deploy my ear by 
dropping it in the "farm " directory, of one server instances, and i'm able to 
see ,that it is deployed across the cluster(i.e on both the server 
instances).i'm also able to access my application which is a simple jsp page 
calling on a stateless session bean. , but when i do so i see the following 
error on my console(though my application is running fine).Please let me know 
if i need to correct something.
ps: this error is only on the console of the instance where i droppped my ear 

Thanks


16:37:19,988 ERROR [RpcDispatcher] failed invoking method
java.lang.UnsupportedOperationException: commit() should not be called on 
TreeCache directly
        at org.jboss.cache.TreeCache.commit(TreeCache.java:2783)
        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:324)
        at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
        at 
org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:37)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at 
org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.java:126)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at 
org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(CreateIfNotExistsInterceptor.java:47)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at 
org.jboss.cache.interceptors.ReplicationInterceptor.replicate(ReplicationInterceptor.java:210)
        at org.jboss.cache.TreeCache._replicate(TreeCache.java:2733)
        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:324)
        at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
        at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:220)
        at 
org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615)
        at 
org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512)
        at 
org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326)
        at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722)
        at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(Messa
geDispatcher.java:554)
        at 
org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691)
        at java.lang.Thread.run(Thread.java:534)
16:37:36,815 INFO  [STDOUT] Can't find resource org.jboss.web.tomcat.session.Loc
alStrings [EMAIL PROTECTED]
16:37:36,815 INFO  [STDOUT] [Ljava.net.URL;@5a25f3

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to