Getting Null Pointer Error While Doing Load Testing With JMETER
I am using JMeter for performance testing the Birt reports,first I am recording the pages and then running the application through the JMeter by simulating N(10,100) number of user.I am able to get the desired result for UI part but not able to record and run for the Birt reports.
In the response Data we are getting the following error for reports/FrameSet component:
?xml version="1.0" encoding="UTF-8"?>BirtSoapBindingImpl.getUpdatedObjects( )The viewing session is not available or has expired.MDC2BDEAN01.
And for report Report/preview component I am getting the following error:
java.lang.NullPointerException
org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(BaseReportEngineServlet.java:172)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.servlet.BaseReportEngineServlet.service(BaseReportEngineServlet.java:116)
org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:68)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
I have checked the JSESSIONID for both the UI components and Birt report components,JMeter is recording and sending the same JSESSIONID .
I have added the HTTP cookie Manager in the Thread group.
Can anybody plz help me
Regards,
Anand
Last edited by anand481 : 04-28-2009 at 07:14 AM.
|