[
http://jira.jboss.com/jira/browse/JBREM-602?page=comments#action_12343770 ]
Tom Elrod commented on JBREM-602:
----------------------------------
Only place I can see where the pingPeriod value for the timer would be set to a negative
value would be within:
LeasePinger.removeClient(String sessionId)
where it walks through the lease period for all client configs and sees if need to reset
the ping period. I have checked in code change for this to ensure never gets set to
negative value.
Don't know if this is the exact error you are seeing, but only place I can see where
it could happen.
If LeasePeriod is not set and if enableLease==true leasePeriod
assumes negative value
-------------------------------------------------------------------------------------
Key: JBREM-602
URL:
http://jira.jboss.com/jira/browse/JBREM-602
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Clebert Suconic
Assigned To: Tom Elrod
Priority: Blocker
Fix For: 2.2.0.Beta1 (Bluto)
this will cause an exception setting up the Timer as the Timer doesn't accept
negative values.
This issue is a Blocker for Messaging, hence why I set this issue as Blocker.
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira