Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Report Viewer (TOC) with Apache+Tomcat, WinXP
Report Viewer (TOC) with Apache+Tomcat, WinXP [message #143223] Sat, 11 March 2006 15:32
Eclipse UserFriend
Originally posted by: tobikley.uni-muenster.de

Hi all,

i am using the birt-runtime 2.0.1 and am experiencing several problems:

I renamed the Web Viewer Example to birt-viewer and added it to my
"ENHYDRA-ROOT\multiserver\webapps\autoload directory".
I then added my report showReport.rptdesign to the ...birt-viewer\report
directory.

Once EnhydraServer is started I am running

http://localhost:9000/birt-viewer/frameset?__report=report/s howReport.rptdesign

in my Internet Explorer and Firefox without any problems.

(1) When I open the TOC and click ChangeParameters to Run the Report again
the TOC doesn't change. When I click the TOC that isn't up to date I receive
an:
Exception in:
DocumentProcessor.doRenderReport()
Invalid bookmark: toc_1
=> Is there a way to update the TOC when the Report changes?

(2) When the Datasource has changed and I am doing F5 for an update the
report won't change (until I click ChangeParameters again).
=> Is there a way to omit any caching of data?

===========

For having my reports tested from a different location I connected to an
Apache Web Server by uncommenting the connector in my

-----------
server.xml
-----------
<!-- Define an AJP 1.3 Connector on port 9009 -->
<Connector port="9009" propertiesFile="conf/jk2.properties"
enableLookups="false" redirectPort="9043" protocol="AJP/1.3" />

and adding the following lines to my

-----------
httpd.conf
-----------
LoadModule jk2_module modules/mod_jk2.so
....
<IfModule mod_ssl.c>
SSLMutex default
SSLRandomSeed startup builtin
SSLSessionCache none
<VirtualHost *:443>
SSLEngine On
SSLCertificateFile I:/ApacheServer/Cert/tke.cert
SSLCertificateKeyFile I:/ApacheServer/Cert/tke.key
</VirtualHost>
</IfModule>
....
<Location /birt-viewer>
JkUriSet lb: ajp13:localhost:9009
AuthType Digest
AuthName "My Project's Realm"
AuthDigestFile "I:/ApacheServer/Passwords/passwd"
Require valid-user
</Location>

and adding the following line to my

-----------
workers2.properties
-----------
[uri:/birt-viewer/*]
worker=lb:

When I access the report by running

https://localhost/birt-viewer/frameset?__report=report/showR eport.rptdesign

from my Firefox everything appears to be fine.

Accessing through my Internet Explorer occasionally (most often) results in
the following:

The Report is shown fine but performing the "TOC" or "ChangeParameters"
takes a long time (especially the loading of the images (little green +
and - in the TOC)).

After a while (it somehow seems to me something is running full or empty)

Apache Webserver does a dialog like this:

Apache.exe - Fehler in Anwendung
Die Anweisung in "0x6eec7863" verweist auf Speicher in "0x00000000". Der
Vorgang "read" konnte nicht auf dem Speicher durchgef
Previous Topic:BIRT: Help!!!
Next Topic:Birt and SVG Images
Goto Forum:
  


Current Time: Sat Jul 27 12:17:17 GMT 2024

Powered by FUDForum. Page generated in 0.02955 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top