That java.lang.IndexOutOfBoundsException is the only error Im getting. I dont know which section of the code is causing it. My next step is to strip down the whole application and find out :-) As I said I havent used anything special, its all normal CF, no CFCs or custom tags (yet).
Pragnesh "Beattie, Barry" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > what was the actual error? and the code that caused it? > > -----Original Message----- > From: Pragnesh [mailto:[EMAIL PROTECTED] > Sent: Thursday, 7 August 2003 9:25 AM > To: CFAussie Mailing List > Subject: [cfaussie] CF MX error > > > Hi All, > > Am getting the following error on a hosting environment (CF MX with all > updates, IIS). > > Am not using anything out of the ordinary, just Client and session > variables. The Page loads when I do a hard refresh a couple of times, but it > throws an error later on. > > Thanks in advance > > Pragnesh > > Index: 194, Size: 114 > > > Please try the following: > a.. Check the CFML Reference Manual to verify that you are using the > correct syntax. > b.. Search the Knowledge Base to find a solution to your problem. > > > Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) > Remote Address 61.9.208.173 > > Date/Time 06-Aug-03 04:07 PM > > Stack Trace (click to expand) > > > > java.lang.IndexOutOfBoundsException: Index: 194, Size: 114 > at java.util.ArrayList.RangeCheck(Unknown Source) > at java.util.ArrayList.get(Unknown Source) > at coldfusion.compiler.ClassReader.readAttributes(Unknown Source) > at coldfusion.compiler.ClassReader.readAttributes(Unknown Source) > at coldfusion.compiler.ClassReader.rewrite(Unknown Source) > at coldfusion.compiler.NeoTranslator.rewriteLineNumberTable(Unknown > Source) > at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source) > at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source) > at coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown Source) > at coldfusion.util.LruCache.get(Unknown Source) > at > coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown > Source) > at coldfusion.util.AbstractCache.fetch(Unknown Source) > at coldfusion.util.SoftCache.get(Unknown Source) > at coldfusion.runtime.TemplateClassLoader.findClass(Unknown Source) > at coldfusion.filter.PathFilter.invoke(Unknown Source) > at coldfusion.filter.ExceptionFilter.invoke(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:91) > at > jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) > at > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226) > at > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) > at > jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:198) > at > jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java: > 348) > at > jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451 > ) > at > jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29 > 4) > at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > > > > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
