日期:2014-05-18  浏览次数:20690 次

帮我看看怎么回事?????
500   Servlet   Exception
java.lang.ArrayIndexOutOfBoundsException:   0
at   _index_0jg__jsp._jspService(/index_jg.jsp:33)
at   com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at   com.caucho.jsp.Page.subservice(Page.java:497)
at   com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182)
at   com.caucho.server.http.Invocation.service(Invocation.java:315)
at   com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at   com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:344)
at   com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274)
at   com.caucho.server.TcpConnection.run(TcpConnection.java:139)
at   java.lang.Thread.run(Thread.java:534)


--------------------------------------------
Resin   2.1.8   (built   Thu   Mar   6   11:50:23   PST   2003)  


如何恢复正常访问啊?   我不是编程的,只是访问学校的网站的时候,出现这个问题。

------解决方案--------------------
java.lang.ArrayIndexOutOfBoundsException

数组的索引值越界了

简单说就是 本来一个包包里有20个位置,你放了第21个,当然就放不下了
------解决方案--------------------
越界
------解决方案--------------------
net start tomcat5
------解决方案--------------------
数组越界(/index_jg.jsp:33) 33行