473,511 Members | 17,673 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

org.apache.jasper.JasperException

2 New Member
Hi,
I am getting the Exeption org.apache.jasper.JasperException.
Its a tomcat clustered environment where my applications are deployed.

For some of the users, i am getting this exception.

How to avoid this.
Any idea.

Thanks for your help.

Thanks & regards
S.Rameshkumar
Nov 7 '07 #1
4 1809
r035198x
13,262 MVP
Hi,
I am getting the Exeption org.apache.jasper.JasperException.
Its a tomcat clustered environment where my applications are deployed.

For some of the users, i am getting this exception.

How to avoid this.
Any idea.

Thanks for your help.

Thanks & regards
S.Rameshkumar
1.) Is that the full stacktrace that is displayed?
2.) When is the exception thrown? What will the other users be trying to do when the exception is thrown?
3.) What's special about the users who are getting the exception?
Nov 7 '07 #2
rameshsir
2 New Member
1.) Is that the full stacktrace that is displayed?
2.) When is the exception thrown? What will the other users be trying to do when the exception is thrown?
3.) What's special about the users who are getting the exception?
Full stacktrace details is mentioned below.
org.apache.jasper.JasperException
at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:207)
at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:240)
at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:187)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:809)
at org.apache.catalina.core.ApplicationDispatcher.inv oke(ApplicationDispatcher.java:627)
at org.apache.catalina.core.ApplicationDispatcher.doF orward(ApplicationDispatcher.java:382)
at org.apache.catalina.core.ApplicationDispatcher.for ward(ApplicationDispatcher.java:306)
at org.apache.struts.action.RequestProcessor.doForwar d(RequestProcessor.java:1056)
at org.apache.struts.action.RequestProcessor.processF orwardConfig(RequestProcessor.java:388)
at org.apache.struts.action.RequestProcessor.process( RequestProcessor.java:231)
at org.apache.struts.action.ActionServlet.process(Act ionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doPost(Acti onServlet.java:415)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:716)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:809)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:200)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:146)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:209)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext(StandardPipeline.j ava:596)
at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:433)
at org.apache.catalina.core.ContainerBase.invoke(Cont ainerBase.java:948)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:144)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext(StandardPipeline.j ava:596)
at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:433)
at org.apache.catalina.core.ContainerBase.invoke(Cont ainerBase.java:948)
at org.apache.catalina.core.StandardContext.invoke(St andardContext.java:2358)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:133)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext(StandardPipeline.j ava:596)
at org.apache.catalina.valves.ErrorDispatcherValve.in voke(ErrorDispatcherValve.java:118)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext(StandardPipeline.j ava:594)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:116)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext(StandardPipeline.j ava:594)
at com.db.dweb.tomcat.DwebAccessLogValve.invoke(DwebA ccessLogValve.java:465)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext(StandardPipeline.j ava:594)
at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:433)
at org.apache.catalina.core.ContainerBase.invoke(Cont ainerBase.java:948)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:127)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext(StandardPipeline.j ava:596)
at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:433)
at org.apache.catalina.core.ContainerBase.invoke(Cont ainerBase.java:948)
at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp1 3Processor.java:409)
at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Pro cessor.java:528)
at java.lang.Thread.run(Thread.java:534)
----- Root Cause -----
java.lang.NullPointerException
at org.apache.jsp.BCHelpform_jsp._jspService(BCHelpfo rm_jsp.java:196)
Nov 7 '07 #3
JosAH
11,448 Recognized Expert MVP
I just removed your other identical thread. Please don't do that: it confuses other
forum members and they might do work that has been done already in your
other thread.

kind regards,

Jos
Nov 7 '07 #4
r035198x
13,262 MVP
You've decided to answer only one of the questions I asked above?
From that trace you can see of course that it's the famous nullpointer which is hitting you from the BCHelpform JSP. A few printlns in there and you be knowing exactly which object is null too.
Nov 7 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
27957
by: Grant Collins | last post by:
Hi I am writing a web based application as part of a small project that I am undertaking using servlets beans and jsp. I already have one servlet - bean - jsp page working and I have written...
1
6900
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
0
1009
by: biggus | last post by:
Hi, I've just finished a new cross-language web developement framework called Jasper. It supports several (four, in fact) platforms and languages, C#/ASP.NET amongst them. The reliance on...
0
7883
by: sivakumarkj | last post by:
I am getting this type of error while i am executing jsp page in tomcat org.apache.jasper.JasperException: Unable to compile class for JSP Pl. help me. how to solve the problem?
1
1784
by: bylum | last post by:
prolem exception org.apache.jasper.JasperException at jsp the list exception : org.apache.jasper.JasperException...
1
4979
by: gsuns82 | last post by:
Hi all, I am new to Jasper reports concept,pls let me the following things. 1.Get me an url where i can download a sample application for jasper reporting. 2. I cant able to get samples from"...
0
2203
by: rugman | last post by:
Hi. Let me immediately declare - I'm a designer/owner of a website written in jsp pages running under Apache Tomcat 5.5.25. I make simple changes to code but don't understand much about...
0
3398
rsrinivasan
by: rsrinivasan | last post by:
Hi All, When i run my JSP program, ihave the following exception. How i solve this problem? HTTP Status 500 - ...
2
15689
by: ramprakashjava | last post by:
sorry still that error exist , how to avoid this deprecated method overriding in my netbeans ! In Bundled tomcat log it shows Dec 30, 2009 9:03:45 PM...
0
7245
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7144
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7512
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5671
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5069
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4741
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3214
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.