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
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

Reply via email to