Home » Archived » BIRT » Tomcat5 and Birt 2
Tomcat5 and Birt 2 [message #124882] |
Mon, 06 February 2006 12:21  |
Eclipse User |
|
|
|
Originally posted by: jhurley.ppgw.tamu.edu
--nextPart1470198.2NCFuQqDOO
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8Bit
Hello,
I've been trying to use the birt-viewer to test some reports on tomcat
5.5.15 and am having some problems. Using the frameset?__report= command,
I can get the Birt Report Viewer header (Showing page of, Go to page, etc),
but no data is ever pulled. If I use the run?__report option, I can get a
report to run as long as it doesn't have any parameters. All reports have
worked in the report designer. I believe I followed the directions at
http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php.
I do see one odd item, in the meta.log file, which i've attached.
Any help would be grealy appreciated.
--nextPart1470198.2NCFuQqDOO
Content-Type: text/plain; name="meta.log"
Content-Transfer-Encoding: 8Bit
Content-Disposition: attachment; filename="meta.log"
2006-02-06 11:11:04 Message [Extension loading error]
Exception [org.eclipse.birt.report.model.metadata.ExtensionException: Message:The extension point [org.eclipse.birt.report.model.encryptionHelper] is not found. Error code:EXTENSION_POINT_NOT_FOUND
at org.eclipse.birt.report.model.metadata.ExtensionLoader.doLoa d(ExtensionLoader.java:114)
at org.eclipse.birt.report.model.metadata.ExtensionLoader.load( ExtensionLoader.java:72)
at org.eclipse.birt.report.model.metadata.ExtensionManager.init ialize(ExtensionManager.java:40)
at org.eclipse.birt.report.model.api.DesignEngine.initialize(De signEngine.java:107)
at org.eclipse.birt.report.model.api.DesignEngine.newSession(De signEngine.java:148)
at org.eclipse.birt.report.engine.parser.ReportParser.getDesign Handle(ReportParser.java:85)
at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.o penReportDesign(ReportEngineHelper.java:103)
at org.eclipse.birt.report.engine.api.ReportEngine.openReportDe sign(ReportEngine.java:219)
at org.eclipse.birt.report.services.ReportEngineService.openRep ortDesign(Unknown Source)
at org.eclipse.birt.report.viewer.bean.ViewerAttributeBean.init (Unknown Source)
at org.eclipse.birt.report.viewer.bean.ViewerAttributeBean.<init >(Unknown Source)
at org.eclipse.birt.report.soapengine.BirtContext.<init>(Unknown Source)
at org.eclipse.birt.report.viewer.servlet.ViewerServlet.doGet(U nknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:667)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
]
--nextPart1470198.2NCFuQqDOO--
|
|
|
Re: Tomcat5 and Birt 2 [message #124895 is a reply to message #124882] |
Mon, 06 February 2006 12:49   |
Eclipse User |
|
|
|
If you are not getting pages to display, most likely missed one of the
extra files. Verify the location of prototype.js and the six Axis jars
(Dont unzip more than the six or you will have problems).
Using the Run url. Verify that if you have changed parameters that you
chage the __document directive. It will need a different name when you
change parameters.
Jason Weathersby
BIRT PMC
<jhurley@ppgw.tamu.edu> wrote in message
news:ds80g3$ri9$1@utils.eclipse.org...
> Hello,
>
> I've been trying to use the birt-viewer to test some reports on tomcat
> 5.5.15 and am having some problems. Using the frameset?__report= command,
> I can get the Birt Report Viewer header (Showing page of, Go to page,
> etc),
> but no data is ever pulled. If I use the run?__report option, I can get a
> report to run as long as it doesn't have any parameters. All reports have
> worked in the report designer. I believe I followed the directions at
> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php.
>
> I do see one odd item, in the meta.log file, which i've attached.
>
> Any help would be grealy appreciated.
>
>
|
|
|
Re: Tomcat5 and Birt 2 [message #124920 is a reply to message #124895] |
Mon, 06 February 2006 15:24   |
Eclipse User |
|
|
|
Originally posted by: jhurley.ppgw.tamu.edu
I have verifed that the axis jars, itext, and prototype files are in the
correct locations.
Jason Weathersby wrote:
> If you are not getting pages to display, most likely missed one of the
> extra files. Verify the location of prototype.js and the six Axis jars
> (Dont unzip more than the six or you will have problems).
>
> Using the Run url. Verify that if you have changed parameters that you
> chage the __document directive. It will need a different name when you
> change parameters.
>
> Jason Weathersby
> BIRT PMC
>
>
> <jhurley@ppgw.tamu.edu> wrote in message
> news:ds80g3$ri9$1@utils.eclipse.org...
>> Hello,
>>
>> I've been trying to use the birt-viewer to test some reports on tomcat
>> 5.5.15 and am having some problems. Using the frameset?__report=
>> command, I can get the Birt Report Viewer header (Showing page of, Go to
>> page, etc),
>> but no data is ever pulled. If I use the run?__report option, I can get
>> a
>> report to run as long as it doesn't have any parameters. All reports
>> have
>> worked in the report designer. I believe I followed the directions at
>> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php.
>>
>> I do see one odd item, in the meta.log file, which i've attached.
>>
>> Any help would be grealy appreciated.
>>
>>
|
|
|
Re: Tomcat5 and Birt 2 [message #124945 is a reply to message #124920] |
Mon, 06 February 2006 16:26   |
Eclipse User |
|
|
|
Are you using the Web Viewer Example directory or the birt.war file?
Jason
<jhurley@ppgw.tamu.edu> wrote in message
news:ds8b82$r64$1@utils.eclipse.org...
>I have verifed that the axis jars, itext, and prototype files are in the
> correct locations.
>
> Jason Weathersby wrote:
>
>> If you are not getting pages to display, most likely missed one of the
>> extra files. Verify the location of prototype.js and the six Axis jars
>> (Dont unzip more than the six or you will have problems).
>>
>> Using the Run url. Verify that if you have changed parameters that you
>> chage the __document directive. It will need a different name when you
>> change parameters.
>>
>> Jason Weathersby
>> BIRT PMC
>>
>>
>> <jhurley@ppgw.tamu.edu> wrote in message
>> news:ds80g3$ri9$1@utils.eclipse.org...
>>> Hello,
>>>
>>> I've been trying to use the birt-viewer to test some reports on tomcat
>>> 5.5.15 and am having some problems. Using the frameset?__report=
>>> command, I can get the Birt Report Viewer header (Showing page of, Go to
>>> page, etc),
>>> but no data is ever pulled. If I use the run?__report option, I can get
>>> a
>>> report to run as long as it doesn't have any parameters. All reports
>>> have
>>> worked in the report designer. I believe I followed the directions at
>>> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php.
>>>
>>> I do see one odd item, in the meta.log file, which i've attached.
>>>
>>> Any help would be grealy appreciated.
>>>
>>>
>
|
|
|
Re: Tomcat5 and Birt 2 [message #125430 is a reply to message #124945] |
Tue, 07 February 2006 10:02   |
Eclipse User |
|
|
|
Originally posted by: jhurley.ppgw.tamu.edu
I've tried both
Jason Weathersby wrote:
> Are you using the Web Viewer Example directory or the birt.war file?
>
> Jason
>
> <jhurley@ppgw.tamu.edu> wrote in message
> news:ds8b82$r64$1@utils.eclipse.org...
>>I have verifed that the axis jars, itext, and prototype files are in the
>> correct locations.
>>
>> Jason Weathersby wrote:
>>
>>> If you are not getting pages to display, most likely missed one of the
>>> extra files. Verify the location of prototype.js and the six Axis jars
>>> (Dont unzip more than the six or you will have problems).
>>>
>>> Using the Run url. Verify that if you have changed parameters that you
>>> chage the __document directive. It will need a different name when you
>>> change parameters.
>>>
>>> Jason Weathersby
>>> BIRT PMC
>>>
>>>
>>> <jhurley@ppgw.tamu.edu> wrote in message
>>> news:ds80g3$ri9$1@utils.eclipse.org...
>>>> Hello,
>>>>
>>>> I've been trying to use the birt-viewer to test some reports on tomcat
>>>> 5.5.15 and am having some problems. Using the frameset?__report=
>>>> command, I can get the Birt Report Viewer header (Showing page of, Go
>>>> to page, etc),
>>>> but no data is ever pulled. If I use the run?__report option, I can
>>>> get a
>>>> report to run as long as it doesn't have any parameters. All reports
>>>> have
>>>> worked in the report designer. I believe I followed the directions at
>>>> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php.
>>>>
>>>> I do see one odd item, in the meta.log file, which i've attached.
>>>>
>>>> Any help would be grealy appreciated.
>>>>
>>>>
>>
|
|
|
Re: Tomcat5 and Birt 2 [message #125454 is a reply to message #125430] |
Tue, 07 February 2006 10:20  |
Eclipse User |
|
|
|
Originally posted by: jhurley.ppgw.tamu.edu
Actually, I did get it to work finally, but only with Internet Explorer.
The same report/URL doesn't work with Firefox (1.5).
jhurley@ppgw.tamu.edu wrote:
> I've tried both
>
> Jason Weathersby wrote:
>
>> Are you using the Web Viewer Example directory or the birt.war file?
>>
>> Jason
>>
>> <jhurley@ppgw.tamu.edu> wrote in message
>> news:ds8b82$r64$1@utils.eclipse.org...
>>>I have verifed that the axis jars, itext, and prototype files are in the
>>> correct locations.
>>>
>>> Jason Weathersby wrote:
>>>
>>>> If you are not getting pages to display, most likely missed one of the
>>>> extra files. Verify the location of prototype.js and the six Axis jars
>>>> (Dont unzip more than the six or you will have problems).
>>>>
>>>> Using the Run url. Verify that if you have changed parameters that you
>>>> chage the __document directive. It will need a different name when you
>>>> change parameters.
>>>>
>>>> Jason Weathersby
>>>> BIRT PMC
>>>>
>>>>
>>>> <jhurley@ppgw.tamu.edu> wrote in message
>>>> news:ds80g3$ri9$1@utils.eclipse.org...
>>>>> Hello,
>>>>>
>>>>> I've been trying to use the birt-viewer to test some reports on tomcat
>>>>> 5.5.15 and am having some problems. Using the frameset?__report=
>>>>> command, I can get the Birt Report Viewer header (Showing page of, Go
>>>>> to page, etc),
>>>>> but no data is ever pulled. If I use the run?__report option, I can
>>>>> get a
>>>>> report to run as long as it doesn't have any parameters. All reports
>>>>> have
>>>>> worked in the report designer. I believe I followed the directions at
>>>>> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php.
>>>>>
>>>>> I do see one odd item, in the meta.log file, which i've attached.
>>>>>
>>>>> Any help would be grealy appreciated.
>>>>>
>>>>>
>>>
|
|
|
Goto Forum:
Current Time: Sun Jun 01 07:19:08 EDT 2025
Powered by FUDForum. Page generated in 0.04648 seconds
|