mahmud-hasan / ofcgwt

Automatically exported from code.google.com/p/ofcgwt
0 stars 0 forks source link

The development shell servlet received a request for 'test-bug.txt' in module 'data-files.gwt.xml' #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. just create a line Chart added in a com.gwtext.client.widgets.Panel

What is the expected output? What do you see instead?
error message in log : The development shell servlet received a request for
'test-bug.txt' in module 'data-files.gwt.xml' 

in the panel :

Open Flash Chart
IO ERROR
Loading test data
Error #2032

External Interface is allowed  -  get-data = open_flash_chart_data

What version of the product are you using? On what operating system?
1. use of GWT 1.5.3
2. use of gwtext-2.0.5
3. use of ofcgwt-1.3.0.jar

on windows Vista

Please provide any additional information below :

if i'm using the same line chart in a com.gwtext.client.widgets.Window
it works fine

Original issue reported on code.google.com by dvicent...@gmail.com on 6 May 2009 at 7:43

GoogleCodeExporter commented 9 years ago
Few things....

1) I can't support a JS framework like GWTEXT as its a GWT wrapper around ExtJS 
which
does its own DOM manipulations - things are just too complex to know why things 
don't
work.

2) Try moving to OFCGWT 2.x and GWT 1.6 as some improvements have been made in 
the
widget lifecycle mgmt.

Original comment by gslen...@gmail.com on 6 May 2009 at 11:01

GoogleCodeExporter commented 9 years ago
ok but what is the explanation of this error message :

The development shell servlet received a request for 'test-bug.txt' in module
'data-files.gwt.xml' 

i try to retreive the 'data-files.gwt.xml' file but i don't find it

Original comment by dvicent...@gmail.com on 6 May 2009 at 1:39

GoogleCodeExporter commented 9 years ago
It means the Javascript for the Flash object has failed and the OFC chart flash 
is
trying to load the default text json test file. This happens when the JS (or 
GWT)
hasn't been able to provide the OFC flash chart the source JSON data - and due 
to the
funky DOM manipulations that ExtJS does, it probably broke the Flash object 
insertion.

As mentioned, this was improved in OFCGWT 2.x so upgrade and see if that helps.

Original comment by gslen...@gmail.com on 7 May 2009 at 1:28

GoogleCodeExporter commented 9 years ago
Hi,

I get the same error if I try to add a chart to the first tab of smartgwt 
(addition works if I add to the second tab 
etc. and this works with both 1.5 and 1.6 gwt). I use ofcgwt-1.3.0.jar on Vista 
os.
OFCGWT 2.x doesn't work at all. I can run my application neither with gwt 1.5 
nor with gwt 1.6.

Thanks in advance.

Original comment by kostya...@gmail.com on 30 May 2009 at 4:56