RE: About SIPServerTransaction related timers
"Luis Alberto Teixeira" <[email protected]>
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <C961F19E3D14F8439A264D8699E1D4E117411A@inolsbex01.ptin.corpPT.com> |
Hi Ranga, Curiously, the debug level I am using in log4j is INFO for every category. Additionally I have the following property set in the sipra.properties file: gov.nist.javax.sip.TRACE_LEVEL=1 which should render a very low detail level (correct me if I'm wrong). What I find the most intriguing about this is the fact that these log messages come in sync with the firing of the internal timer event. Luis -----Original Message----- From: M. Ranganathan [mailto:[email protected]] Sent: terça-feira, 23 de Maio de 2006 12:01 To: Luis Alberto Teixeira Cc: [email protected] Subject: Re: [nist-sip] About SIPServerTransaction related timers 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!