Hi all,
I have a java servlet application with crystal report integrated, I have the libraries that provide the eclipse version with crystal report integrated.
When I Upload this application in Tomcat application server in a windows enviroment and export to pdf is all rigth but when I upload the application in Tomcat application server in a Linux enviroment (fedora) and export to pdf I find this trouble:
-> clientDoc.getPrintOutputController().export(exportOptions)
Error en el reporte com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.NullPointerException---- Error code:-2147467259 Error code name:failed
I try exporting in Linux enviroment (fedora) to csv file and all was rigth but I havent could find the trouble when I am exporting to pdf in linux.
Thanks,