Example error message, this section of code is running inside of a cfthread.

Source 
408:     <cfset request.prefix = "_qw">
409:     
^ Snippet from underlying CFML source
Stack Trace 
java.lang.NullPointerException

On Thursday, July 25, 2013 3:49:41 PM UTC-6, Sean S wrote:
>
> I just moved a site that was running on BlueDragon 7 to a new server 
> running Open BlueDragon 2.0. 
>
> This site does quite a bit of work within cfthread and I was doing this to 
> pass in the request scope which had all the vars for the site
>
> <cfthread r="#request#" .... other vars ....>
>      <cfset request = attributes.r>
>
>      ... other code ....
> </cfthread>
>
> On BD7 that worked fine, when I moved it over to open bluedragon I've been 
> getting all sorts of java.lang.NullPointerException errors when I try and 
> set anything to the request scope inside of a cfthread.  Is there some 
> change to how the request scope works in Open BD that I didn't know about 
> or something like that?
>
> I'm trying to find some way around this without having to recode the site 
> to remove using the request scope like this from inside all the cfthreads.
>
> Sean
>

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" 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