Bug 50340 - Processing image in network path using FOP.jar
Summary: Processing image in network path using FOP.jar
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: all
Hardware: PC All
: P1 blocker
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 13:52 UTC by prem
Modified: 2012-04-01 06:18 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description prem 2010-11-25 13:52:54 UTC
Hi,

Currently we are using fop.jar to render pdf from the FO file.

We are facing issue while processing the image present in the network path(//s-fileserver-1/image/1.jpeg).

The java transformation converts the File path to the file url and sets in the FO file as shown below

<fo:external-graphic src="file:////s-fileserver-1/image/1.jpeg" />


When we pass this FO to FOP.jar, it doesn't recogonize the path properly and throws the below error

org.apache.fop.apps.FOURIResolver resolve
SEVERE: Error with opening URL 'file://s-fileserver-1////s-fileserver-1/image/1.jpeg


Kindly suggest us some solution as soon as possible :(.

Thanks,
Prem
Comment 1 prem 2010-11-25 15:13:06 UTC
It looks the problem is resolved in the new FOP version
Comment 2 Glenn Adams 2012-04-01 06:18:47 UTC
batch transition to closed; if someone wishes to restore one of these to resolved in order to perform a verification step, then feel free to do so