Resin Server showing error
Hi there,
I am tying to use resin 2.1.2 for jsp but when I browse I got the following error and there is no any readable error in error log as well please somebody help me to overcome this error. This error shows when I use beans in that page My error is like this:
--------------------------------------------------------------------------------------------------------
500 Servlet Exception
java.lang.NullPointerException
at com.caucho.xml.QAttributedNode.getAttribute(QAttri butedNode.java:85)
at com.caucho.xpath.expr.ObjectExpr.evalBoolean(Objec tExpr.java:119)
at com.caucho.xpath.pattern.FilterIterator.findFirstM atchingNode(FilterIterator.java:144)
at com.caucho.xpath.pattern.FilterIterator.<init>(Fil terIterator.java:84)
at com.caucho.xpath.pattern.FilterPattern.createNodeI terator(FilterPattern.java:176)
at com.caucho.xpath.pattern.AbstractPattern.select(Ab stractPattern.java:119)
at com.caucho.xpath.Pattern.find(Pattern.java:94)
at com.caucho.xpath.XPath.find(XPath.java:107)
at com.caucho.jsp.JspParser.parse(JspParser.java:286)
at com.caucho.jsp.JspParser.parse(JspParser.java:232)
at com.caucho.jsp.JspManager.createPage(JspManager.ja va:174)
at com.caucho.jsp.PageManager.getPage(PageManager.jav a:345)
at com.caucho.jsp.PageManager.getPage(PageManager.jav a:201)
at com.caucho.jsp.QServlet.getPage(QServlet.java:215)
at com.caucho.server.http.FilterChainPage.doFilter(Fi lterChainPage.java:129)
at com.caucho.server.http.Invocation.service(Invocati on.java:311)
at com.caucho.server.http.CacheInvocation.service(Cac heInvocation.java:135)
at com.caucho.server.http.HttpRequest.handleRequest(H ttpRequest.java:221)
at com.caucho.server.http.HttpRequest.handleConnectio n(HttpRequest.java:163)
at com.caucho.server.TcpConnection.run(TcpConnection. java:137)
at java.lang.Thread.run(Thread.java:484)
Resin 2.1.2 (built Tue Jun 11 08:26:56 PDT 2002)
-------------------------------------------------------------------------------------------------
Ghale
|