plepik

Members
  • Content count

    3
  • Joined

  • Last visited

About plepik

  • Rank
    Forum Newbie
  1. Unable To Encode Buffered Image

    Unfortunately it didn't help
  2. Unable To Encode Buffered Image

    anybody can't help? still I don't find the solution
  3. Hello to everybody! this is my first post so maybe I will introduce myself: my name is Peter, I come from Poland, one year ago I finished my IT studies and now I am a programmer in small company which makes software for airlines industry. I have been developing statistics program for 2 months using FusionCharts and I am facing now with tough problem but lets get to point. My dev environment: java 6, tomcat apache 6, fusioncharts v3.2.1, local machine win7 an destination test server running on linux I implemented chart exporting as described in fusion doc with Server Side exporting and it works on my local machine with windows 7 - exporting PDF, images works correctly But images exporting doesn't work on linux server (PDF works) and I can't find solution for this. Error is: width=0 height=0 DOMId= statusMessage= Unable to encode buffered image. statusCode=0 I read this topic http://forum.fusioncharts.com/topic/8596-export-to-jpg-giving-problem-on-linux/ , http://forum.fusioncharts.com/topic/8595-fcexporter-displays-as-blank-page-during-chart-download/ , tried solutions at http://www.idautomation.com/kb/xwindow-error.html and others but nothing. Overall I read that it should work just with -DJava.awt.headless=true parameter but it doesn't. Maybe I've missed something. Does anybody know a solution to this? thanks in advance, regards Piotrek