Jump to content

williamxu

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts 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...