We have noticed longer initial compilation times under CF8 as well, so you are not alone.
Once the files have been compiled, it's generally easy going from there on in. Mark On 10/2/07, Ryan Duckworth <[EMAIL PROTECTED]> wrote: > We have been running CF 8 in our dev environment without any problems. > After upgrading to CF 8 on one of our production boxes, we are having > lots of problems. > > The first page hit seems to take an extreme amount of time. We have > been watching these requests using Fusion Reactor and have seen the > same stack traces repeatedly. Most of them have to do with > "TemplateClassLoader" or "java.lang.ClassLoader.loadClass" > > The requests seem to backup to the point where they take over a minute each. > > When we got our server to finally respond quickly we tried "Clear > Template Cache Now" and this triggered the long request times again. > > Below are some of the sample stack traces. Any ideas? > _____________________________________________________________ > java.lang.Class.getDeclaredConstructors0(Class.java:???)[Native Method] > java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) > java.lang.Class.getConstructor0(Class.java:2699) > java.lang.Class.newInstance0(Class.java:326) > java.lang.Class.newInstance(Class.java:308) > coldfusion.runtime.TemplateClassLoader.newInstance > .... > _____________________________________________________________ > > java.io.WinNTFileSystem.getBooleanAttributes(WinNTFileSystem.java:???)[Native > Method] > java.io.File.exists(File.java:733) > sun.misc.URLClassPath$FileLoader.getResource(URLClassPath.java:983) > sun.misc.URLClassPath.getResource(URLClassPath.java:168) > java.net.URLClassLoader$1.run(URLClassLoader.java:192) > java.security.AccessController.doPrivileged(AccessController.java:???)[Native > Method] > java.net.URLClassLoader.findClass(URLClassLoader.java:188) > coldfusion.bootstrap.BootstrapClassLoader.loadClass(BootstrapClassLoader.java:221) > java.lang.ClassLoader.loadClass(ClassLoader.java:299) > .... > _______________________________________________________________ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289880 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

