Login Error

10 views
Skip to first unread message

Clay

unread,
Aug 28, 2009, 5:36:00 PM8/28/09
to farcry-dev
Greetings,

I am new to FarCry and am just digging into it. I am intrigued with
what I see thus far. I have run into an error though and could not
find anything in the archives about it. I am simply attempting to
login to the webtop.

It looks like a cfdump of the error...

arguments - struct

Typename is not available: farLogin

The tag context arguments array templates are as follows...
farcry\core\tags\webskin\view.cfm
farcry\core\webtop\login.cfm

For the sake of space, I am not listing everything that was dumped to
the screen, but if you want to see more, let me know.

Any thoughts are appreciated.

Blair McKenzie

unread,
Aug 29, 2009, 8:12:44 AM8/29/09
to farcr...@googlegroups.com
What version of FarCry are you running?

Blair

Clay

unread,
Sep 1, 2009, 8:07:12 AM9/1/09
to farcry-dev
5.1.6...which I believe is the latest community release.

On Aug 29, 7:12 am, Blair McKenzie <shi...@gmail.com> wrote:
> What version of FarCry are you running?
>
> Blair
>

Blair McKenzie

unread,
Sep 1, 2009, 8:24:45 AM9/1/09
to farcr...@googlegroups.com
Are you able to browse the basic Mollio website after installing?

Clay

unread,
Sep 1, 2009, 9:44:23 AM9/1/09
to farcry-dev
I was until this error. Now I when I browse to the Mollio page, I
receive the following error (which may or may not be related to my
other issue)...

Element FC.FACTORY.FARFU is undefined in a Java object of type class
[Ljava.lang.String;

The error occurred in D:\Inetpub\webolutiondesigns\farcry\core\tags
\navajo\display.cfm: line 42
Called from D:\Inetpub\webolutiondesigns\farcry\core\tags\navajo
\display.cfm: line 40
Called from D:\Inetpub\webolutiondesigns\farcry\core\tags\navajo
\display.cfm: line 1
Called from D:\Inetpub\webolutiondesigns\index.cfm: line 22

40 : <cftimer label="NAVAJO DISPLAY">
41 :
42 : <cfset stURLVars = application.fc.factory.farFU.parseURL() />
43 : <cfset StructAppend(url, stURLVars, "true") />
44 : <!--- environment variables --->


On Sep 1, 7:24 am, Blair McKenzie <shi...@gmail.com> wrote:
> Are you able to browse the basic Mollio website after installing?
>

Clay

unread,
Sep 5, 2009, 9:08:52 PM9/5/09
to farcry-dev
Haven't heard...does anyone have thoughts on this?

Blair McKenzie

unread,
Sep 6, 2009, 7:53:38 PM9/6/09
to farcr...@googlegroups.com
Sorry, I've never seen this kind of error before. It looks like the application initialisation didn't run correctly.

Clay

unread,
Sep 8, 2009, 9:12:59 AM9/8/09
to farcry-dev
ok...then what would be the best way to handle it? Is there a way to
re-initialize the app w/o re-installation?

On Sep 6, 6:53 pm, Blair McKenzie <shi...@gmail.com> wrote:
> Sorry, I've never seen this kind of error before. It looks like the
> application initialisation didn't run correctly.
>

Blair McKenzie

unread,
Sep 8, 2009, 7:50:16 PM9/8/09
to farcr...@googlegroups.com
Have you tried an updateapp?

Clay

unread,
Sep 9, 2009, 9:19:00 AM9/9/09
to farcry-dev
I just tried it and it did not work. I tried in on the main index page
and the webtop.

Here was the error on the index page...

Element FC.FACTORY.FARFU is undefined in a Java object of type class
[Ljava.lang.String; referenced as

The error occurred in D:\Inetpub\webolutiondesigns\farcry\core\tags
\navajo\display.cfm: line 42
Called from D:\Inetpub\webolutiondesigns\farcry\core\tags\navajo
\display.cfm: line 40
Called from D:\Inetpub\webolutiondesigns\farcry\core\tags\navajo
\display.cfm: line 1
Called from D:\Inetpub\webolutiondesigns\index.cfm: line 22

40 : <cftimer label="NAVAJO DISPLAY">
41 :
42 : <cfset stURLVars = application.fc.factory.farFU.parseURL() />


Here was the error in webtop...

Detail An exception occurred when invoking a event handler method
from Application.cfc The method name is: onApplicationStart.
Message Event Handler Exception.

Detail The type attribute of the cfproperty tag is required for the
fourq persistence layer.
ErrorCode [empty string]
ExtendedInfo [empty string]
Message PLEASER: The cfproperty tag for imgPower does not have a type
attribute.

Again...any help is appreciated.

On Sep 8, 6:50 pm, Blair McKenzie <shi...@gmail.com> wrote:
> Have you tried an updateapp?
>

Blair McKenzie

unread,
Sep 9, 2009, 6:00:13 PM9/9/09
to farcr...@googlegroups.com
I'm out of ideas. The errors you're getting are typical for an app where the core has been upgraded but the app hasn't been restarted, but using updateapp would have fixed that.

Tomek Kott

unread,
Sep 9, 2009, 6:10:05 PM9/9/09
to farcr...@googlegroups.com
is the trusted cache on and the code been changed recently? That's the only other way I can see things failing somewhere...

Clay

unread,
Sep 9, 2009, 6:42:13 PM9/9/09
to farcry-dev
The only thing I have been doing is going through the documentation on
the site, lab work and such. Perhaps it has to do with that?

As far as the cache, I do not know what you are referencing. Can you
direct me on how to check that please?

On Sep 9, 5:10 pm, Tomek Kott <tkott.s...@gmail.com> wrote:
> is the trusted cache on and the code been changed recently? That's the only
> other way I can see things failing somewhere...
>
> On Wed, Sep 9, 2009 at 6:00 PM, Blair McKenzie <shi...@gmail.com> wrote:
> > I'm out of ideas. The errors you're getting are typical for an app where
> > the core has been upgraded but the app hasn't been restarted, but using
> > updateapp would have fixed that.
>

Chris Kent

unread,
Sep 9, 2009, 6:51:30 PM9/9/09
to farcry-dev
Clay,

In the error you report above is the following:
Message PLEASER: The cfproperty tag for imgPower does not have
a type

Have you been going through the FarCry jumpstart and made some errors
with the new content types? imgPower is in this guide as a property of
superPower.cfc

If so, and there are errors this may stop the FarCry application from
starting.

Have a look in /projects/your_project_name/packages/types/
superPower.cfc and see if there is something missing on the imgPower
property. If you can not find a problem delete the file /projects/
your_project_name/packages/types/superPower.cfc and try to access the
FarCry site again.

Chris.

Tomek Kott

unread,
Sep 10, 2009, 9:49:10 AM9/10/09
to farcr...@googlegroups.com
with trusted cache I was referencing the ColdFusion server setting for a performance gain. However, since it sounds like it's a personal or dev server, it's probably not on anyways. Sorry for the false trail.
Reply all
Reply to author
Forward
0 new messages