It's erroring out on a file access call (cfmodule call notwithstanding).
Does the CF server have permissions to access the file in question?

-Mark


-----Original Message-----
From: Joe Bernard [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 14, 2005 2:20 PM
To: CF-Talk
Subject: Need someone who can read a stack trace


We're having a problem where CF takes up to 10 minutes to start up. We've
done a thread dump during the hang, and it looks like it is waiting on the
OS for some reason. The line of code it hangs on is a cfmodule tag. I know
cfmodule is bad, but we're stuck with it for the time being. This code works
fine on other CF boxes. Can someone tell me if CF needs special permissions
to run? This box has a fairly strict security policy in place, and I think
that may be part of the problem.

This is the thread that hangs:
"jrpp-0" prio=5 tid=0x66263150 nid=0xb10 runnable [69dcf000..69dcfdb0]
at java.io.WinNTFileSystem.getBooleanAttributes(Native Method)
at java.io.File.isDirectory(Unknown Source)
at coldfusion.compiler.CustomTagTable.scanTags(CustomTagTable.java:60)
at coldfusion.compiler.CustomTagTable.scanTags(CustomTagTable.java:62)
at coldfusion.compiler.CustomTagTable.scanTags(CustomTagTable.java:62)
at coldfusion.compiler.CustomTagTable.scanTags(CustomTagTable.java:62)
at coldfusion.compiler.CustomTagTable.scanTags(CustomTagTable.java:62)
at coldfusion.compiler.CustomTagTable.scanTags(CustomTagTable.java:62)
at coldfusion.compiler.CustomTagTable.scanTags(CustomTagTable.java:48)
at coldfusion.compiler.CustomTagTable.<init>(CustomTagTable.java:34)
at
coldfusion.runtime.RuntimeServiceImpl.resolveTemplateName(RuntimeServiceImpl
..java:467)
at coldfusion.tagext.lang.ModuleTag.setName(ModuleTag.java:82)
at
cfApplication2ecfm1513230280._factor6(D:\inetpub\wwwroot\mysite\cfml\Applica
tion.cfm:12)
at
cfApplication2ecfm1513230280._factor9(D:\inetpub\wwwroot\mysite\cfml\Applica
tion.cfm:8)
at
cfApplication2ecfm1513230280._factor10(D:\inetpub\wwwroot\mysite\cfml\Applic
ation.cfm:1)
at
cfApplication2ecfm1513230280.runPage(D:\inetpub\wwwroot\mysite\cfml\Applicat
ion.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:157)
at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistence
Filter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426
)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211921
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