> -----Original Message-----
> From: Ibeling, Narisa [mailto:[EMAIL PROTECTED]

Browsing around in the code for the exception handling, starting with

 class org.apache.fop.fo.flow.ExternalGraphic
(assuming it's FOP 0.20.5)

>       Error while creating area : ...

MalformedURLException or FopImageException

I would guess it's the latter

> Error with image URL: ... and no base directory is specified
                                        ^^^ (URL?)

Checked FOPImageFactory for this message, and this is thrown while treating
the given URL as a relative one, when Configuration.getBaseURL() returns
null...

Something wrong with the baseDir setting in the config.xml? Then again, if
the exception is thrown by the relative-URL-handling, this would mean that
the prefix 'https://' is not recognized as an absolute one...?

Puzzles me.

Anyone?

Greetz,

Andreas Delmelle


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to