[jboss-user] [Clustering/JBoss] - Re: StateTransferTimeout appears to be ignored

2008-02-08 Thread [EMAIL PROTECTED]
Here's the code that's being executed during the logging gap: | log.debug("setState called"); | if (obj == null) | { | log.debug("state is null"); | return; | } | | long used_mem_before, used_mem_after;

[jboss-user] [Clustering/JBoss] - Re: StateTransferTimeout appears to be ignored

2008-02-08 Thread dcolwell
The following is my log4j trace of org.jboss.ha category. Unfortunately it does not appear to contain useful information during the 3+ minute pause after the line "Fetching State". Is there other information in this log that could give a clue or would you have other thoughts on how I should in

[jboss-user] [Clustering/JBoss] - Re: StateTransferTimeout appears to be ignored

2008-02-04 Thread [EMAIL PROTECTED]
In the future, please post the full log message, it will save time. :-) The code logging what you posted is not the web session replication service. It's the jboss:service=DefaultPartition mbean from cluster-service.xml. Please enable DEBUG logging for category org.jboss.ha. You should get mor