I have a CFC in the application scope that periodically returns this error:
You have attempted to dereference a scalar variable of type class java.lang.Double as a structure with members. <br>The error occurred on line 78. The CFC works with submitted form variables and copies them to a new structure while "cleaning" them. The form that is submitted can be submitted again and no error will be generated. Then at random intervals, this form or some other form will generate this error. Could this be contributed to the application scope issue? I am going to remove this CFC from the application scope and I will write back in a few days if I do not see the error again. Brook At 12:03 AM 7/5/2003 -0500, you wrote: > > > > Right, which is really very low traffic - that's why I don't > > think it's > > a load issue per se (because we didn't hit any problems under much > > higher load when we were using application scope - we changed > > to server > > scope for most things prior to deployment simply because server scope > > access is marginally faster). > > > > Ray, have you had any success creating a reproducible test case for > > this? Have you tried server scope and shown that the buggy behavior > > does not occur? > > > >While I agree that the load I encountered was minimal, the odd thing is >that I _was_ able to recreate it, but only using a load tool like MS >WAST (is that the name) and the Apache one (can't remember it's name as >well). As soon as I'd put the sites under load, the errors would show >up. Now, these two tools did _real_ load, not the load I normally would >get on cflib. Maybe the machine simply isn't that great. > >Server scope: Today was a holiday ya know. ;) I'm going to try, just >later. > >-ray > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

