Jump to content

How can I debug an image that won't resolve the drive path to the source?


rpozsgai

Recommended Posts

My report uses a parameter for the path to the image file.  I can paste the path into my browser and the image will show.  However, when I run my report, the image does not get generated.

    <parameter name="imagePath" class="java.lang.String" isForPrompting="false">        <parameterDescription><![CDATA[image Path or URL]]></parameterDescription>        <defaultValueExpression><![CDATA["C:\JaspersoftWorkspace\POpdf\formlogo.png"]]></defaultValueExpression>    </parameter>[/code]

This parameter worked fine for several years, but my customer recently changed their domain from http to https so now my image file no longer gets generated in my report.  The image parameter that gets generated for the report points to an Image Resource in a Domino database on the server.

For example:   

Can someone direct me to a debugging method that will help to show where the problem is?
Link to comment
Share on other sites

  • 3 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...