About the logs .... this is my last log when jrun begin to take 100% cpu

"Signal Dispatcher" daemon prio=10 tid=0x009bfbf8 nid=0xd34 waiting on
condition [0..0]

"Surrogate Locker Thread (CMS)" daemon prio=5 tid=0x009be898 nid=0x338
waiting on condition [0..0]

"Finalizer" daemon prio=9 tid=0x009bc688 nid=0xcf4 in Object.wait()
[64df000..64dfdc0]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x10410d70> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
        - locked <0x10410d70> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
        at
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

"Reference Handler" daemon prio=10 tid=0x009bba50 nid=0xe74 in
Object.wait() [63df000..63dfdc0]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x10410d80> (a java.lang.ref.Reference$Lock)
        at java.lang.Object.wait(Object.java:429)
        at
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
        - locked <0x10410d80> (a java.lang.ref.Reference$Lock)

"VM Thread" prio=5 tid=0x009bb0c0 nid=0x228 runnable 

"VM Periodic Task Thread" prio=10 tid=0x009c3fe8 nid=0x200 waiting on
condition 
"Suspend Checker Thread" prio=10 tid=0x009be778 nid=0x760 runnable 
Full thread dump Java HotSpot(TM) Server VM (1.4.2-b28 mixed mode):

"SocketTimeout" daemon prio=10 tid=0x0c9f0988 nid=0x810 waiting on
condition [da9f000..da9fdc0]
        at java.lang.Thread.sleep(Native Method)
        at HTTPClient.SocketTimeout.run(StreamDemultiplexor.java:917)

Do you see something ??

Apparently the bug beginning from "SocketTimeout" message ...

I've no idea thanks

Jean-Michel DE FILIPPI
SARL Orig'in [ www.orig-in.com ]
4, rue du soleil - 06100 Nice CEDEX
Tel. 04.92.14.60.53
Cel. 06.60.86.81.56







-----Message d'origine-----
De : Nathan Strutz [mailto:[EMAIL PROTECTED] 
EnvoyÉ : mercredi 22 juin 2005 21:55
 : CF-Talk
Objet : Re: JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

That brings up a good point, Doug. The best way to troubleshoot a 
stalled CF server is to take a thread dump/stack trace. You do this by 
starting CF from command line, something like this on windows:

c:/> cfusionmx\bin\cfstart.bat > c:\cf_output_log.txt

Take a normal dump (ctrl+break) when the server is working and serving 
pages. Examine the output text file, then, when it stalls, take another 
one. You should be able to look into every thread to find exactly what's

running. When you finally find the stalled thread(s), you should be able

to pinpoint the problem

-nathan strutz

Douglas Knudsen wrote:
> does it spike before requests come in? Or after? Is it spiking under
heavy 
> load or light load? Have you turned on 'log slow pages taking x
seconds"?? 
> Turn this on and set to say 10 to 20 seconds and see what pages are
hogging 
> up CF. 
>  DK
> 
>  On 6/22/05, Jean-Michel DE FILIPPI <[EMAIL PROTECTED]> wrote: 
> 
>>Hello every body,
>>
>>I need help, I've a big problem under my configuration about jrunsvc
>>(jrun service). Every 1 hour since 15 minutes the jrunsvc takes 100%
cpu
>>time.
>>
>>I've try lot of things to fix like update (updater 5 from macromedia,
>>j2se 1.4.2, etc .) but the problem persiste.
>>
>>An other thing, I've try to put the mysql version 4.1.12 (I think the
>>last release) I have import all my databases in the new version of
mysql
>>.. All was okay, but When I've restarted coldfusion 6.1 MX msql-nt
>>service takes 100% CPU Time...
>>
>>I've a big problem and no solution .
>>
>>Maybe someone have an idea
>>
>>Thanx a lot
>>
>>
>>
>>
> 
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210392
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to