Re: JasperReport Weblogic 11g NPE Problem

2012-06-28 Thread Łukasz Lenart
I've added a note about that to the docs [1] [1] https://cwiki.apache.org/confluence/display/WW/WebLogic Thanks for helping and testing! Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/

Re: JasperReport Weblogic 11g NPE Problem

2012-06-28 Thread Dian Aditya
Great! You're right... Thanks so much. On Wed, Jun 27, 2012 at 4:29 PM, Ankit Sangoi wrote: > I had encountered a similar NPE but that was due to > servletContext.getRealPath(finalLocation) used in JasperReportsResult.java > to determine the report directory. > I solved it by enabling the "Arch

Re: JasperReport Weblogic 11g NPE Problem

2012-06-27 Thread Ankit Sangoi
I had encountered a similar NPE but that was due to servletContext.getRealPath(finalLocation) used in JasperReportsResult.java to determine the report directory. I solved it by enabling the "Archived Real Path" global property in Weblogic admin console > configuration > Web Applications. Doing sam

RE: JasperReport Weblogic 11g NPE Problem

2012-06-26 Thread Martin Gainty
Haftung fuer den Inhalt uebernehmen. > Date: Tue, 26 Jun 2012 18:23:18 +0700 > Subject: JasperReport Weblogic 11g NPE Problem > From: dian.adi...@meruvian.org > To: user@struts.apache.org > > Hi, > > I've deployed my struts2 application which uses jasperreports plu

JasperReport Weblogic 11g NPE Problem

2012-06-26 Thread Dian Aditya
Hi, I've deployed my struts2 application which uses jasperreports plugin. When deploying in Glassfish3 and Tomcat, the reports working fine. But when I deploy to Weblogic 11g the following NPE is given. java.lang.NullPointerException at weblogic.servlet.internal.ServletResponseImpl.sendError(Serv