FileNotFoundException while I am using jasper report

后端 未结 4 1993
说谎
说谎 2021-01-06 19:10

I am trying to create Jasper Report in Liferay portlet but I am getting below error:

   Caused by: net.sf.jasperreports.engine.JRException: java.io.FileNotF         


        
4条回答
  •  灰色年华
    2021-01-06 19:34

    In my case I had an image url parameter and had to explicitly set the attribute isForPropmting to false like this:

    
            
        
    

提交回复
热议问题