Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » birt-viewer in tomcat (2.0RC1)
birt-viewer in tomcat (2.0RC1) [message #108024] Thu, 12 January 2006 08:09 Go to next message
Paul Ziemann is currently offline Paul ZiemannFriend
Messages: 18
Registered: July 2009
Junior Member
Hello,

I have a report that is displayed in the eclipse viewer (2.0RC1) without
any errors. In the birt-viewer servlet under tomcat however I get the
following errors:

SEVERE: Message:The extension point
[org.eclipse.birt.report.model.encryptionHelper] is not found. Error
code:EXTENSION_POINT_NOT_FOUND
12.01.2006 08:49:24 org.eclipse.birt.report.model.parser.ModuleReader
readModule
SEVERE: Parsed file was not found.
12.01.2006 08:49:24
org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
SEVERE: invalid design file C:\Programme\Tomcat
5.5\webapps\birt-viewer\report\Stundenzettel.rptdesign

I have copied itext-1.3.jar to C:\Programme\Tomcat
5.5\webapps\birt-viewer\plugins\org.eclipse.birt.report.engi ne.pdf\lib,
then
axis.jar, axis-ant.jar, commons-discovery-0.2.jar, jaxrpc.jar, saaj.jar and
wsdl4j-1.5.1.jar to C:\Programme\Tomcat
5.5\webapps\birt-viewer\WEB-INF\lib and prototype.js to
C:\Programme\Tomcat 5.5\webapps\birt-viewer\ajax\lib. Am I missing
something?

Best regards
Paul
Re: birt-viewer in tomcat (2.0RC1) [message #108322 is a reply to message #108024] Thu, 12 January 2006 15:28 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Paul,

It looks like it is either a problem with finding the report or the file is
invalid.
Does it run the test report?

Jason Weathersby
BIRT PMC

"Paul Ziemann" <p.ziemann@interwall.net> wrote in message
news:afc70140862a90ecfbff00a50b36dd42$1@www.eclipse.org...
> Hello,
>
> I have a report that is displayed in the eclipse viewer (2.0RC1) without
> any errors. In the birt-viewer servlet under tomcat however I get the
> following errors:
>
> SEVERE: Message:The extension point
> [org.eclipse.birt.report.model.encryptionHelper] is not found. Error
> code:EXTENSION_POINT_NOT_FOUND 12.01.2006 08:49:24
> org.eclipse.birt.report.model.parser.ModuleReader readModule
> SEVERE: Parsed file was not found.
> 12.01.2006 08:49:24
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
> openReportDesign
> SEVERE: invalid design file C:\Programme\Tomcat
> 5.5\webapps\birt-viewer\report\Stundenzettel.rptdesign
>
> I have copied itext-1.3.jar to C:\Programme\Tomcat
> 5.5\webapps\birt-viewer\plugins\org.eclipse.birt.report.engi ne.pdf\lib,
> then
> axis.jar, axis-ant.jar, commons-discovery-0.2.jar, jaxrpc.jar, saaj.jar
> and
> wsdl4j-1.5.1.jar to C:\Programme\Tomcat
> 5.5\webapps\birt-viewer\WEB-INF\lib and prototype.js to
> C:\Programme\Tomcat 5.5\webapps\birt-viewer\ajax\lib. Am I missing
> something?
>
> Best regards
> Paul
>
>
Re: birt-viewer in tomcat (2.0RC1) [message #108399 is a reply to message #108322] Thu, 12 January 2006 16:09 Go to previous messageGo to next message
Paul Ziemann is currently offline Paul ZiemannFriend
Messages: 18
Registered: July 2009
Junior Member
Oh, it was a permission problem. Sorry and thank you!

Best regards
Paul

> It looks like it is either a problem with finding the report or the file is
> invalid.
> Does it run the test report?
Re: birt-viewer in tomcat (2.0RC1) [message #108456 is a reply to message #108322] Thu, 12 January 2006 16:32 Go to previous messageGo to next message
Paul Ziemann is currently offline Paul ZiemannFriend
Messages: 18
Registered: July 2009
Junior Member
Hello again,

the report is now found but the resulting page is empty. The only severe
log entry (except for EXTENSION_POINT_NOT_FOUND) is the following:

org.eclipse.birt.report.engine.data.dte.DataPresentationEngi ne doExecute
SEVERE: Can't load the report query

What might this mean?

Best regards
Paul
Re: birt-viewer in tomcat (2.0RC1) [message #108523 is a reply to message #108024] Thu, 12 January 2006 17:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: arash.barirani.verizonwireless.com

I had a number of variations of the the same error message.
These all turned out to be my problems:

1. Parameter mismatch and/or missing parameters.

2. BIRT engine home was pointing to the wrong place. It has to point to
the
directory under eclipse pluging... ( see below)


Below is Jason's email reply/solution to #2 above:


------------------------------------------------------------ --------------------
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.birt] Re: Run report does not work under M3 ??

From: "Jason Weathersby" <jweathersby@xxxxxxxxxxx>
Date: Tue, 20 Dec 2005 12:17:39 -0500
Newsgroups: eclipse.birt
Organization: BIRT PMC

------------------------------------------------------------ --------------------

I believe this problem is occurring because the readme says to set the
engine home
directory to the viewer plugin. The viewer plugin was changed to load
classes from the Eclipse plugin directories. In order for this example to
work now, you will need to download the BIRT runtime and set engine home to
drive:\\directory\\birt-runtime-2.0M3\\birt-runtime-1_0_1\\R eport Engine
This location has all the required plugins.

Jason Weathersby
BIRT PMC
Re: birt-viewer in tomcat (2.0RC1) [message #108644 is a reply to message #108456] Thu, 12 January 2006 19:24 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Paul,

Does the test report work?

Jason

"Paul Ziemann" <p.ziemann@interwall.net> wrote in message
news:df277f1f5c3061731430d10fce7ecd7c$1@www.eclipse.org...
> Hello again,
>
> the report is now found but the resulting page is empty. The only severe
> log entry (except for EXTENSION_POINT_NOT_FOUND) is the following:
>
> org.eclipse.birt.report.engine.data.dte.DataPresentationEngi ne doExecute
> SEVERE: Can't load the report query
>
> What might this mean?
>
> Best regards
> Paul
>
Re: birt-viewer in tomcat (2.0RC1) [message #108818 is a reply to message #108644] Fri, 13 January 2006 09:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pziemann.neusta.de

Hi,

yes, the test report works.

Paul

Jason Weathersby schrieb:
> Paul,
>
> Does the test report work?
>
> Jason
>
> "Paul Ziemann" <p.ziemann@interwall.net> wrote in message
> news:df277f1f5c3061731430d10fce7ecd7c$1@www.eclipse.org...
>
>>Hello again,
>>
>>the report is now found but the resulting page is empty. The only severe
>>log entry (except for EXTENSION_POINT_NOT_FOUND) is the following:
>>
>> org.eclipse.birt.report.engine.data.dte.DataPresentationEngi ne doExecute
>>SEVERE: Can't load the report query
>>
>>What might this mean?
>>
>>Best regards
>>Paul
>>
>
>
>
Re: birt-viewer in tomcat (2.0RC1) [message #108892 is a reply to message #108523] Fri, 13 January 2006 11:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pziemann.neusta.de

Hi,

the parameters I used are the same as in eclipse. I haven't heard of a
BIRT engine variable yet, where can I set it?

Paul

Arash schrieb:
> I had a number of variations of the the same error message.
> These all turned out to be my problems:
>
> 1. Parameter mismatch and/or missing parameters.
>
> 2. BIRT engine home was pointing to the wrong place. It has to point to
> the directory under eclipse pluging... ( see below)
>
>
> Below is Jason's email reply/solution to #2 above:
>
>
> ------------------------------------------------------------ --------------------
>
> [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread
> Index] [news.eclipse.birt] Re: Run report does not work under M3 ??
> From: "Jason Weathersby" <jweathersby@xxxxxxxxxxx> Date: Tue, 20 Dec
> 2005 12:17:39 -0500 Newsgroups: eclipse.birt Organization: BIRT PMC
> ------------------------------------------------------------ --------------------
>
>
> I believe this problem is occurring because the readme says to set the
> engine home
> directory to the viewer plugin. The viewer plugin was changed to load
> classes from the Eclipse plugin directories. In order for this example
> to work now, you will need to download the BIRT runtime and set engine
> home to
> drive:\\directory\\birt-runtime-2.0M3\\birt-runtime-1_0_1\\R eport Engine
> This location has all the required plugins.
>
> Jason Weathersby
> BIRT PMC
>
>
>
>
>
Re: birt-viewer in tomcat (2.0RC1) [message #108952 is a reply to message #108818] Fri, 13 January 2006 15:48 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Paul,

This doesnt appear to be a deployment problem, but a report problem.
The one error you are getting about the extension point, I believe everyone
is getting.
Can you post your report?

Jason

"Paul Ziemann" <pziemann@neusta.de> wrote in message
news:69q7qd.3kd.ln@igate28.intern.neusta.de...
> Hi,
>
> yes, the test report works.
>
> Paul
>
> Jason Weathersby schrieb:
>> Paul,
>>
>> Does the test report work?
>>
>> Jason
>>
>> "Paul Ziemann" <p.ziemann@interwall.net> wrote in message
>> news:df277f1f5c3061731430d10fce7ecd7c$1@www.eclipse.org...
>>
>>>Hello again,
>>>
>>>the report is now found but the resulting page is empty. The only severe
>>>log entry (except for EXTENSION_POINT_NOT_FOUND) is the following:
>>>
>>> org.eclipse.birt.report.engine.data.dte.DataPresentationEngi ne doExecute
>>>SEVERE: Can't load the report query
>>>
>>>What might this mean?
>>>
>>>Best regards
>>>Paul
>>>
>>
>>
Re: birt-viewer in tomcat (2.0RC1) [message #109003 is a reply to message #108892] Fri, 13 January 2006 16:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bo.hp.com

i have also a problem to start the runtime version of birt under tomcat
4.1.x.
my problem is that i can see the viewer in my browser but the report page
is empty.
what can i do to solve this...

best regards
guido
Re: birt-viewer in tomcat (2.0RC1) [message #109608 is a reply to message #108952] Mon, 16 January 2006 08:00 Go to previous message
Paul Ziemann is currently offline Paul ZiemannFriend
Messages: 18
Registered: July 2009
Junior Member
Sorry, I guess I cannot do this. Maybe guido can? He seems to have the
same problem: the viewer is displayed but no result from the query.

Paul

Jason Weathersby schrieb:
> Paul,
>
> This doesnt appear to be a deployment problem, but a report problem.
> The one error you are getting about the extension point, I believe everyone
> is getting.
> Can you post your report?
>
> Jason
>
> "Paul Ziemann" <pziemann@neusta.de> wrote in message
> news:69q7qd.3kd.ln@igate28.intern.neusta.de...
>
>>Hi,
>>
>>yes, the test report works.
>>
>>Paul
>>
>>Jason Weathersby schrieb:
>>
>>>Paul,
>>>
>>>Does the test report work?
>>>
>>>Jason
>>>
>>>"Paul Ziemann" <p.ziemann@interwall.net> wrote in message
>>>news:df277f1f5c3061731430d10fce7ecd7c$1@www.eclipse.org...
>>>
>>>
>>>>Hello again,
>>>>
>>>>the report is now found but the resulting page is empty. The only severe
>>>>log entry (except for EXTENSION_POINT_NOT_FOUND) is the following:
>>>>
>>>> org.eclipse.birt.report.engine.data.dte.DataPresentationEngi ne doExecute
>>>>SEVERE: Can't load the report query
>>>>
>>>>What might this mean?
>>>>
>>>>Best regards
>>>>Paul
>>>>
>>>
>>>
>
Previous Topic:node selection and XML data sets
Next Topic:How to return the maximum age and associated name?
Goto Forum:
  


Current Time: Thu Dec 26 23:04:31 GMT 2024

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

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

Back to the top