Re: / by zero error

2008-09-23 Thread Shannon Peevey
Just reaching, but are the operating systems the same on both machines? The versions of Java? speeves On Tue, Sep 23, 2008 at 9:08 AM, Scott Taylor [EMAIL PROTECTED]wrote: I have two applications running on CF8 Enterprise in a multiple-instance cluster. In one, I have no problems. In the

Re: / by zero error

2008-09-23 Thread Scott Taylor
I should have put this in the OP. Both apps run on the same machine. The code that works is only very slightly modified and has the same cfapplication tag in it, and sets the variable ThisSessionTimeout exactly the same way. Scott Just reaching, but are the operating systems the same on both

Re: / by zero error

2008-09-23 Thread Josh Nathanson
Could you try hardcoding the CreateTimeSpan(0,2,0,0) into the cfapplication tag, and at least see if that works? -- Josh - Original Message - From: Scott Taylor [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 23, 2008 10:17 AM Subject: Re: / by zero

Re: / by zero error

2008-09-23 Thread Shannon Peevey
- From: Scott Taylor [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 23, 2008 10:17 AM Subject: Re: / by zero error I should have put this in the OP. Both apps run on the same machine. The code that works is only very slightly modified and has the same

Re: / by zero error

2008-09-23 Thread Scott Taylor
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

Re: / by zero error

2008-09-23 Thread Shannon Peevey
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

Re: / by zero error

2008-09-23 Thread Shannon Peevey
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