Sorry Knut for my mistake when spelling your name in my last post!

On Feb 3, 10:35 pm, Helen <[email protected]> wrote:
> Thanks Knott and Tomek for your responses :)
>
> My ISP confirmed that they have disabled access to the internal
> ColdFusion Java components for all websites in the shared hosting
> environment for security reasons. I got them to turn on debugging for
> my IP so I could run an update and see what was really happening and
> in keeping with your suggestion, my app failed partly because of no
> access to the internal ColdFusion Java components, I was getting the
> message: “Permission denied for creating Java object:
> coldfusion.runtime.java.JavaProxy.”
>
> My host then turned on access temporarily to the Java components and I
> tried the upgrade again and no longer got the above error. However the
> upgrade still failed,  I am still left with:
>
> No top level page was found.
>
> 4:50:12.012 - Expression Exception - in D:\plesk\vhosts
> \sheepwool.com.au\httpdocs\farcry\core\packages\coapi\coapiadmin.cfc :
> line 192
>             Parameter 1 of function IsDefined, which is now
> request.fc.stcoapiWebskins.Copy of dmNews.qWebskins, must be a
> syntactically valid variable name.
>
> I searched all my project filenames and the only thing that I did have
> was a  “Copy of FarCry Constructor.cfm” which I got rid of, but not
> "Copy of dmNews". I am obviously on the wrong track... Any ideas of
> what to look for now?
>
> Also, Is there any way to initialise the application without requiring
> access to the ColdFusion internal java components?
>
> Thanks again..
> Helen
>
> On Feb 2, 9:28 am, Helen <[email protected]> wrote:
>
> > Ok thanks Knut, I'll ask my ISP, also I'll try with plugins disabled..
> > Cheers
> > Helen
>
> > On Feb 1, 5:45 pm, Knut <[email protected]> wrote:
>
> > > Helen,
>
> > > maybe your ISP runs your webspace in a ColdFusion "Sandbox" where he
> > > disabled certain "CF Tags" and "CF Functions" !?
>
> > > 1) Ask your ISP if any "CF Tags" and "CF Functions" are disabled for
> > > your webspace.
> > > 2) Ask your ISP if he activated the server setting "Disable access to
> > > internal ColdFusion Java components".
>
> > > This maybe can also cause the described issues.
>
> > > Looking into the "/core/Application.cfc" code (latest svn branch p520)
> > > shows:
>
> > > line 416:   <!--- project and plugin request processing --->
> > > line 417:   <cfif application.sysInfo.bServerSpecificRequestScope>
> > > line 418:      <cfloop from="1" to="#arraylen
> > > (application.sysinfo.aServerSpecificRequestScope)#" index="i">
> > > line 419:         <cfinclude
> > > template="#application.sysinfo.aServerSpecificRequestScope[i]#" />
> > > line 420:      </cfloop>
> > > line 421:   </cfif>
>
> > > Did you already try to disable all plugins (exept: "farcrycms") ?
>
> > > Regards .. Knut
>
> > > Regards .. Knut
>
> > > On 31 Jan., 12:47, Helen <[email protected]> wrote:
>
> > > > mmm Fu's disabled, upgrade still not working. I even tried to upgrade
> > > > to version 5.1 instead of 5.2.7 to see if it made any difference. I
> > > > ended up with the same message: Element FC.FACTORY.FARFU is undefined
> > > > in a Java object of type class...... but referring to a different a
> > > > page; \core\tags\navajo\display.cfm, the same as Clay in this 
> > > > posthttp://groups.google.com/group/farcry-dev/browse_thread/thread/7457cc...
> > > > lines 40 and 42:
>
> > > > <cftimer label="NAVAJO DISPLAY">
>
> > > > <cfset application.fc.factory.farFU.parseURL() />
>
> > > > I'll try asking my ISP to turn off the "trusted cache" setting you
> > > > mentioned to Clay in that post and see if it makes a difference -  as
> > > > my site is on a shared production server that setting might be on..
> > > > fingers crossed!
>
> > > > Thanks for the help..
> > > > Helen
>
> > > > On Jan 29, 11:00 am, Tomek Kott <[email protected]> wrote:
>
> > > > > i would guess that if you got pingFU working on the current setup, 
> > > > > things
> > > > > *should* work on the new....actually, wait, I think in 5.0, the furl 
> > > > > is
> > > > > index.cfm?(something not furl)=friendly-url, where as in 5.1+ I think 
> > > > > it
> > > > > became index.cfm?furl=.... that might be an issue? Could someone else
> > > > > verify?
>
> > > > > Tomek
>
> > > > > On Thu, Jan 28, 2010 at 6:37 PM, Helen <[email protected]> wrote:
> > > > > > Thanks, yes line 420 is failiing.
>
> > > > > > Ok, then if I get rid of the fu's that are working in version 5.0.5 
> > > > > > as
> > > > > > well as turn fu's off in the admin then try to upgrade I might have
> > > > > > more luck. Cacheing on the server is not helping me now either...
>
> > > > > > Regarding the PingFu, just to add to my confusion though, on the
> > > > > > produciton server even with version 5-0-2  (version that works) and
> > > > > > friendly urls working, I still don't get the expected string. That 
> > > > > > is,
> > > > > > when I puthttp://www.sheepwool.com.au/pingFUintomybrowserIstill
> > > > > > get: "Not Found The requested document was not found on this server.
> > > > > > Web Server at sheepwool.com.au"  which confuses me as the friendly
> > > > > > urls are clearly there and working.
>
> > > > > > Anyway thanks, I'll try to upgrade with the Friendly URLs gone and 
> > > > > > see
> > > > > > what happens...
> > > > > > Regards
> > > > > > Helen
>
> > > > > > On Jan 29, 9:18 am, Tomek Kott <[email protected]> wrote:
> > > > > > > I believe the default is for the FC5 to check whether the the
> > > > > > urlwww.yourdomain.com/pingFUgivesbackanexpectedstring. If it 
> > > > > > doesn't,
> > > > > > it
> > > > > > > won't turn on Friendly URL filtering and therefore wouldn't throw 
> > > > > > > errors
> > > > > > for
> > > > > > > it. The lines of code you sent, is the 420 the one that's failing?
>
> > > > > > > However, if the rewrite rule makes it so that /webtop and /farcry 
> > > > > > > aren't
> > > > > > > accessible (i.e., they are also rewirtten) that could very well 
> > > > > > > be the
> > > > > > > problem.
>
> > > > > > > Tomek
>
> > > > > > > On Thu, Jan 28, 2010 at 4:09 PM, Helen <[email protected]> 
> > > > > > > wrote:
> > > > > > > > Hi Tomek, thanks for your reply, I am just working in 
> > > > > > > > development on
> > > > > > > > my mac - localhost and apache, and so I don't have the same 
> > > > > > > > production
> > > > > > > > environment. The host uses windows for the template files and 
> > > > > > > > Linux
> > > > > > > > for the database. I had a lot of trouble with version 4 of 
> > > > > > > > FarCry for
> > > > > > > > another site which was full of case sensitively issues so it 
> > > > > > > > may be
> > > > > > > > something like that, but in this instance I can't even update 
> > > > > > > > the
> > > > > > > > application, get to the webtop or anything.. its not getting 
> > > > > > > > past the
> > > > > > > > Application.cfc. That is, I'm getting the following for the
> > > > > > > > Application.cfc:
>
> > > > > > > > line 420
> > > > > > > > <!--- PARSE THE URL CHECKING FOR FRIENDLY URLS (url.furl) --->
> > > > > > > >                <cfset structAppend(url,
> > > > > > > > application.fc.factory.farFU.parseURL
> > > > > > > > (),true) />
> > > > > > > > line 257
> > > > > > > > <!--- Initialize the request as a farcry application --->
> > > > > > > >                <cfset farcryRequestInit() />
> > > > > > > > line 246
> > > > > > > > <cffunction name="OnRequestStart" access="public" 
> > > > > > > > returntype="boolean"
> > > > > > > > output="false" hint="Fires at first part of page processing.">
> > > > > > > > line 63
> > > > > > > > <cfset request.fc.hasSessionScope = false />
>
> > > > > > > > Friendly urls were enabled in the 5.0.2. Before I first tried to
> > > > > > > > upgrade to 5.2.7 my host setup Helicon Rewrite 3 for me and I 
> > > > > > > > sent
> > > > > > > > them a new rewrite rule, should I have instead turned fus off 
> > > > > > > > while I
> > > > > > > > upgraded before doing this? Could this have created the issue?
>
> > > > > > > > Regards and thanks
> > > > > > > > Helen
>
> > > > > > > > On Jan 29, 4:59 am, Tomek Kott <[email protected]> wrote:
> > > > > > > > > Helen. I haven't tried upgrading to 5.2.7 (I have 5.1.12), so 
> > > > > > > > > I don't
> > > > > > > > know
> > > > > > > > > how that might work, but the thought occurred to me: is your 
> > > > > > > > > dev
> > > > > > > > environment
> > > > > > > > > windows and your production linux? If so, I wonder if the 
> > > > > > > > > problem is
> > > > > > a
> > > > > > > > > case-sensitivity issue....
>
> > > > > > > > > just a thought,
>
> > > > > > > > > Tomek
>
> > > > > > > > > On Wed, Jan 27, 2010 at 7:37 PM, Helen <[email protected]> 
> > > > > > > > > wrote:
> > > > > > > > > > Hi
>
> > > > > > > > > > I have upgraded from 5_0 to 5_2_7 in developement with no 
> > > > > > > > > > issue but
> > > > > > it
> > > > > > > > > > is failing in production. My site is on a shared server
> > > > > > environment, a
> > > > > > > > > > linux database.
>
> > > > > > > > > > I am getting the same error as Lenstick from a previous 
> > > > > > > > > > post having
> > > > > > > > > > issues upgrading to 5_1
>
> > > > > > > > > > Element FC.FACTORY.FARFU is undefined in a Java object of 
> > > > > > > > > > type
> > > > > > class
> > > > > > > > > > [Ljava.lang.String; referenced as ''
>
> > > > > > > > > > I tried to resolve my error the same way as recommended in 
> > > > > > > > > > that
> > > > > > post
> > > > > > > > > > by changing the application timeout
> > > > > > > > > > in "farcryConstructor.cfm" to 0 but that didn't work.
>
> > > > > > > > > > I am currently moving back to 5_0 but really want to get the
> > > > > > upgrade
> > > > > > > > > > working. Does anyone have any ideas of what else I can try,
> > > > > > > > > > remembering I am a bit limited being in a shared server
> > > > > > environment??
>
> > > > > > > > > > Kind Regards
> > > > > > > > > > Helen
>
> > > > > > > > > > --
> > > > > > > > > > You received this message cos you are subscribed to 
> > > > > > > > > > "farcry-dev"
> > > > > > Google
> > > > > > > > > > group.
> > > > > > > > > > To post, email: [email protected]
> > > > > > > > > > To unsubscribe, email: 
> > > > > > > > > > [email protected]<farcry-dev%[email protected]>
> > > > > > <farcry-dev%[email protected]<farcry-dev%[email protected]>
>
> > > > > > > > <farcry-dev%[email protected]<farcry-dev%[email protected]>
> > > > > > <farcry-dev%[email protected]<farcry-dev%[email protected]>
>
> > > > > > > > > > For more options:http://groups.google.com/group/farcry-dev
> > > > > > > > > > --------------------------------
> > > > > > > > > > Follow us on Twitter:http://twitter.com/farcry
>
> ...
>
> read more »

-- 
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

Reply via email to