Hi, another idea:
Whats the commandline? Did you specify the file:// protocol ? the output
says  "file:/var/www/..." . There are two slashes missing,
"file://"=protocol, "/var/www" =path, protocol + path = "file:///var/www/.."
Maybe its better to use no protocol at all...



Pierre-Yves Landuré wrote:
> Hi,
>
> I've got the following error while trying to generate font metrics.
> I'm encountering this problem on Debian Sarge for AMD 64, using JDK
> 1.5.0 update 6. Fop version is 0.20.5
> I've looked in google for solutions, but i can't find anything.
>
>
> Have some of you encountered this problem ? Is there a solution to it ?
>
> Thanx for help,
>
> Pierre-Yves Landuré
> Dorigo consultants
> http://www.dorigo-consultants.com
>
> TTF Reader v1.1.1
>
> Reading upirpaw.ttf...
>
> Number of glyphs in font: 280
> Creating xml font file...
>
> Creating CID encoded metrics
> Writing xml font file upirpaw.ttf.xml...
>
> javax.xml.transform.TransformerException:
> java.io.FileNotFoundException:
> file:/var/www/ecd/media/fonts/upirpaw.ttf.xml (No such file or directory)
>         at
> org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(TransformerIdentityImpl.java:263)
>         at
> org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:296)
>         at
> org.apache.fop.fonts.apps.TTFReader.writeFontXML(TTFReader.java:243)
>         at org.apache.fop.fonts.apps.TTFReader.main(TTFReader.java:196)
> Caused by: java.io.FileNotFoundException:
> file:/var/www/ecd/media/fonts/upirpaw.ttf.xml (No such file or directory)
>         at java.io.FileOutputStream.open(Native Method)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
>         at
> org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(TransformerIdentityImpl.java:253)
>         ... 3 more
> ---------
> java.io.FileNotFoundException:
> file:/var/www/ecd/media/fonts/upirpaw.ttf.xml (No such file or directory)
>         at java.io.FileOutputStream.open(Native Method)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
>         at
> org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(TransformerIdentityImpl.java:253)
>         at
> org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:296)
>         at
> org.apache.fop.fonts.apps.TTFReader.writeFontXML(TTFReader.java:243)
>         at org.apache.fop.fonts.apps.TTFReader.main(TTFReader.java:196)
> This font contains no embedding license restrictions
>

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

Reply via email to