Hi Leif, You can control the logs in conf/log4.properties. If you are running as a service it can be set to write to. Set the debug level to DEBUG for the service package and you should see info about the calls. Play around with the levels and you get the info you need.
It does sound like you have found a bug so please add this to trac and we dig into it. If you can create a sample which replicates it, that would help us with testing. - Luke On 7/12/06, Leif Wells <[EMAIL PROTECTED]> wrote: > > I am currently have my box in this condition (ugh!)... > > Does anyone have any thoughts on debugging this? > > > Leif > > > > > > On 7/12/06, Leif Wells <[EMAIL PROTECTED]> wrote: > > > > All, > > > > I'm trying to narrow down how to what is happening and *how* we can figure > > out what is happening. Red5 appears to be getting into a condition where it > > stops communicating. This happened to me on Sunday and a eventually gave up > > (of course, on Monday the problem went away). Then one of my developers had > > the exact same thing happen to him yesterday. > > > > BUG: Methods being called on the server do not register (no log > > statements appear), but a response is sent (we believe that the previous > > response that the server gave is sent again) even though there is no > > response expected. > > > > SYMPTOMS: If I call a method from Flash, the server sends back a response > > to "onGetTeachersResult" (which was the previous item returned to Flash). > > Oddly enough, none of the logged messages set-up inside the main Java file > > are appearing. > > > > This appears to be only happening with methods that do NOT make a call back > > to Flash. > > This is a condition that comes up intermittenly. > > This is a condition that, somehow, restarting the server does not resolve. > > It *may* be possibe to "reset" the condition by restarting the Windows box, > > but I can not confirm that (waiting for Red5 to get into the condition > > again). > > > > I know you guys would like to see the code, but that would create a great > > many problems for us here. > > > > This is happening on a couple of Windows boxes we are running for > > development. > > > > Has anyone run into this before? > > Do you want me to enter this into the Trac system even though I can not > > reproduce conditions? > > What can I do to better debug what is *really* happening? > > > > > > Leif > > > > > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
