Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cosmos-dev] BIRT expertise?

Does this problem only happen in IE or Firefox?

The difference I see is that the COSMOSUI embeds the response from the BIRT
Report Viewer in an iframe.
Try to see if you can mimic what the COSMOSUI is doing by creating a simple
html page with an iframe

<html>
<head>
  </head>

  <body>


<IFRAME src="COSMOS_REPORT_URL" width="100%" height="100%">

  </body>

</html>

You can also try using the 'run' servlet instead of the 'frameset' to see
if it works.

http://localhost:8080/COSMOSReportViewer/run?__report=report.rptdesign
Or
http://localhost:8080/COSMOSReportViewer/frameset?__report=repor.rptdesign

Operation Description:
====================
frameset  Display a frameset that contains the report and additional AJAX
components for retrieving Table of Contents, exporting to CSV, parameter
entry and paging controls.
run  Runs the report and displays the output as a stand-alone HTML page, or
as a PDF document.

If this does not get you anywhere I would post to the birt newsgroup.

Thanks,

Sheldon
______________________________________
Sheldon Lee-Loy
Tivoli Autonomic Computing, IBM Toronto Lab
email: sleeloy@xxxxxxxxxx
phone: 905.413.2610


                                                                       
             "Todd, John A"                                            
             <John.Todd@xxxxxx                                         
             >                                                          To
             Sent by:                  "Cosmos Dev"                    
             cosmos-dev-bounce         <cosmos-dev@xxxxxxxxxxx>        
             s@xxxxxxxxxxx                                              cc
                                                                       
                                                                   Subject
             03/17/2008 03:26          [cosmos-dev] BIRT expertise?    
             PM                                                        
                                                                       
                                                                       
             Please respond to                                         
                Cosmos Dev                                             
             <cosmos-dev@eclip                                         
                  se.org>                                              
                                                                       
                                                                       




There?s a situation where if you point COSMOS_REPORT_URL to a remote
machine, when you try and generate a report, the browser stalls with the
BIRT
Processing dialog box saying ?Processing please wait?
My diagnostics have determined that it is not a problem with the
Datamanager returning data
It is not stuck in an infinite fetch loop, the same amount of data goes
through the ?fetch loop? when it works as when it doesn?t
There are no errors in firebug or the tomcat logs on either of the UI
machines or the machine running the DataManagers.
When I cut and paste the URL that is being attempted into a new browser
window it works just fine.
Also does not appear to an IE vs Firefox issue
Anybody with BIRT expertise with any ideas, no matter how silly or far
fetched, please update bugzilla 220512 with your ideas.

Thanks

- JT
 _______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev




Back to the top