>- see footer for list info -< Do you have sandbox security enabled, as CFDUMP requires createObject(java)
Russ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: 31 August 2007 08:39 To: Coldfusion Development Subject: [CF-Dev] Unix Admin newbie help >- see footer for list info -< Hi All I'm a real newbie when it comes to unix so please bear with me on this and give REALLY simple instruactions if you tell me to do anything!!! On our dev server we have 5 sites running, each of which uses a different apache server (I think) and a different Cold Fusion server. One of these CF servers (the one that I use all the time) has a really odd bug. Whenever I use the CFDump tag I get an error message: unexpected constant #65 0 (full error at end of e-mail) This is from a page with jsut this tag in: <cfdump var="#cgi#"> Not being able to use CFdump is a real pain as CF is just used to develop cfcs and duimping the result is useful to make sure all is ok. For a start does anyone have any good ideas about fixing this? I have tried deleting all the files in the WEB-INF/cfclasses folder which didn't help. However, no more files have been generated in there so I'm not sure that I'm deleting the correct folder. If I can't fix it how would I go about removing this server and replacing it with a new one? Bascially I wnat to re-install this server. I'm a bit nervous about doing this as I am a real unix newbie as I said and it does at least work at the moment. If I try to remove it and replace it it might never work again! Any help much appreciated. Giles. <full error> 500 unexpected constant #65 0 java.lang.IllegalStateException: unexpected constant #65 0 at coldfusion.compiler.ClassReader.readCpool(ClassReader.java:155) at coldfusion.compiler.ClassReader.findEndOfClass(ClassReader.java:224) at coldfusion.compiler.NeoTranslator.parseClasses(NeoTranslator.java:394) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:269) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:106) at coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:282) at coldfusion.util.LruCache.get(LruCache.java:188) at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateCla ssLoader.java:223) at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58) at coldfusion.util.SoftCache.get(SoftCache.java:81) at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:42 2) at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java: 391) at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:149) at coldfusion.tagext.lang.ModuleTag.setTemplate(ModuleTag.java:537) at coldfusion.tagext.lang.ModuleTag.setTemplatePath(ModuleTag.java:183) at coldfusion.tagext.lang.ImportedTag.setName(ImportedTag.java:66) at cftestDump2ecfm1814858066.runPage(/alchemy/jrun4/servers/apt/cfusion-ear/cfu sion-war/coldfusion/CfTestCases/testDump.cfm:9) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69) 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.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:11 5) at coldfusion.CfmServlet.service(CfmServlet.java:107) 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:259) 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:428 ) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) </full error> _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help >-< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
