Page 1 of 1

problems with PHP-JAVA enabled ...

Posted: Wed Dec 03, 2003 2:57 am
by greatmaster71
Hi,

I would like to add a jfreechart to JRreports (JasperReports classes see http://www.sourceforge.net) i generate through PHP. It works fine when i generate the report, which is a table in PDF.

Then i've built a class to add a jfreechart that i generate just after the generation of the JRreport. It works fine when i try it with pure JAVA.

But i have problems with APACHE when i try to call the class that build the jfreechart.

Here is the error.log of APACHE:

[Tue Dec 02 17:53:12 2003] [error] [client 127.0.0.1] ZoneInfo: c:\j2sdk\lib\zi\ZoneInfoMappings (Le chemin d'accès spécifié est introuvable)
, referer: http://127.0.0.1/www/
[Tue Dec 02 17:53:12 2003] [error] [client 127.0.0.1] ZoneInfo: c:\j2sdk\lib\zi\ZoneInfoMappings (Le chemin d'accès spécifié est introuvable)
, referer: http://127.0.0.1/www/
[Tue Dec 02 17:53:12 2003] [error] [client 127.0.0.1] can't open c:\j2sdk\lib\tzmappings., referer: http://127.0.0.1/www/
[Tue Dec 02 17:53:12 2003] [error] [client 127.0.0.1] , referer: http://127.0.0.1/www/
[Tue Dec 02 17:53:12 2003] [error] [client 127.0.0.1] Fatal error: No usable fonts found., referer: http://127.0.0.1/www/
[Tue Dec 02 17:53:12 2003] [error] [client 127.0.0.1] , referer: http://127.0.0.1/www/

WHAT IS ZoneInfoMappings ??
WHICH fonts does it needs ??

I use APACHE on a win32, i've add all the classes needed in the java.classpath variable ...

Please if you know this problem could you answer .

thanks

eric
[/url][/u]