Just guessing here... are you using a dotted variable name in the client scope?
ie: client.test.something ? AJ > -----Original Message----- > From: Frank Mamone [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 11:06 AM > To: CF-Talk > Subject: Strange CFMX problem > > > This is really weird! > > I have some clients/users getting a server error on every single > page of the > site. The error is not trapped by error trap or in the logs. All the pages > work fine except this error at the bottom of the page. What I find strange > is that the server responds to clients differntly! > > java.lang.NullPointerException > > at coldfusion.runtime.NeoPageContext.searchScopes(Unknown Source) > > at coldfusion.runtime.NeoPageContext.SymTab_findSimpleName(Unknown Source) > > at > coldfusion.runtime.NeoPageContext.SymTab_getMapFromSimpleValidName(Unknown > Source) > > at > coldfusion.runtime.NeoPageContext.SymTab_setValidatedSplitNameInSt > ring(Unkno > wn Source) > > at coldfusion.runtime.NeoPageContext.SymTab_setValidatedDottedName(Unknown > Source) > > at coldfusion.runtime.NeoPageContext.setValidatedAttribute(Unknown Source) > > at coldfusion.runtime.NeoPageContext.setAttribute(Unknown Source) > > at coldfusion.runtime.CookieHelper.Store(Unknown Source) > > at > coldfusion.runtime.ClientScopeServiceImpl.PersistClientVariables(Unknown > Source) > > at coldfusion.runtime.ClientScope.commitChanges(Unknown Source) > > at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source) > > at coldfusion.filter.BrowserFilter.invoke(Unknown Source) > > at coldfusion.filter.GlobalsFilter.invoke(Unknown Source) > > at coldfusion.filter.DatasourceFilter.invoke(Unknown Source) > > at coldfusion.CfmServlet.service(Unknown Source) > > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) > > at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) > > at > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241) > > at > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) > > at > jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService > .java:198) > > at > jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(Thread Pool.java: > 348) > > at > jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPoo l.java:451 > ) > > at > jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPo ol.java:29 > 4) > > at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

