Re: About SIPServerTransaction related timers

"M. Ranganathan" <[email protected]>
Newsgroups gmane.comp.voip.nist-sip
Message-ID <[email protected]>
Luis,

That is odd.  Do make sure you are configuring your logging correctly. 
Looks like JSIP logger is getting confused (or the log file pointer is 
getting nulled out)  and spewing out to stdout. Also looks like you have 
Debug turned on to its  max level. You are going to get innundated with 
log ( I dont use a debugger I am too old to use one so I log a lot :-)  )


Regards

Ranga
Luis Alberto Teixeira wrote:

>Hi,
>
>Upon implementing a timer in a JAIN SLEE 1.0 environment (Mobicents),
>offered by its TimerFacility, and allowing timer events to be fired to a
>custom activity context used uniquely for these timer events, when
>running my service I noticed that whenever my timer would be setup I
>would get a long list of lines like this:
>
>
>10:41:55,479 INFO  [STDOUT] 59072157 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@10cb453
>retransmissionTicks -1]
>10:41:55,479 INFO  [STDOUT] 59072157 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@10cb453
>retransmissionTicks -1]
>10:41:55,479 INFO  [STDOUT] 59072157 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@10cb453
>retransmissionTicks -1]
>10:41:55,542 INFO  [STDOUT] 59072220 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@cd5d6e55
>retransmissionTicks -1]
>10:41:55,542 INFO  [STDOUT] 59072220 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@cd5d6e55
>retransmissionTicks -1]
>10:41:55,542 INFO  [STDOUT] 59072220 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@cd5d6e55
>retransmissionTicks -1]
>10:41:55,542 INFO  [STDOUT] 59072220 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@cd5d6e55
>retransmissionTicks -1]
>10:41:55,620 INFO  [STDOUT] 59072298 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@6b893f4
>retransmissionTicks -1]
>10:41:55,620 INFO  [STDOUT] 59072298 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@6b893f4
>retransmissionTicks -1]
>10:41:55,620 INFO  [STDOUT] 59072298 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@6b893f4
>retransmissionTicks -1]
>10:41:55,620 INFO  [STDOUT] 59072298 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@6b893f4
>retransmissionTicks -1]
>10:41:55,651 INFO  [STDOUT] 59072329 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@419de130
>retransmissionTicks -1]
>10:41:55,651 INFO  [STDOUT] 59072329 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@419de130
>retransmissionTicks -1]
>10:41:55,651 INFO  [STDOUT] 59072329 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@419de130
>retransmissionTicks -1]
>10:41:55,651 INFO  [STDOUT] 59072329 [Thread-68] DEBUG
>SipResourceAdapter  -
>gov.nist.javax.sip.stack.SIPTransaction.fireTimer(SIPTransaction.java:56
>8) [fireTimer gov.nist.javax.sip.stack.SIPServerTransaction@419de130
>retransmissionTicks -1]
>
>The service is a Back-to-Back User Agent that responds to network
>requests and has an internal TimerFacility timer that is used to
>implement a timeout condition that occurs when a custom event from
>another application is not received within a given interval.
>
>Well, apparently there is no relationship whatsoever between my SLEE
>timer and this SIP timer specific to the nist-sip stack. Naturally the
>service uses the SIP RA, but the two things should be quite isolated.
>After a few runs my service stops behaving as expected, causing this
>glitch to be the closest candidate for trouble..
>
>
>Regards,
>
>Luis Teixeira
>
>
>
>_______________________________________________
>nist-sip mailing list
>[email protected]
>http://www-x.antd.nist.gov/mailman/listinfo/nist-sip
>
>  
>


-- 
M. Ranganathan 

Advanced Networking Technologies Division,
National Institute of Standards and Technology (NIST),
100 Bureau Drive, Stop 8920, Gaithersburg, MD 20899. 
tel:301 975 3664 , fax:301 590 0932 http://w3.antd.nist.gov/
Advanced Networking Technologies For the People!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.