Re: Unable to load image, please help

2011-01-29 Thread Thomas Broyer
If it's meant for an isolated network, it means you'll not use Google App Engine to host it, right? in this case, why are you enabling it for your project? In Eclipse: Project - Properties - Google - App Engine: uncheck -- You received this message because you are subscribed to the Google

Re: Unable to load image, please help

2011-01-28 Thread Sednus
I debugged for some time and realized, that the actual problem is that my server side code doesnt find the JFreeChart external libraries when running. I copied the libraries to /war/WEB-INF/lib but the behaivor still the same. On Jan 27, 10:38 am, Sednus sed...@gmail.com wrote: Hi,   Im

Re: Unable to load image, please help

2011-01-28 Thread Sednus
It throws the following errors and they are thrown when I try to create an object of the JFreeChart library: [ERROR] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.lang.String

Re: Unable to load image, please help

2011-01-28 Thread Thomas Broyer
On Friday, January 28, 2011 2:34:43 PM UTC+1, Sednus wrote: javax.swing.event.EventListenerList is a restricted class. Please see the Google App Engine developer's guide for more details. If you're building your app on Google App Engine, maybe you should rather use Google's Chart API

Re: Unable to load image, please help

2011-01-28 Thread Sednus
Thanks a lot. I'll take a look at it. On Jan 28, 11:11 am, Thomas Broyer t.bro...@gmail.com wrote: On Friday, January 28, 2011 2:34:43 PM UTC+1, Sednus wrote: javax.swing.event.EventListenerList is a restricted class. Please see the Google  App Engine developer's guide for more details.

Re: Unable to load image, please help

2011-01-28 Thread Sednus
I checked it out, but my code is meant for an isolated network, so I need to be able to generate the images on the server-side. Apparently I am having trouble adding the JFreeChart libraries properly. Could someone help with a walk-trough on how to? Thanks a lot anyway it was very useful.

Unable to load image, please help

2011-01-27 Thread Sednus
Hi, Im trying load an image from the server using RPC, the problem is that it always fails to load the image and throws the following error: com.google.gwt.user.client.rpc.StatusCodeException: 403 html head meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/ titleError 403