It looks to me as if your session timeout variable is empty, causing the :

java.lang.ArithmeticException: / by zero
       at coldfusion.util.
CaseInsensitiveMap.findStringKey(CaseInsensitiveMap.java:122)
....
       at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644)
       at
cfApplication2ecfm1155865675.runPage(\\ikraid\ikweb\RmsLive\Application.cfm:114)

I'm with Josh on this.  (sessiontimeout=#CreateTimeSpan(0,0,15,0)#)

Use the example above, and make sure that you restart your coldfusion server
to clear out the application variables.  I'm not clear if this is a
clustered instance, but if so, make sure that you are using J2EE session
variables.  If they are clustered, it could be that the nodes aren't sharing
session variables.

speeves


On Tue, Sep 23, 2008 at 3:37 PM, Scott Taylor <[EMAIL PROTECTED]>wrote:

> I did try hardcoding the createtimespan, and output the variable - same
> either way.
>
> Here's the stack trace:
>
> java.lang.ArithmeticException: / by zero
>        at
> coldfusion.util.CaseInsensitiveMap.findStringKey(CaseInsensitiveMap.java:122)
>        at coldfusion.util.FastHashtable.find(FastHashtable.java:38)
>        at
> coldfusion.util.CaseInsensitiveMap.put(CaseInsensitiveMap.java:230)
>        at coldfusion.util.FastHashtable.put(FastHashtable.java:43)
>        at
> coldfusion.runtime.J2eeSessionScope.bind(J2eeSessionScope.java:56)
>        at coldfusion.runtime.AbstractScope.bindName(AbstractScope.java:50)
>        at coldfusion.runtime.Scope.put(Scope.java:74)
>        at coldfusion.runtime.J2eeSessionScope.put(J2eeSessionScope.java:75)
>        at
> coldfusion.runtime.AppHelper.setupJ2eeSessionScope(AppHelper.java:597)
>        at
> coldfusion.runtime.AppHelper.setupSessionScope(AppHelper.java:647)
>        at
> coldfusion.tagext.lang.ApplicationTag.doStartTag(ApplicationTag.java:278)
>        at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644)
>        at
> cfApplication2ecfm1155865675.runPage(\\ikraid\ikweb\RmsLive\Application.cfm:114)
>        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
>        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
>        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
>        at
> coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
>        at
> coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:214)
>        at
> coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
>        at
> coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
>        at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
>        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
>        at
> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
>        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
>        at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
>        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
>        at
> coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
>        at
> coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
>        at coldfusion.CfmServlet.service(CfmServlet.java:175)
>        at
> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
>        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
>        at
> coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
>        at
> coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
>        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
>        at jrun.servlet.FilterChain.service(FilterChain.java:101)
>        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
>        at
> jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
>        at
> jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
>        at
> jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
>        at
> jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
>        at
> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
>        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
>
> Thanks,
> Scott
>
> >Can you include the stack trace as well, please?
> >
> >thanks,
> >speeves
> >
> >On Tue, Sep 23, 2008 at 12:51 PM, Josh Nathanson <[EMAIL PROTECTED]
> >wrote:
> >
> >>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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

Reply via email to