Skip to main content



      Home
Home » Archived » BIRT » Viewer M3
Viewer M3 [message #41401] Thu, 26 May 2005 13:48 Go to next message
Eclipse UserFriend
Originally posted by: bnowak.gfs.com

Hey,

I have not been able to get the viewer running on BEA Weblogic 7.0. I set
it up as described under integration (insert Weblogic where it says
Tomcat) set up the reports folder and try to execute the test URL and I
get the 500 error message. Weblogic spews a vast quantity of error
messages.

I'm assuming this is related to the issue with the 'view-as' HTML viewer
in the M3 build. Am I assuming correctly?

Also, I'm new to this kind of forum so please feel free to correct my
etiquette or direct me to bugzilla or whatever.

Thanks,

b5
Re: Viewer M3 [message #41433 is a reply to message #41401] Thu, 26 May 2005 19:10 Go to previous messageGo to next message
Eclipse UserFriend
Hi, Barry,

One of the reasons that BIRT fails in WebLogic is that the js.jar file
shipped with BIRT conflicts with the version that WebLogic ships. This
will be fixed in the final release of BIRT. As a short-term solution, you
can prepend js.jar to the beginning of your classpath.

Stanley Wang
BIRT Engine Lead
Re: Viewer M3 [message #41463 is a reply to message #41401] Thu, 26 May 2005 19:59 Go to previous message
Eclipse UserFriend
Beside Updating classpath, you also need to update "jsp:usebean" elements
in those JSP files since weblogic requires using full class path in this
element. For example in file /common/Error.jsp:

"<jsp:useBean id="error" type="BirtException" scope="request" />"

need to be changed to

"<jsp:useBean id="error"
type="org.eclipse.birt.core.exception.BirtException" scope="request" />"

Those jsp files locate in 3 folders: /common, /layout/*, and /parameter.

This issue is fixed for the coming 1.0 release. We are sorry for the
trouble.

Jun Zhai
Previous Topic:Installation/setup problems
Next Topic:BIRT Users
Goto Forum:
  


Current Time: Fri Jul 25 11:04:37 EDT 2025

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

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

Back to the top