Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I encounter this error:

<BEA-000117> <Received a stale replication request for object ...>

I went through the documentation and it says that I need to tune garbage collection. How do I actually tune garbage collection? I thought Java garbage collection is automatic? Or do I actually need to change those JVM memory settings like vmx etc?

For

<BEA-101162> <User defined listener com.bea.wsrp.consumer.markup.ReleaseSessionsListener failed: java.lang.ClassCastException: com.bea.wsrp.consumer.markup.SessionContext.
java.lang.ClassCastException: com.bea.wsrp.consumer.markup.SessionContext

What is the reason of this error? Is this Web Services for Remote Portlets (WSRP) issue? Is there a patch for it? Or I need to go in and modify the listener code for this?

share|improve this question
1  
Were you able to resolve this? I'm experiencing the BEA-000117 error – BestPractices Nov 22 '10 at 17:07

1 Answer

What version of WebLogic Portal are you running? Also, what platform are you running the system on?

The stale requests usually mean either a latency/communication issue between the cluster members or (the somewhat unlikely) case where the session times or the user logs out before it's replicated to the appropriate cluster member.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.