Skip to main content



      Home
Home » Archived » BIRT » 1.0.1 debugging from run time workbench and report preview not working
1.0.1 debugging from run time workbench and report preview not working [message #77602] Wed, 28 September 2005 13:57 Go to next message
Eclipse UserFriend
I'm running into an issue where I created an ODA plugin and I am running
from source, in a runtime workbench.

I create a report project, add a report, create my ODA data source, and
create a data set. I create a report with my data set, but when I go to
preview it, I get an HTTP 500 error.

Any ideas on how to get preview to work from runtime workbench(running
from source with ODA driver) using 1.0.1?
Re: 1.0.1 debugging from run time workbench and report preview not working [message #77712 is a reply to message #77602] Wed, 28 September 2005 18:00 Go to previous messageGo to next message
Eclipse UserFriend
Mike:

You need to copy your ODA plugins to
$eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\W EB-INF\plugins.
BIRT ODA plugina are extension to BIRT data source. It will be loaded by the
BIRT ODA framework.

In general, all plugins extending BIRT extension points need to be copied
into
$eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\W EB-INF\plugins
folder because BIRT viewer is a web application that runs on an embeded
tomcat engine. It will load the extensions from its own plugin folder.

-wenbin



"Mike Boyersmith" <mjboyers@us.ibm.com> wrote in message
news:dhelhn$t2s$1@news.eclipse.org...
> I'm running into an issue where I created an ODA plugin and I am running
> from source, in a runtime workbench.
>
> I create a report project, add a report, create my ODA data source, and
> create a data set. I create a report with my data set, but when I go to
> preview it, I get an HTTP 500 error.
>
> Any ideas on how to get preview to work from runtime workbench(running
> from source with ODA driver) using 1.0.1?
>
>
>
Re: 1.0.1 debugging from run time workbench and report preview not working [message #77729 is a reply to message #77602] Wed, 28 September 2005 18:05 Go to previous messageGo to next message
Eclipse UserFriend
Mike,
Have you deployed your own ODA plugin to the Viewer's plugin directory? To
do this you need to copy the plugin to the following directory:
eclipse\plugins\org.eclipse.birt.report.viewer_1.0.1\birt\pl ugins
This is required for report preview to work.

If this is not what caused your problem, can you provide the detailed error
message.

regards,
Gary Xue


"Mike Boyersmith" <mjboyers@us.ibm.com> wrote in message
news:dhelhn$t2s$1@news.eclipse.org...
> I'm running into an issue where I created an ODA plugin and I am running
> from source, in a runtime workbench.
>
> I create a report project, add a report, create my ODA data source, and
> create a data set. I create a report with my data set, but when I go to
> preview it, I get an HTTP 500 error.
>
> Any ideas on how to get preview to work from runtime workbench(running
> from source with ODA driver) using 1.0.1?
>
>
>
Re: 1.0.1 debugging from run time workbench and report preview not working [message #77743 is a reply to message #77712] Wed, 28 September 2005 18:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jaredburns.no.spam.acm.org

A better approach for selfhosting is actually to just import the
org.eclipse.birt.report.viewer plugin into your workspace. If the plugin
is in your workspace, then your ODA plugins will magically be loaded by
the viewer when you selfhost without having to deploy your plugins in
the WEB-INF\plugins directory.

- Jared

Wenbin He wrote:
> Mike:
>
> You need to copy your ODA plugins to
> $eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\W EB-INF\plugins.
> BIRT ODA plugina are extension to BIRT data source. It will be loaded by the
> BIRT ODA framework.
>
> In general, all plugins extending BIRT extension points need to be copied
> into
> $eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\W EB-INF\plugins
> folder because BIRT viewer is a web application that runs on an embeded
> tomcat engine. It will load the extensions from its own plugin folder.
>
> -wenbin
>
>
>
> "Mike Boyersmith" <mjboyers@us.ibm.com> wrote in message
> news:dhelhn$t2s$1@news.eclipse.org...
>
>>I'm running into an issue where I created an ODA plugin and I am running
>>from source, in a runtime workbench.
>>
>>I create a report project, add a report, create my ODA data source, and
>>create a data set. I create a report with my data set, but when I go to
>>preview it, I get an HTTP 500 error.
>>
>>Any ideas on how to get preview to work from runtime workbench(running
>>from source with ODA driver) using 1.0.1?
>>
>>
>>
>
>
>
Re: 1.0.1 debugging from run time workbench and report preview not working [message #77957 is a reply to message #77743] Thu, 29 September 2005 13:42 Go to previous message
Eclipse UserFriend
Thanks everyone for input. I was actually helping a colleague with this
problem and hadn't tried it for my self. So I just tried on 1.0.1 and it
works fine for me as well. Note I was still back on 1.0 bits for a while
and it worked fine for me there as well…. So I’ll go do some extreme
debugging on his machine and see if we can figure out what is different
about his setup. Thanks for your time.


Jared Burns wrote:
> A better approach for selfhosting is actually to just import the
> org.eclipse.birt.report.viewer plugin into your workspace. If the plugin
> is in your workspace, then your ODA plugins will magically be loaded by
> the viewer when you selfhost without having to deploy your plugins in
> the WEB-INF\plugins directory.
>
> - Jared
>
> Wenbin He wrote:
>
>> Mike:
>>
>> You need to copy your ODA plugins to
>> $eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\W EB-INF\plugins.
>>
>> BIRT ODA plugina are extension to BIRT data source. It will be loaded
>> by the
>> BIRT ODA framework.
>>
>> In general, all plugins extending BIRT extension points need to be copied
>> into
>> $eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\W EB-INF\plugins
>>
>> folder because BIRT viewer is a web application that runs on an embeded
>> tomcat engine. It will load the extensions from its own plugin folder.
>>
>> -wenbin
>>
>>
>>
>> "Mike Boyersmith" <mjboyers@us.ibm.com> wrote in message
>> news:dhelhn$t2s$1@news.eclipse.org...
>>
>>> I'm running into an issue where I created an ODA plugin and I am running
>>> from source, in a runtime workbench.
>>>
>>> I create a report project, add a report, create my ODA data source, and
>>> create a data set. I create a report with my data set, but when I go to
>>> preview it, I get an HTTP 500 error.
>>>
>>> Any ideas on how to get preview to work from runtime workbench(running
>>> from source with ODA driver) using 1.0.1?
>>>
>>>
>>>
>>
>>
>>
Previous Topic:Deployment within JBOSS
Next Topic:XML Data Source
Goto Forum:
  


Current Time: Wed Apr 30 01:45:54 EDT 2025

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

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

Back to the top