[ http://jira.jboss.com/jira/browse/JBAS-1273?page=history ]

Corey Johnston updated JBAS-1273:
---------------------------------

    Description: 
When running the "all" configuration for clustering, I've noticed the following 
exceptions being thrown in server.log. I have two identical JBoss instances in 
the cluster (DefaultPartition) on two distinct hosts.

When a run a J2EE app. on one instance, the other instance which is replicating 
the other throws these exceptions in the log. The two servers will work "for a 
while" (about an hour under low load), before the second server gives-up 
altogether and starts serving out blank pages for all requests.

2005-01-07 22:57:09,419 ERROR [org.jgroups.blocks.RpcDispatcher] failed invoking
 method
java.lang.UnsupportedOperationException: commit() should not be called on TreeCa
che directly
        at org.jboss.cache.TreeCache.commit(TreeCache.java:2783)
        at sun.reflect.GeneratedMethodAccessor154.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.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.j
ava:37)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.j
ava:126)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(Crea
teIfNotExistsInterceptor.java:47)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at org.jboss.cache.interceptors.ReplicationInterceptor.replicate(Replica
tionInterceptor.java:210)
        at org.jboss.cache.TreeCache._replicate(TreeCache.java:2733)
        at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.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:3
26)
        at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(Message
Dispatcher.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)



  was:
When running the "all" configuration for clustering, I've noticed the following 
exceptions being thrown in server.log. I have two identical JBoss instances in 
the cluster (DefaultPartition) on two distinct hosts.

When a run a J2EE app. on one instance, the other instance which is replicating 
the other throws these exceptions in the log. Doesn't seem fatal as my 
application still seems to run, but the exception doesn't look healthy as its a 
java.lang.UnsupportedOperationException().

2005-01-07 22:57:09,419 ERROR [org.jgroups.blocks.RpcDispatcher] failed invoking
 method
java.lang.UnsupportedOperationException: commit() should not be called on TreeCa
che directly
        at org.jboss.cache.TreeCache.commit(TreeCache.java:2783)
        at sun.reflect.GeneratedMethodAccessor154.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.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.j
ava:37)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.j
ava:126)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(Crea
teIfNotExistsInterceptor.java:47)
        at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
        at org.jboss.cache.interceptors.ReplicationInterceptor.replicate(Replica
tionInterceptor.java:210)
        at org.jboss.cache.TreeCache._replicate(TreeCache.java:2733)
        at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.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:3
26)
        at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(Message
Dispatcher.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)




> Clustering Error: UnsupportedOperationException
> -----------------------------------------------
>
>          Key: JBAS-1273
>          URL: http://jira.jboss.com/jira/browse/JBAS-1273
>      Project: JBoss Application Server
>         Type: Bug
>   Components: Clustering
>     Versions: JBossAS-4.0.1 Final
>  Environment: Sun Solaris 9 SPARC, Sun JDK 1.4.2_06 (32Bit), JBoss 4.0.1 
> Final, 2G JVM memory
>     Reporter: Corey Johnston
>     Assignee: Scott M Stark
>     Priority: Blocker

>
>
> When running the "all" configuration for clustering, I've noticed the 
> following exceptions being thrown in server.log. I have two identical JBoss 
> instances in the cluster (DefaultPartition) on two distinct hosts.
> When a run a J2EE app. on one instance, the other instance which is 
> replicating the other throws these exceptions in the log. The two servers 
> will work "for a while" (about an hour under low load), before the second 
> server gives-up altogether and starts serving out blank pages for all 
> requests.
> 2005-01-07 22:57:09,419 ERROR [org.jgroups.blocks.RpcDispatcher] failed 
> invoking
>  method
> java.lang.UnsupportedOperationException: commit() should not be called on 
> TreeCa
> che directly
>         at org.jboss.cache.TreeCache.commit(TreeCache.java:2783)
>         at sun.reflect.GeneratedMethodAccessor154.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.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.j
> ava:37)
>         at 
> org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
>         at 
> org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.j
> ava:126)
>         at 
> org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
>         at 
> org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(Crea
> teIfNotExistsInterceptor.java:47)
>         at 
> org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
>         at 
> org.jboss.cache.interceptors.ReplicationInterceptor.replicate(Replica
> tionInterceptor.java:210)
>         at org.jboss.cache.TreeCache._replicate(TreeCache.java:2733)
>         at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.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:3
> 26)
>         at 
> org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(Message
> Dispatcher.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)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to