强烈求助~~
用的是 MyEclipse tomcat 和 mysql
提交了servlet
返回的页面显示说
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
java.util.ArrayList.RangeCheck(Unknown Source)
java.util.ArrayList.get(Unknown Source)
cn.com.liuna.family.GetBlogServlet.doGet(GetBlogServlet.java:46)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.24 logs.
还有MyEclipse里显示
严重: A web application created a ThreadLocal with key of type [null] (value [com.sun.faces.config.ConfigureListener$1@e5ace9]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
求助各位高人怎么改呀