[ 
https://issues.apache.org/jira/browse/JCS-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766645#comment-17766645
 ] 

Murali Thirugnanam edited comment on JCS-237 at 9/19/23 5:54 AM:
-----------------------------------------------------------------

Hi Gary D. Gregory ,

Thanks for the suggestions. 

I have tried with JCS 3.2 as well, it didn't resolve the issue. The same 
warning messages getting logged for ~90 times.
{quote}2023-09-19 11:19:10,381 WARNING 
[org.apache.commons.jcs3.engine.AbstractCacheEventQueue] 
(CacheEventQueue.QProcessor-authCacheThread-269) Error while running event from 
Queue: PutEvent for key: 
com.interwoven.cache.model.auth.AuthTokenCacheKey@864608db value: null. 
Retrying...: java.rmi.RemoteException: Method is not Remote: interface 
org.apache.commons.jcs3.engine.behavior.ICacheListener::public abstract void 
org.apache.commons.jcs3.engine.behavior.ICacheListener.handlePut(org.apache.commons.jcs3.engine.behavior.ICacheElement)
 throws java.io.IOException
  at 
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:214)
  at 
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:162)
  at deployment.cache-service.war//com.sun.proxy.$Proxy204.handlePut(Unknown 
Source)
  at 
deployment.cache-service.war//org.apache.commons.jcs3.engine.AbstractCacheEventQueue$PutEvent.doRun(AbstractCacheEventQueue.java:277)
  at 
deployment.cache-service.war//org.apache.commons.jcs3.engine.AbstractCacheEventQueue$AbstractCacheEvent.run(AbstractCacheEventQueue.java:216)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  at java.base/java.lang.Thread.run(Thread.java:829)
{quote}
Please share if there is any workaround to stop logging these warnings in the 
log file in JCS 3.1/3.2 or provide a fix for the same in the same versions 
asap? It would be much helpful and appreciated. Thanks.

Regards,
Murali


was (Author: JIRAUSER301723):
Hi Gary D. Gregory ,

Thanks for the suggestions. 

I have tried with JCS 3.2 as well, it didn't resolve the issue. The same 
warning messages getting logged for ~90 times.
{quote}2023-09-19 11:19:10,381 WARNING 
[org.apache.commons.jcs3.engine.AbstractCacheEventQueue] 
(CacheEventQueue.QProcessor-authCacheThread-269) Error while running event from 
Queue: PutEvent for key: 
com.interwoven.cache.model.auth.AuthTokenCacheKey@864608db value: null. 
Retrying...: java.rmi.RemoteException: Method is not Remote: interface 
org.apache.commons.jcs3.engine.behavior.ICacheListener::public abstract void 
org.apache.commons.jcs3.engine.behavior.ICacheListener.handlePut(org.apache.commons.jcs3.engine.behavior.ICacheElement)
 throws java.io.IOException
  at 
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:214)
  at 
java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:162)
  at deployment.cache-service.war//com.sun.proxy.$Proxy204.handlePut(Unknown 
Source)
  at 
deployment.cache-service.war//org.apache.commons.jcs3.engine.AbstractCacheEventQueue$PutEvent.doRun(AbstractCacheEventQueue.java:277)
  at 
deployment.cache-service.war//org.apache.commons.jcs3.engine.AbstractCacheEventQueue$AbstractCacheEvent.run(AbstractCacheEventQueue.java:216)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  at java.base/java.lang.Thread.run(Thread.java:829)
{quote}
Please share if there is any workaround to stop logging these warnings in the 
log file in JCS 3.1/3.2 or provide a fix for the same in the same versions? It 
would be much helpful and appreciated. Thanks.

Regards,
Murali

> Remote Cache update makes lot of log entries
> --------------------------------------------
>
>                 Key: JCS-237
>                 URL: https://issues.apache.org/jira/browse/JCS-237
>             Project: Commons JCS
>          Issue Type: Bug
>          Components: RMI Remote Cache
>    Affects Versions: jcs-3.1
>            Reporter: Murali Thirugnanam
>            Priority: Critical
>             Fix For: jcs-3.1
>
>
> Remote Cache update makes lot of warnings as below in the log file. There is 
> no application functionality issue due to this, but still we want to get rid 
> these logs. Also, confirmed that there is no null values is being passed when 
> updating the cache and this log is being written.
> Kindly help us to avoid logging these warnings, as we are not seeing any 
> functionality issues. Already, tried updating the log4j2.xml to log only 
> FATAL, still could these warning in the log file.
> ======================
> 2023-09-18 19:17:39,085 WARNING 
> [org.apache.commons.jcs3.engine.AbstractCacheEventQueue] 
> (CacheEventQueue.QProcessor-authCacheThread-317) Error while running event 
> from Queue: PutEvent for key: 
> com.interwoven.cache.model.auth.AuthTokenCacheKey@1f85b856 value: null. 
> Retrying...: java.rmi.RemoteException: Method is not Remote: interface 
> org.apache.commons.jcs3.engine.behavior.ICacheListener::public abstract void 
> org.apache.commons.jcs3.engine.behavior.ICacheListener.handlePut(org.apache.commons.jcs3.engine.behavior.ICacheElement)
>  throws java.io.IOException
>   at 
> java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:214)
>   at 
> java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:162)
>   at deployment.cache-service.war//com.sun.proxy.$Proxy210.handlePut(Unknown 
> Source)
>   at 
> deployment.cache-service.war//org.apache.commons.jcs3.engine.AbstractCacheEventQueue$PutEvent.doRun(AbstractCacheEventQueue.java:281)
>   at 
> deployment.cache-service.war//org.apache.commons.jcs3.engine.AbstractCacheEventQueue$AbstractCacheEvent.run(AbstractCacheEventQueue.java:218)
>   at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>   at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>   at java.base/java.lang.Thread.run(Thread.java:829)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to