lr_xml2chart err can't open EPS input file
Francis J. Lacoste
flacoste at logreport.org
Sun Dec 22 15:59:08 CET 2002
On dim, 2002-12-22 at 09:02, Edward Quick wrote:
> Hi,
>
> I'm trying to create a report with graphs but keep getting the error below
> saying can't open EPS input file.
>
> smpd9$ lr_run lr_log2report -o xhtml -i postfix < little.log > postfix.tar
> all postfix lr_tag-20021222133237-23041 lr_xml2chart err can't open EPS
> input file at
> /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/XML/Parser/Expat.pm line
> 469
> all postfix lr_tag-20021222133237-23041 lr_xml2chart err at line 35
> all postfix lr_tag-20021222133237-23041 lr_xml2report err lr_xml2xhtml
> failed
> all postfix lr_tag-20021222133237-23041 lr_log2report err lr_xml2report
> failed
> all postfix lr_tag-20021222133237-23041 lr_log2report notice keeping
> /home/u752359/tmp/lr_log2report.postfix.lr_tag-20021222133237-23041.report.xml
> for debugging.
>
>
What version of ploticus are you using? You need the latest 2.10
version, there were problems with the previous version.
If you have the 2.10 version installed, you can get more information
on what is going on by removing the redirection to /dev/nul of the
ploticus messages by modifying PloticusChartWriter. Near line 133,
you'll find
my $ploterrs = '2>/dev/null';
Replace it by my $ploterrs = "";
You'll see the ploticus messages which might give some information
on what is going on.
Another thing you might want to fix, is remove the line near 113 which
says:
$hq = 1;
This is a bug in 1.2.1 which always force the use of gs for
anti-aliasing purpose. (It is supposes to use gs only when
LR_IMAGE_STYLE is set to 'hq'). By not using gs, we'll know if the
problem is related to ploticus or gs.
Kind regards
Francis J. Lacoste
--
Francis J. Lacoste . . http://www.logreport.org
/^LogReport$/ . . flacoste at logreport.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.logreport.org/pipermail/questions/attachments/20021222/2b03be6b/attachment.bin
More information about the Questions
mailing list