Birt On JBoss [message #31692] |
Wed, 27 April 2005 04:48  |
Eclipse User |
|
|
|
Originally posted by: Zohair.Hasan.snstech.com
Hi,
I am facing probelms while deplying Birt on Jboss.Its working fine on
Tocat-4.1.
The steps tried for JBoss are :
1.Copied the birt-viewer from org.eclipse.birt.report.viewer_0.0.1 in the
deploy directory of JBoss-3.2.5 and renamed it to birt-viewer.war.
2.Created a folder called reports inside birt-viewer.war.
3.Copied the test.rtpdesign downloaded from eclipse site into the reports
directory created in step 2.
4.On Clicking the following link :
http://localhost:8080/birt-viewer/frameset?__report=reports% 5Ctest.rptdesign&sample=Hello,a
blank screen is displayed on the browser with the following message on
JBoss Console
ERROR [ServerPlatform] load plugin C:\Program
Files\jboss-3.2.5\server\default\deploy\birt-viewer.war\WEB- INF\plugins\drivers
failed
I tried coping Birt's js.jar into the jboss-3.2.5\server\default\lib\,but
still its giving the same result.
Tried the same steps on JBosss-4.0.1sp1,but its the same result
Please help me out in this ASAP.
-Thanks
-Zohair
|
|
|
|
Re: Birt On JBoss [message #32844 is a reply to message #31692] |
Mon, 02 May 2005 17:08  |
Eclipse User |
|
|
|
Originally posted by: jdixon.pentaho.com
I am running in JBoss 4.0.1.
There is a system setting that tells BIRT where to find the drivers
directory. If this is not set it looks in WEB-INF/plugins/drivers. Look in
your JBoss 3.2 birt web app for a directory called 'drivers', it should
contain a directory called jdbc. Copy the drivers directory to your JBoss
4.0.1 WEB-INF/plugins directory.
You should end up with this:
birt-viewer.war
+reports
+WEB-INF
+plugins
| +drivers
| +jdbc
| +lib
| [jdbc drivers e.g.
mysql-connector-java-3.0.16-ga-bin.jar]
| +org.eclipse.birt.report.engine.emitter.html
| + [other plugins]
Once you do this you will get startup errors saying that 'drivers' is not a
plugin. You can ignore this message.
You also might need to copy the 'js.jar' from BIRT to JBoss'
server/default/lib or server/standard/lib depending on which version of the
server you are running.
"Zohair" <Zohair.Hasan@snstech.com> wrote in message
news:a47c37d3bfa7ae41f771488fd9f14f2e$1@www.eclipse.org...
> Hi,
> I am facing probelms while deplying Birt on Jboss.Its working fine on
> Tocat-4.1.
>
> The steps tried for JBoss are :
>
> 1.Copied the birt-viewer from org.eclipse.birt.report.viewer_0.0.1 in the
> deploy directory of JBoss-3.2.5 and renamed it to birt-viewer.war.
> 2.Created a folder called reports inside birt-viewer.war.
> 3.Copied the test.rtpdesign downloaded from eclipse site into the reports
> directory created in step 2.
> 4.On Clicking the following link :
> http://localhost:8080/birt-viewer/frameset?__report=reports% 5Ctest.rptdesign&sample=Hello,a
> blank screen is displayed on the browser with the following message on
> JBoss Console
> ERROR [ServerPlatform] load plugin C:\Program
> Files\jboss-3.2.5\server\default\deploy\birt-viewer.war\WEB- INF\plugins\drivers
> failed
>
> I tried coping Birt's js.jar into the jboss-3.2.5\server\default\lib\,but
> still its giving the same result.
>
> Tried the same steps on JBosss-4.0.1sp1,but its the same result
>
> Please help me out in this ASAP.
>
> -Thanks
> -Zohair
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03584 seconds