Re: [JBoss-user] NoSuchObjectException: Could not activate; failedto recover session

2003-07-17 Thread Joao Clemente
] NoSuchObjectException: Could not activate; failedto recover session - Original Message - From: Scott M Stark [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 3:11 PM This shows that the call is not going through the HA aware proxy. It is going through the local invoker and bypassing

Re: [JBoss-user] NoSuchObjectException: Could not activate; failedto recover session

2003-07-16 Thread Scott M Stark
This shows that the call is not going through the HA aware proxy. It is going through the local invoker and bypassing the HA aware proxy because of the collocation of the caller and callee. The problem is occuring in the stateful session cache replication though. How is the serverlet session

Re: [JBoss-user] NoSuchObjectException: Could not activate; failedto recover session

2003-07-16 Thread Joao Clemente
- Original Message - From: Scott M Stark [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 3:11 PM This shows that the call is not going through the HA aware proxy. It is going through the local invoker and bypassing the HA aware proxy because of the collocation of the caller and

Re: [JBoss-user] NoSuchObjectException: Could not activate; failedto recover session

2003-07-14 Thread Scott M Stark
Show the full stacktrace of this error to demonstrate that the request is in fact going through an HA capable proxy. -- Scott Stark Chief Technology Officer JBoss Group, LLC Joao Clemente wrote: I debugged further to understand the problem and