請教:NullPointerException 問題
執行
http://localhost:8080/testWeb/index.jsp時,出現下列提示,
2005-07-07 19:45:35,859 ERROR [com.jg.test.ejb.TestEJBBean] java.lang.NullPointerException
2005-07-07 19:45:35,859 DEBUG [com.jdon.bussinessproxy.dyncproxy.DynamicProxyWeaving] call method:getAllUsers finish!
2005-07-07 19:45:35,859 DEBUG [com.jdon.strutsutil.ModelListAction] listForm 's property: getList size is 0
2005-07-07 19:45:39,171 ERROR [StandardWrapper[/testWeb:jsp]] Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP
Generated servlet error:
The method _jspx_meth_html_errors_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (HtmlTag, PageContext)
Generated servlet error:
The method _jspx_meth_bean_write_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (IterateTag, PageContext)
Generated servlet error:
The method _jspx_meth_bean_write_1(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (IterateTag, PageContext)
Generated servlet error:
The method _jspx_meth_bean_write_2(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (IterateTag, PageContext)
Generated servlet error:
The method _jspx_meth_html_link_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (HtmlTag, PageContext)
Generated servlet error:
The method _jspx_meth_MultiPages_pager_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (HtmlTag, PageContext)
Generated servlet error:
The method _jspx_meth_MultiPages_prev_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (MPageTag, PageContext)
Generated servlet error:
The method _jspx_meth_MultiPages_index_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (MPageTag, PageContext)
Generated servlet error:
The method _jspx_meth_MultiPages_next_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (MPageTag, PageContext)
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:397)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:296)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
http://localhost:8080/testWeb/index.jsp時,出現下列提示,
2005-07-07 19:45:35,859 ERROR [com.jg.test.ejb.TestEJBBean] java.lang.NullPointerException
2005-07-07 19:45:35,859 DEBUG [com.jdon.bussinessproxy.dyncproxy.DynamicProxyWeaving] call method:getAllUsers finish!
2005-07-07 19:45:35,859 DEBUG [com.jdon.strutsutil.ModelListAction] listForm 's property: getList size is 0
2005-07-07 19:45:39,171 ERROR [StandardWrapper[/testWeb:jsp]] Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP
Generated servlet error:
The method _jspx_meth_html_errors_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (HtmlTag, PageContext)
Generated servlet error:
The method _jspx_meth_bean_write_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (IterateTag, PageContext)
Generated servlet error:
The method _jspx_meth_bean_write_1(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (IterateTag, PageContext)
Generated servlet error:
The method _jspx_meth_bean_write_2(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (IterateTag, PageContext)
Generated servlet error:
The method _jspx_meth_html_link_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (HtmlTag, PageContext)
Generated servlet error:
The method _jspx_meth_MultiPages_pager_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (HtmlTag, PageContext)
Generated servlet error:
The method _jspx_meth_MultiPages_prev_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (MPageTag, PageContext)
Generated servlet error:
The method _jspx_meth_MultiPages_index_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (MPageTag, PageContext)
Generated servlet error:
The method _jspx_meth_MultiPages_next_0(JspTag, PageContext) in the type userlist_jsp is not applicable for the arguments (MPageTag, PageContext)
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:397)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:296)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
相關文章
- 請教nullpointerexceptionNullException
- 請教phpword問題PHP
- 請教SAXParseException問題Exception
- 請教Beego Router 問題Go
- javah命令問題請教Java
- Proxy Authorization Required 問題請教UI
- 請教ejb釋出問題
- 請教!!iplanet的問題
- 請教一個JVM問題JVM
- 請教: jive安裝問題?
- 請教javac 編譯問題Java編譯
- 請教XMLHttpRequest和Servlet問題XMLHTTPServlet
- 請教高手一個問題!
- 請教:OpenSessionInViewFilter配置使用問題SessionViewFilter
- 請教 TensorFlow 安裝問題
- 請教web工程的的問題?Web
- 請教hibernate 中session問題Session
- banq,Jdon Framework的問題請教Framework
- 請教一個cookies的問題Cookie
- 請教IoC模式中的問題模式
- 請教jive安裝的問題
- 請教:signup執行問題?
- 請教Jive資料庫問題資料庫
- 請教一個executeBatch()的問題BAT
- jbuilder7使用問題請教UI
- 請教各位高手一個問題
- 請教資料的返回問題
- jivejdon執行的問題請教
- 請教banq DDD學習問題!
- 請教個問題執行 httprunner 遇到的問題HTTP
- 請教一個struct tag的問題Struct
- 請教一個演算法問題演算法
- jquery ajax請教的快取問題jQuery快取
- JSF方面的問題_請教板橋JS
- 請教一個observer設計問題。Server
- 請教個mysql叢集的問題MySql
- 請教一個ADAPTER的問題APT
- 請教使用jsp:include的問題JS