At 04:20 PM 2/28/2007, Matt Robertson wrote:
>On 2/28/07, Mik Muller <[EMAIL PROTECTED]> wrote:
>>Any advice? Why are these session vars being reported as not existing
>in the first place?
>
>If you are on a shared server, are you certain that shared server is
>not restarting the CF service?  i.e. is the server stable?
>
>Moving session vars to request scope won't help if the session vars
>don't exist.  There's something in your code thats got a hole in it
>you didn't anticipate, methinks.  Either that or its a crappy server.



Solo server, brute-like in its robustness.

No, this is not a consistant error or I'd have fixed it. It's all over the 
place. Could be any of the 250 or so cfm files. It's almost like the browser is 
dropping the ball or something. Here's a snippet from the dump I mail myself (a 
little dirty, but gets me what I need). If there truly was something wrong on 
line 91 of box_members.cfm then I'd be receiving hundreds of emails per minute. 
This is like a dozen or so per day. Sometimes just a dozen in a row from one 
user's activity (twelve pages, twelve errors, all session var related).

I always thought this was a collision thing that could be resolved by moving 
the vars to something other than session. It's the ONLY scope I get this kind 
of error.

Mik

---

struct
                
                        Detail
                          [empty string]  
                        ErrNumber
                        0  
                        Message
                        Element ROLE.MANAGER is undefined in SESSION.  
                        Resolvedname
                        SESSION  
                        StackTrace
                        coldfusion.runtime.UndefinedElementException: Element 
ROLE.MANAGER is undefined in SESSION.
        at 
coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1097)
        at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1038)
        at 
coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1137)
        at cfbox_members2ecfm521982026.runPage(D:\Code\box_members.cfm:91






>-- 
>[EMAIL PROTECTED]
>Janitor, The Robertson Team
>mysecretbase.com
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271014
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to