ERROR: Element EXCEPTION.CAUSE is undefined in ARGUMENTS.

321 views
Skip to first unread message

bward

unread,
Nov 30, 2011, 3:43:25 PM11/30/11
to ColdFusion on Wheels
Hey guys -

Just curious if anyone else here as seen this error before:

Element EXCEPTION.CAUSE is undefined in ARGUMENTS.
The error occurred on line 42.

We're only getting it from our public Wheels apps, and only on rare
occasion. We can't duplicate it, yet I probably see about 1 or 2 of
these errors come through a day. Any thoughts?

Thanks.

tpet...@gmail.com

unread,
Dec 1, 2011, 10:00:30 AM12/1/11
to ColdFusion on Wheels
anyway you can post the stacktrace?

bward

unread,
Dec 1, 2011, 1:32:13 PM12/1/11
to ColdFusion on Wheels
Yeah, we're working on getting it. I'll post when I have more info.

tpet...@gmail.com

unread,
Dec 1, 2011, 1:54:18 PM12/1/11
to ColdFusion on Wheels
btw, what version of wheels, os and cfml engine?

tpet...@gmail.com

unread,
Dec 1, 2011, 2:05:19 PM12/1/11
to ColdFusion on Wheels
try doing this.

In cfmlerror.cfm, change line12 from:

<cfif StructKeyExists(arguments.exception.cause, "tagContext") &&
ArrayLen(arguments.exception.cause.tagContext)>

to

<cfif StructKeyExists(arguments.exception, "cause") &&
StructKeyExists(arguments.exception.cause, "tagContext") &&
ArrayLen(arguments.exception.cause.tagContext)>

bward

unread,
Dec 6, 2011, 11:43:44 AM12/6/11
to ColdFusion on Wheels
Thanks Tony. We've looked at the stacktrace and see the following:

StackTrace: java.lang.IllegalStateException: Session is invalid

We're hoping it's the issue address in this latest CF9 update:
http://www.coldfusionjedi.com/index.cfm/2011/9/16/ColdFusion-901-CHF-2-Released

I'll post again once we get the patch in to let eveyone know if that
fixes it.

Thanks!

-Brian

bward

unread,
Jan 2, 2012, 10:34:12 PM1/2/12
to ColdFusion on Wheels
Just a follow up that this error went away once we implemented the
aforementioned CF9 update. Thank GOD!

Hopefully this post will help others who might encounter it in the
future.

-Brian


On Dec 6 2011, 8:43 am, bward <brianmattheww...@gmail.com> wrote:
> Thanks Tony. We've looked at the stacktrace and see the following:
>
> StackTrace: java.lang.IllegalStateException: Session is invalid
>
> We're hoping it's the issue address in this latest CF9 update:http://www.coldfusionjedi.com/index.cfm/2011/9/16/ColdFusion-901-CHF-...
Reply all
Reply to author
Forward
0 new messages