No Client variables are not session or application variables client variables are accessed through the client scope
e.g. client.myvariable. are you using an <cfapplication> tag or application.cfc check whether you have client variables enabled ? Not that this explains the error Thanks Alex On 2 December 2011 16:26, Skellington <[email protected]> wrote: > Yes, I'm using the application and session variables. > > --CH > > On Dec 2, 7:53 am, Alex Skinner <[email protected]> wrote: > > Do you have client variables defined in your application ? > > > > A > > > > On 2 December 2011 15:15, Skellington <[email protected]> wrote: > > > > > > > > > > > > > > > > > > > > > Hello, > > > I'm seeing the following statement appearing in the bluedragon.log > > > since upgrading the openbd 2.0. > > > > > Error decoding CLIENT data: java.lang.ArrayIndexOutOfBoundsException > > > > > How do I fins out what is generating this message. I don't see any > > > error in my app. > > > > > Thanks, > > > Charles > > > > > -- > > > online documentation:http://openbd.org/manual/ > > > google+ hints/tips:https://plus.google.com/115990347459711259462 > > > http://groups.google.com/group/openbd?hl=en > > > > -- > > Alex Skinner > > Managing Director > > Pixl8 Interactive > > > > Tel: +448452600726 > > Email: [email protected] > > Web: pixl8.co.uk > > -- > online documentation: http://openbd.org/manual/ > google+ hints/tips: https://plus.google.com/115990347459711259462 > http://groups.google.com/group/openbd?hl=en > -- Alex Skinner Managing Director Pixl8 Interactive Tel: +448452600726 Email: [email protected] Web: pixl8.co.uk -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
