I had the same problem. When I looked at my default.error und event files, I found out, that I used classes in the JSP, that the webserver could not find. I was running JRun3.0 SP1 under WinNT4.0 and used the JRun web server. ------------------------- Andreas Romahn InMediasP GmbH e-mail [EMAIL PROTECTED] http://www.inmediasp.de -----Urspr�ngliche Nachricht----- Von: Alpesh Shah [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 17. August 2001 19:27 An: JRun-Talk Betreff: java.lang.ArrayIndexOutOfBoundsException I am running JRun 3.0 SP1 under Win NT 4.0/IIS 4 with JDK 1.2.2 008. I have a page which has no noticable problems and I get the following, as I remove code, a load and then refresh seems to give me results, but a call to a custom method, always creates the error. What is really weird is how the page produces this error, but refreshing will often give back results with no code changes. null java.lang.ArrayIndexOutOfBoundsException at allaire.jrun.jsp.JSPLineNumberTable.getSourceLine(JSPLineNumberTable.java, Compiled Code) at allaire.jrun.jsp.JSPServlet.processCompileErrors(JSPServlet.java, Compiled Code) at allaire.jrun.jsp.JSPServlet.compilePage(JSPServlet.java, Compiled Code) at allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java, Compiled Code) at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java, Compiled Code) at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java, Compiled Code) at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code) at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code) at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher..jav a, Compiled Code) at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code) at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java, Compiled Code) at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java, Compiled Code) at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code) at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code) Thanks in advance, Alpesh Shah Principal/Director of Technology Revolutionary Systems, LLC -------------------------------- Phone 908.668.4700 Fax 908.668.9045 E-Mail [EMAIL PROTECTED] Web http://www.revsystems.com -------------------------------- Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
