Ahh yes that one, I dont think I have the app.cfm set up correclty, I will 
update that and see how it goes 

On Thursday, February 7, 2013 11:13:22 PM UTC+10:30, Scott Talsma wrote:
>
> That happens when you have an error in the sites startup script.  Check 
> what's happening in your farcry_site/config/_serverSpecificVars.cfm
>
> Also, there used to be a requirement to place an apps.cfm in the directory 
> above farcry_core.  It would map the url to the farcry instance, e.g.
> <cfscript>
> stApps = structNew();
>
> stApps["www.site1.com"] = "farcry_site1";
> stApps["www.site2.com"] = "farcry_site2";
> </cfscript>
>
> If that file is defined but you do not have an entry for your site, you 
> might get caught in that try/catch loop.
>
>
> On Thu, Feb 7, 2013 at 12:59 AM, Matthew Attanasio <
> [email protected] <javascript:>> wrote:
>
>> Hmmm ill dig a bit deeper and see what i can come up with
>>
>>
>> On Thursday, February 7, 2013 3:17:05 PM UTC+9:30, Justin Carter wrote:
>>
>>> It looks like some kind of loop.... The same line in the 
>>> farcry_core/Application.cfm appears in the stack trace over and over. I'd 
>>> start by looking at those lines (63 and 54) and see if they seem to be 
>>> related or responsible.
>>>
>>> FarCry 3 must be 7+ years old, unfortunately my memory doesn't go back 
>>> that far :P
>>>
>>> cheers,
>>> Justin
>>>
>>>
>>> On Thu, Feb 7, 2013 at 4:41 PM, AJ Mercer <[email protected]> wrote:
>>>
>>>> is the site running ok?
>>>>
>>>> On 7 February 2013 13:37, Matthew Attanasio <
>>>> [email protected]> wrote:
>>>>
>>>>> Tried that but still same issue.
>>>>>
>>>>>
>>>>> On Thursday, February 7, 2013 3:04:49 PM UTC+9:30, AJ Mercer wrote:
>>>>>
>>>>>> 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 <
>>>>>> [email protected]> 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(**N**ative Method)
>>>>>>>         at java.io.FileInputStream.<init>****(FileInputStream.java:106)
>>>>>>>         at 
>>>>>>> coldfusion.compiler.**NeoTransla**tionContext.**getPageReader(**NeoT**ranslationContext.java:**592)
>>>>>>>         at 
>>>>>>> coldfusion.compiler.**NeoTransla**tor.translateJava(**NeoTranslato**r.java:269)
>>>>>>>         at 
>>>>>>> coldfusion.compiler.**NeoTransla**tor.translateJava(**NeoTranslato**r.java:119)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.**TemplateCla**ssLoader$1.fetch(**TemplateClass**Loader.java:316)
>>>>>>>         at coldfusion.util.LruCache.get(**L**ruCache.java:180)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.**TemplateCla**ssLoader$**TemplateCache.**fetchSerial(**TemplateClassLoade**r.java:254)
>>>>>>>         at 
>>>>>>> coldfusion.util.AbstractCache.****fetch(AbstractCache.java:58)
>>>>>>>         at coldfusion.util.SoftCache.get(****SoftCache.java:81)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.**TemplateCla**ssLoader.findClass(**TemplateCla**ssLoader.java:482)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.**RuntimeServ**iceImpl.getFile(**RuntimeService**Impl.java:738)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.**RuntimeServ**iceImpl.**resolveTemplatePath(**Ru**ntimeServiceImpl.java:705)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.setTemplate(**IncludeTag.**java:294)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m:54)
>>>>>>>         at coldfusion.runtime.CfJspPage.**i**nvoke(CfJspPage.java:196)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.doStartTag(**IncludeTag.**java:370)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.CfJspPage._****emptyTcfTag(CfJspPage.java:**266**1)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m:63)
>>>>>>>         at coldfusion.runtime.CfJspPage.**i**nvoke(CfJspPage.java:196)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.doStartTag(**IncludeTag.**java:370)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.CfJspPage._****emptyTcfTag(CfJspPage.java:**266**1)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m:63)
>>>>>>>         at coldfusion.runtime.CfJspPage.**i**nvoke(CfJspPage.java:196)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.doStartTag(**IncludeTag.**java:370)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.CfJspPage._****emptyTcfTag(CfJspPage.java:**266**1)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m:63)
>>>>>>>         at coldfusion.runtime.CfJspPage.**i**nvoke(CfJspPage.java:196)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.doStartTag(**IncludeTag.**java:370)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.CfJspPage._****emptyTcfTag(CfJspPage.java:**266**1)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m:63)
>>>>>>>         at coldfusion.runtime.CfJspPage.**i**nvoke(CfJspPage.java:196)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.doStartTag(**IncludeTag.**java:370)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.CfJspPage._****emptyTcfTag(CfJspPage.java:**266**1)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m:63)
>>>>>>>         at coldfusion.runtime.CfJspPage.**i**nvoke(CfJspPage.java:196)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.doStartTag(**IncludeTag.**java:370)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.CfJspPage._****emptyTcfTag(CfJspPage.java:**266**1)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m:63)
>>>>>>>         at coldfusion.runtime.CfJspPage.**i**nvoke(CfJspPage.java:196)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.doStartTag(**IncludeTag.**java:370)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.CfJspPage._****emptyTcfTag(CfJspPage.java:**266**1)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m:63)
>>>>>>>         at coldfusion.runtime.CfJspPage.**i**nvoke(CfJspPage.java:196)
>>>>>>>         at 
>>>>>>> coldfusion.tagext.lang.**Include**Tag.doStartTag(**IncludeTag.**java:370)
>>>>>>>         at 
>>>>>>> coldfusion.runtime.CfJspPage._****emptyTcfTag(CfJspPage.java:**266**1)
>>>>>>>         at 
>>>>>>> cfApplication2ecfm1986412665.**r**unPage(C:\wamp\www\farcry_3\**fa**rcry_core\admin\Application.**cf**m: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: [email protected]
>>>>>>> To unsubscribe, email: farcry-dev+...@**googlegroups.**com
>>>>>>>
>>>>>>> For more options: 
>>>>>>> http://groups.google.com/**group**/farcry-dev<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+...@**googlegroups.**com.
>>>>>>>
>>>>>>> For more options, visit 
>>>>>>> https://groups.google.com/**grou**ps/opt_out<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: [email protected]
>>>>> To unsubscribe, email: farcry-dev+...@**googlegroups.com
>>>>> For more options: 
>>>>> http://groups.google.com/**group/farcry-dev<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+...@**googlegroups.com.
>>>>> For more options, visit 
>>>>> https://groups.google.com/**groups/opt_out<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: [email protected]
>>>> To unsubscribe, email: farcry-dev+...@**googlegroups.com
>>>> For more options: 
>>>> http://groups.google.com/**group/farcry-dev<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+...@**googlegroups.com.
>>>> For more options, visit 
>>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>>> .
>>>>  
>>>>  
>>>>
>>>
>>>  -- 
>> You received this message cos you are subscribed to "farcry-dev" Google 
>> group.
>> To post, email: [email protected] <javascript:>
>> To unsubscribe, email: [email protected] <javascript:>
>> 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 [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to