Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
ReportServiceException:Cannot open the report archieve
Rajendhar
Hi,
my reports are working fine if i see preview. But when i integrate with application it is giving this Error message on the browser window and not able to see the report.
org.eclipse.birt.report.service.api.ReportServiceException: cannot open the report archieve.; nested exception is :The filename,directory name, or volume label syntax is incorrect.
Application environment is
jboss application server, mysql database, jee application.
please help me how can i come up with this issue. i am not able to open any report.. its urgent.....
Find more posts tagged with
Comments
Virgil Dodson
Hi Rajendhar,<br />
<br />
What version of BIRT, JBoss App Server, and JVM are you using? Are you using the BIRT APIs or have deployed a BIRT report viewer? Have you deployed the same version of BIRT Designer and Runtime?<br />
<br />
Also, if you are using the Viewer, does the sample report included with the viewer run properly with a URL similar to below?<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>http://localhost:8080/birt/frameset?__report=test.rptdesign&sample=my+parameter</pre>
<br />
Note the __report URL parameter has 2 underscores "_" at the beginning
Rajendhar
<blockquote class='ipsBlockquote' data-author="vdodson"><p>Hi Rajendhar,<br />
<br />
What version of BIRT, JBoss App Server, and JVM are you using? Are you using the BIRT APIs or have deployed a BIRT report viewer? Have you deployed the same version of BIRT Designer and Runtime?<br />
<br />
Also, if you are using the Viewer, does the sample report included with the viewer run properly with a URL similar to below?<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>http://localhost:8080/birt/frameset?__report=test.rptdesign&sample=my+parameter</pre>
<br />
Note the __report URL parameter has 2 underscores "_" at the beginning</p></blockquote>
<br />
<br />
hi vdodson,<br />
<br />
i am using<br />
<br />
birt 2.3, jboss-4.2.1.GA applicaion server and jvm is jdk 1.5 and deployed a Birt report viewer.<br />
<br />
and URL is correct i test with the url in the browser. it is giving the same error
Virgil Dodson
Make sure you have a valid setting for BIRT_VIEWER_WORKING_FOLDER in the web.xml since this will be the relative path that rptdesigns can be picked up from. There are a couple of documents in the DevShare that may help with deploying the BIRT WebViewerExample to JBoss.<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/devshare/deploying-birt-reports/1055-using-the-birt-viewer-with-jboss/#description'>Using
the BIRT Viewer with JBoss - Articles - BIRT Exchange</a><br />
<br />
and<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/devshare/deploying-birt-reports/492-birt-viewer-2-3-user-reference/#description'>Birt
Viewer 2.3 User Reference - Other Resources - BIRT Exchange</a>