Hi Suvil,

We were facing the same thing this week.

The solution is to upgrade to JRun build 155 which fixes the problem.
(A free download from the JRun site, though it is a little difficult
to find.  Sorry I didn't keep the URL.)

A work-around we discovered is to sprinkle <%@= "" %> tags in your
pages.  It appears that the problem arises when you have a long
string of HTML with no JSP in it.

-David Mankin

At 2:22 PM -0700 10/29/99, Sugandhi, Suvil wrote:
>Hi folks,
>
>I am using JRun 2.3.3 build 153 with Apache server 1.3.6 on WinNT 4.0
>
>
>My JSP files were working properly.
>But now when i am running the same files, it is giving me the following
>exception:
>
>In c:\JRun\jsm-default\logs\stderr.log file:
>null
>java.lang.ArrayIndexOutOfBoundsException
>         at com.jclark.xsl.expr.Converter.toString(Compiled Code)
>         at com.jclark.xsl.tr.SheetImpl.process(SheetImpl.java)
>         at com.jclark.xsl.sax.XSLProcessorImpl.parse(XSLProcessorImpl.java)
>         at com.livesoftware.xml.XT.process(XT.java:66)
>         at
>com.livesoftware.jsp.JSPCompiler.createServlet(JSPCompiler.java:111)
>         at com.livesoftware.jsp.JSPServlet.service(JSPServlet.java:95)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
>         at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
>         at
>com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
>         at
>com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java:78)
>         at
>com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JR
>unProxyServiceHandler.java:102)
>         at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled
>Code)
>
>
>
>In c:\JRun\jsm-default\services\jse\logs\error.log
>{ (Running servlet) javax.servlet.ServletException:
>java.lang.ArrayIndexOutOfBoundsException
>         at java.lang.Throwable.<init>(Compiled Code)
>         at java.lang.Exception.<init>(Compiled Code)
>         at javax.servlet.ServletException.<init>(ServletException.java:68)
>         at com.livesoftware.jsp.JSPServlet.service(JSPServlet.java:107)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
>         at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
>         at
>com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
>         at
>com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java:78)
>         at
>com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JR
>unProxyServiceHandler.java:102)
>         at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled
>Code)
>  }
>
>
>please let me know whats happening??
>Or if i am wrong some where...
>
>thanks in advance,
>suvil...
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to