I have actually never used the seestack tool even though I have used seefusion quite a bit.
The thread you posted is the thread handling the flash remoting request that was made when you triggered the snapshot of your server. You see the last file being executed is the servermonitoring.cfc file in coldfusion's cfide folder. This is the file that provides the backend server monitioring functionality for the CF server monitor. Specifically, you can see that line 1,881 was being processed in that file. The lines above that show the use of Java's reflection to call some java classes to actually retreive the thread dump. This thread is a rather boring one since it isn't actually part of your application, but rather some cf monitor plumbing. ~Brad ----- Original Message ----- From: "Philip Kaplan" <[EMAIL PROTECTED]> To: "cf-talk" <[email protected]> Sent: Wednesday, December 03, 2008 1:45 AM Subject: I do not understand SeeStack at all > 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:316169 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

