You running the standalone version of CF, or are you in JEE mode? If the latter, launch the container in debug mode from Eclipse. Or if that's not possible, set up the java debugging port on the JVM, launch it normally, and connect to it with Eclipse. You can easily browse through all the threads stacks, as well as easily identify hung threads (and what they got hung on).
cheers, barneyb On Tue, Dec 2, 2008 at 11:45 PM, Philip Kaplan <[EMAIL PROTECTED]> wrote: > There are a lot of threads running. When I dump the entire stack trace into > SeeStack <http://www.seefusion.com/seestack/seestack.cfm> , this is all it > tells me. Clicking "next stack" does nothing. Am I missing something? > Sorry for all my questions tonight - but I'm banging my head against the > wall trying to figure out wtf is wrong with my CF8 app. > > === > > *Stack 1:* [Next Stack]<http://www.seefusion.com/seestack/seestack.cfm#stack2> > Thread "jrpp-2": > at java.lang.Thread.getStackTrace(Thread.java:1426) > at coldfusion.monitor.stack.J5StackTrace.getAllStackTraces(Unknown > Source) > at > coldfusion.monitor.active.Snapshot.getJavaStackTrace(Snapshot.java:583) > at > coldfusion.monitor.active.Snapshot.getSnapshotData(Snapshot.java:149) > at coldfusion.monitor.active.Snapshot.dumpSnapshot(Snapshot.java:572) > at coldfusion.monitor.active.Snapshot.dumpSnapshot(Snapshot.java:559) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at coldfusion.runtime.StructBean.invoke(StructBean.java:498) > at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2291) > at E:\cf8_final\cfusion\wwwroot\CFIDE\adminapi\servermonitoring.cfc:1881 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316168 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

