Re: Accessing farcry admin using Coldfusion Version 8,0,1 produces Jrun Servlet Error
AJ Mercer <[email protected]>
| Newsgroups | gmane.comp.cms.farcry.devel |
|---|---|
| Message-ID | <CAPURtC3Zn7E+EjTRHTb39z=+kxqxcg3tqc-TJOkco-cF9RvG6w@mail.gmail.com> |
are you able to restart the CF service? a kick in the guts might sort it out On 7 February 2013 13:22, Matthew Attanasio <matthew-s5+8xnkFq1N97EbBUNGEsFaTQe2KTcn/@public.gmane.org>wrote: > Hey Guys > > A little more detail about my setup. I am using. > > *Farcry Core*: v.3 > *Coldfusion:* 8,0,1,195765 > *Java: *1.6.0_04 > *Operating System*: Windows 7 > > When I try to access /farcry I am presented with this error, ( *Please > not the entire error dump is not included here* ) > > ROOT CAUSE: > java.lang.StackOverflowError > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:106) > at coldfusion.compiler.NeoTranslationContext.getPageReader(NeoTranslationContext.java:592) > at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:269) > at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:119) > at coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:316) > at coldfusion.util.LruCache.get(LruCache.java:180) > at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:254) > at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58) > at coldfusion.util.SoftCache.get(SoftCache.java:81) > at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:482) > at coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:738) > at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:705) > at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:294) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:54) > at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) > at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) > at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:63) > at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) > at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) > at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:63) > at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) > at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) > at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:63) > at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) > at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) > at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:63) > at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) > at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) > at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:63) > at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) > at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) > at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:63) > at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) > at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) > at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:63) > at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) > at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) > at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) > at cfApplication2ecfm1986412665.runPage(C:\wamp\www\farcry_3\farcry_core\admin\Application.cfm:63) > > > Would anyone have any idea how to fix such a problem? Any help would be much appreciated :) > > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: farcry-dev-/[email protected] > To unsubscribe, email: farcry-dev+unsubscribe-/[email protected] > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > --- > You received this message because you are subscribed to the Google Groups > "farcry-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected] > For more options, visit https://groups.google.com/groups/opt_out. > > > -- *AJ Mercer* <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org community="Open" /> <http://webonix.org> http://twitter.com/webonix Railo Community Manager <http://www.getrailo.org/index.cfm/community/team/> -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev-/[email protected] To unsubscribe, email: farcry-dev+unsubscribe-/[email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected] For more options, visit https://groups.google.com/groups/opt_out.