Groovy, That worked. Thanks Sean.

-----Original Message-----
From: Sean A Corfield [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 12:32 PM
To: CF-Talk
Subject: Re: Odd error in MX - anyone seen this?


Your .class file has gotten out of sync I think. Go into
WEB-INF/cfclasses and delete the .class file that corresponds to your
source file (or delete all of them if you can't spot the sucker).

That will force a recompile which should solve your problem.

On Wednesday, Nov 20, 2002, at 12:07 US/Pacific, Rob Rohan wrote:

> I have a test page that has ~10 lines of code on it and if I add ANY
> cold
> fusion tags I get the following error:
>
> Error Occurred While Processing Request
> Index: 149, Size: 46
>
> Please try the following:
>
>     * Check the CFML Reference Manual to verify that you are using the
> correct syntax.
>     * Search the Knowledge Base to find a solution to your problem.
>
> Browser   Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1)
> Gecko/20020823 Netscape/7.0
> Remote Address
> Referrer
> Date/Time   20-Nov-02 11:55 AM
> Stack Trace
>
>
> [Ljava.lang.StackTraceElement;@aa68a
> +======================================================+
> Execution Time
>
> No top level page was found.
> +======================================================+
> Exceptions
>
> 11:55:28.028 - java.lang.IndexOutOfBoundsException - in : line -1
>
> Index: 149, Size: 46
>
> //////////////////////////////////////////////////////////////
>
> It worked yesterday. Any thoughts, anyone seen this?
>
> page looks like
> <cfscript>
>       factory = createObject("java","coldfusion.server.ServiceFactory");
>       hndl = factory.SecurityService.getClass();
>       methods = arrayNew(1);
>
>       tmethods = hndl.getMethods();
>       for(x=1; x lte arraylen(tmethods); x=x+1){
>               methods[x] = tmethods[x].Name;
>       }
> </cfscript>
>
> Thanks
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to