Jump to content
We've recently updated our Privacy Statement, available here ×

williamxu

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by williamxu

  1. Hi, I got the same error. After searching on Google, it seems to me that java.net.URL (1.4.2) doesn't support HTTPS directly. So I used <imageExpression class="java.io.File"> instead of <imageExpression class="java.lang.String"> by passing a file path (was a URL loaction). E.g. String applicationPath=request.getSession().getServletContext().getRealPath("/"); parameters.put("logoImage", applicationPath); It works then. Regards, William
×
×
  • Create New...