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
check the URL for spaces or other unencoded special characters..keep in mind the encoded URL must match what you have in weblogic in config/config.xmlhttp://grokbase.com/t/struts/issues/101b7rv0s9/jira-created-ww-3373-weblogic-11g-throwing-java-lang-nullpointerexception it appears your exceptio