> -----Original Message-----
> From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
>
> > -----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...

Nope. Second possibility is that it fails while trying to treat the URL as
complete, as the rest of the exception text reveals... (indicates error in
SSL).

Sorry for that!
>
> Puzzles me.

Still does... The rest of the message, I haven't found in the FOP-code yet

[ for the interested: I believe this to be in FopImageFactory on line 133

        + e_context.getMessage()
]

>
> Anyone?
>
> Greetz,
>
> Andreas Delmelle
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


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

Reply via email to