Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problem in running report after migrating to 2.5
Problem in running report after migrating to 2.5 [message #468200] Tue, 04 August 2009 13:47 Go to next message
Indu is currently offline InduFriend
Messages: 11
Registered: July 2009
Junior Member
Hi

I ve upgraded my BIRT from 2.2.1 to 2.5 by downloading ALL IN ONE eclipse
2.5 from the following link.

" http://www.eclipse.org/downloads/download.php?file=/birt/dow nloads/drops/R-R1-2_5_0-200906180630/birt-report-designer-al l-in-one-2_5_0.zip"

After extracting the zip in my local folder, i opened up BIRT and tried
migrating one of my reports to this new version. I was able to generate
report from BIRT (through birt viewer) properly without any error(along
with data). But, when i deployed the same migrated report on my Java
server path and generated the report through my java application, i am
facing the following error.

+ There is no such report design available.

And the exception on the console is:

org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
org.eclipse.birt.report.exception.ViewerException: There is no report
design object available.

What is wrong with my process? I have jdk 1.5 and Eclipse 3.1 installed
in my machine. Do i need to install or do any other steps after
downloading the new version of BIRT? ie., Am i missing any installations
with my Java Eclipse?

Please help.

Thanks.
Re: Problem in running report after migrating to 2.5 [message #468313 is a reply to message #468200] Wed, 05 August 2009 01:42 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Kanya,

Did you update your runtime? The error you are getting is locating the
design. Are you using a full path to the report. I know I saw
something about using __report=c:/mytestreport.rptdesign had to change
to __report=file://c:/mytestreport.rptdesign with the viewer.

Jason

Kanya wrote:
> Hi
>
> I ve upgraded my BIRT from 2.2.1 to 2.5 by downloading ALL IN ONE
> eclipse 2.5 from the following link.
>
> " http://www.eclipse.org/downloads/download.php?file=/birt/dow nloads/drops/R-R1-2_5_0-200906180630/birt-report-designer-al l-in-one-2_5_0.zip"
>
>
> After extracting the zip in my local folder, i opened up BIRT and tried
> migrating one of my reports to this new version. I was able to generate
> report from BIRT (through birt viewer) properly without any error(along
> with data). But, when i deployed the same migrated report on my Java
> server path and generated the report through my java application, i am
> facing the following error.
>
> + There is no such report design available.
>
> And the exception on the console is:
>
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
> org.eclipse.birt.report.exception.ViewerException: There is no report
> design object available.
>
> What is wrong with my process? I have jdk 1.5 and Eclipse 3.1 installed
> in my machine. Do i need to install or do any other steps after
> downloading the new version of BIRT? ie., Am i missing any installations
> with my Java Eclipse?
>
> Please help.
>
> Thanks.
>
>
Re: Problem in running report after migrating to 2.5 [message #468330 is a reply to message #468313] Wed, 05 August 2009 06:02 Go to previous messageGo to next message
Indu is currently offline InduFriend
Messages: 11
Registered: July 2009
Junior Member
Jason

As i am new to this upgrade, could you please explain me what are the
steps which has to be done once we upgrade to new version of BIRT?
I ve just migrated the report developed in previous version to my new 2.5
version. Other than this, do i need to install or update any other?
How to update my run time accordingly?
Any other downloads and installation necessary?

Your assistance is highly needed.
Thanks in advance.



Jason Weathersby wrote:

> Kanya,

> Did you update your runtime? The error you are getting is locating the
> design. Are you using a full path to the report. I know I saw
> something about using __report=c:/mytestreport.rptdesign had to change
> to __report=file://c:/mytestreport.rptdesign with the viewer.

> Jason

> Kanya wrote:
>> Hi
>>
>> I ve upgraded my BIRT from 2.2.1 to 2.5 by downloading ALL IN ONE
>> eclipse 2.5 from the following link.
>>
>>
" http://www.eclipse.org/downloads/download.php?file=/birt/dow nloads/drops/R-R1-2_5_0-200906180630/birt-report-designer-al l-in-one-2_5_0.zip"
>>
>>
>> After extracting the zip in my local folder, i opened up BIRT and tried
>> migrating one of my reports to this new version. I was able to generate
>> report from BIRT (through birt viewer) properly without any error(along
>> with data). But, when i deployed the same migrated report on my Java
>> server path and generated the report through my java application, i am
>> facing the following error.
>>
>> + There is no such report design available.
>>
>> And the exception on the console is:
>>
>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
>> org.eclipse.birt.report.exception.ViewerException: There is no report
>> design object available.
>>
>> What is wrong with my process? I have jdk 1.5 and Eclipse 3.1 installed
>> in my machine. Do i need to install or do any other steps after
>> downloading the new version of BIRT? ie., Am i missing any installations
>> with my Java Eclipse?
>>
>> Please help.
>>
>> Thanks.
>>
>>
Re: Problem in running report after migrating to 2.5 [message #468426 is a reply to message #468330] Wed, 05 August 2009 13:38 Go to previous messageGo to next message
Indu is currently offline InduFriend
Messages: 11
Registered: July 2009
Junior Member
Kanya wrote:

Jason

As i am new to this upgrade, could you please explain me what are the
steps which has to be done once we upgrade to new version of BIRT?
I ve just migrated the report developed in previous version to my new 2.5
version. I tried updating my runtime version by the following steps but
resulted in error again.
Any other downloads and installation necessary?

I did the following steps to install the birt runtime version in my app.

1)Downloaded the BIRT_runtime_version2.5.zip from the site.
2)Extracted and saved the same in my local.
3)Copied the webviewer example directory from this and placed inside my
jboss/server/apollo/deploy path.
4)renamed this to reports.war
5)placed my reports inside this
6)started the jboss server
7)generated the report from the application.

i am able to see the reports link in my url, but it resulted in a servlet
exception.

SEVERE: Not found choice: any
18:37:33,963 ERROR (http-0.0.0.0-8080-4) [[jsp]] Servlet.service() for
servlet jsp threw exception
java.lang.NoSuchMethodError:
org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
at
org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.contro l.ToolbarFragment_jsp:71)
at
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
at
org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.layout .FramesetFragment_jsp:254)
18:37:33,963 ERROR (http-0.0.0.0-8080-4) [[jsp]] Servlet.service() for
servlet jsp threw exception
java.lang.NoSuchMethodError:
org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
at
org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.contro l.ToolbarFragment_jsp:71)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:322)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java :264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

Whats wrong with my process? Am i missing out anything?


> Your assistance is highly needed.
> Thanks in advance.




> Jason Weathersby wrote:

>> Kanya,

>> Did you update your runtime? The error you are getting is locating the
>> design. Are you using a full path to the report. I know I saw
>> something about using __report=c:/mytestreport.rptdesign had to change
>> to __report=file://c:/mytestreport.rptdesign with the viewer.

>> Jason

>> Kanya wrote:
>>> Hi
>>>
>>> I ve upgraded my BIRT from 2.2.1 to 2.5 by downloading ALL IN ONE
>>> eclipse 2.5 from the following link.
>>>
>>>
>
" http://www.eclipse.org/downloads/download.php?file=/birt/dow nloads/drops/R-R1-2_5_0-200906180630/birt-report-designer-al l-in-one-2_5_0.zip"
>>>
>>>
>>> After extracting the zip in my local folder, i opened up BIRT and tried
>>> migrating one of my reports to this new version. I was able to generate
>>> report from BIRT (through birt viewer) properly without any error(along
>>> with data). But, when i deployed the same migrated report on my Java
>>> server path and generated the report through my java application, i am
>>> facing the following error.
>>>
>>> + There is no such report design available.
>>>
>>> And the exception on the console is:
>>>
>>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
>>> org.eclipse.birt.report.exception.ViewerException: There is no report
>>> design object available.
>>>
>>> What is wrong with my process? I have jdk 1.5 and Eclipse 3.1 installed
>>> in my machine. Do i need to install or do any other steps after
>>> downloading the new version of BIRT? ie., Am i missing any installations
>>> with my Java Eclipse?
>>>
>>> Please help.
>>>
>>> Thanks.
>>>
>>>
Re: Problem in running report after migrating to 2.5 [message #479323 is a reply to message #468426] Mon, 10 August 2009 16:48 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Kanya,

This error is around the any option for a datatype being removed. Can
you open in the designer and change those types?

Jason

Kanya wrote:
> Kanya wrote:
>
> Jason
>
> As i am new to this upgrade, could you please explain me what are the
> steps which has to be done once we upgrade to new version of BIRT?
> I ve just migrated the report developed in previous version to my new
> 2.5 version. I tried updating my runtime version by the following steps
> but resulted in error again.
> Any other downloads and installation necessary?
>
> I did the following steps to install the birt runtime version in my app.
>
> 1)Downloaded the BIRT_runtime_version2.5.zip from the site.
> 2)Extracted and saved the same in my local.
> 3)Copied the webviewer example directory from this and placed inside my
> jboss/server/apollo/deploy path.
> 4)renamed this to reports.war
> 5)placed my reports inside this 6)started the jboss server
> 7)generated the report from the application.
>
> i am able to see the reports link in my url, but it resulted in a
> servlet exception.
>
> SEVERE: Not found choice: any
> 18:37:33,963 ERROR (http-0.0.0.0-8080-4) [[jsp]] Servlet.service() for
> servlet jsp threw exception
> java.lang.NoSuchMethodError:
> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>
> at
> org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.contro l.ToolbarFragment_jsp:71)
>
> at
> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>
> at
> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.layout .FramesetFragment_jsp:254)
>
> 18:37:33,963 ERROR (http-0.0.0.0-8080-4) [[jsp]] Servlet.service() for
> servlet jsp threw exception
> java.lang.NoSuchMethodError:
> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>
> at
> org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.contro l.ToolbarFragment_jsp:71)
>
> at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:97)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:322)
>
> at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:314)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java :264)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>
> Whats wrong with my process? Am i missing out anything?
>
>
>> Your assistance is highly needed. Thanks in advance.
>
>
>
>
>> Jason Weathersby wrote:
>
>>> Kanya,
>
>>> Did you update your runtime? The error you are getting is locating
>>> the design. Are you using a full path to the report. I know I saw
>>> something about using __report=c:/mytestreport.rptdesign had to
>>> change to __report=file://c:/mytestreport.rptdesign with the viewer.
>
>>> Jason
>
>>> Kanya wrote:
>>>> Hi
>>>>
>>>> I ve upgraded my BIRT from 2.2.1 to 2.5 by downloading ALL IN ONE
>>>> eclipse 2.5 from the following link.
>>>>
>>>>
>>
> " http://www.eclipse.org/downloads/download.php?file=/birt/dow nloads/drops/R-R1-2_5_0-200906180630/birt-report-designer-al l-in-one-2_5_0.zip"
>
>>>>
>>>>
>>>> After extracting the zip in my local folder, i opened up BIRT and
>>>> tried migrating one of my reports to this new version. I was able
>>>> to generate report from BIRT (through birt viewer) properly without
>>>> any error(along with data). But, when i deployed the same migrated
>>>> report on my Java server path and generated the report through my
>>>> java application, i am facing the following error.
>>>>
>>>> + There is no such report design available.
>>>>
>>>> And the exception on the console is:
>>>>
>>>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>> openReportDesign
>>>> org.eclipse.birt.report.exception.ViewerException: There is no
>>>> report design object available.
>>>>
>>>> What is wrong with my process? I have jdk 1.5 and Eclipse 3.1
>>>> installed in my machine. Do i need to install or do any other steps
>>>> after downloading the new version of BIRT? ie., Am i missing any
>>>> installations with my Java Eclipse?
>>>>
>>>> Please help.
>>>>
>>>> Thanks.
>>>>
>>>>
>
>
>
>
Re: Problem in running report after migrating to 2.5 [message #479495 is a reply to message #479323] Tue, 11 August 2009 10:39 Go to previous message
Indu is currently offline InduFriend
Messages: 11
Registered: July 2009
Junior Member
Jason

Thanks a lot for your response. I tried this too but it dint solve the
problem. Beside this, i tried restarting the server after deleting the
tmp and work directories and this worked out !! Somehow this resolved the
issue.

Thanks again !


Jason Weathersby wrote:

> Kanya,

> This error is around the any option for a datatype being removed. Can
> you open in the designer and change those types?

> Jason

> Kanya wrote:
>> Kanya wrote:
>>
>> Jason
>>
>> As i am new to this upgrade, could you please explain me what are the
>> steps which has to be done once we upgrade to new version of BIRT?
>> I ve just migrated the report developed in previous version to my new
>> 2.5 version. I tried updating my runtime version by the following steps
>> but resulted in error again.
>> Any other downloads and installation necessary?
>>
>> I did the following steps to install the birt runtime version in my app.
>>
>> 1)Downloaded the BIRT_runtime_version2.5.zip from the site.
>> 2)Extracted and saved the same in my local.
>> 3)Copied the webviewer example directory from this and placed inside my
>> jboss/server/apollo/deploy path.
>> 4)renamed this to reports.war
>> 5)placed my reports inside this 6)started the jboss server
>> 7)generated the report from the application.
>>
>> i am able to see the reports link in my url, but it resulted in a
>> servlet exception.
>>
>> SEVERE: Not found choice: any
>> 18:37:33,963 ERROR (http-0.0.0.0-8080-4) [[jsp]] Servlet.service() for
>> servlet jsp threw exception
>> java.lang.NoSuchMethodError:
>>
org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>
>> at
>>
org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.contro l.ToolbarFragment_jsp:71)
>>
>> at
>>
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>
>> at
>>
org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.layout .FramesetFragment_jsp:254)
>>
>> 18:37:33,963 ERROR (http-0.0.0.0-8080-4) [[jsp]] Servlet.service() for
>> servlet jsp threw exception
>> java.lang.NoSuchMethodError:
>>
org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>
>> at
>>
org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(org.apache.jsp.webcontent.birt.pages.contro l.ToolbarFragment_jsp:71)
>>
>> at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:97)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>> at
>>
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:322)
>>
>> at
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:314)
>> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java :264)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>>
>> Whats wrong with my process? Am i missing out anything?
>>
>>
>>> Your assistance is highly needed. Thanks in advance.
>>
>>
>>
>>
>>> Jason Weathersby wrote:
>>
>>>> Kanya,
>>
>>>> Did you update your runtime? The error you are getting is locating
>>>> the design. Are you using a full path to the report. I know I saw
>>>> something about using __report=c:/mytestreport.rptdesign had to
>>>> change to __report=file://c:/mytestreport.rptdesign with the viewer.
>>
>>>> Jason
>>
>>>> Kanya wrote:
>>>>> Hi
>>>>>
>>>>> I ve upgraded my BIRT from 2.2.1 to 2.5 by downloading ALL IN ONE
>>>>> eclipse 2.5 from the following link.
>>>>>
>>>>>
>>>
>>
" http://www.eclipse.org/downloads/download.php?file=/birt/dow nloads/drops/R-R1-2_5_0-200906180630/birt-report-designer-al l-in-one-2_5_0.zip"
>>
>>>>>
>>>>>
>>>>> After extracting the zip in my local folder, i opened up BIRT and
>>>>> tried migrating one of my reports to this new version. I was able
>>>>> to generate report from BIRT (through birt viewer) properly without
>>>>> any error(along with data). But, when i deployed the same migrated
>>>>> report on my Java server path and generated the report through my
>>>>> java application, i am facing the following error.
>>>>>
>>>>> + There is no such report design available.
>>>>>
>>>>> And the exception on the console is:
>>>>>
>>>>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>>> openReportDesign
>>>>> org.eclipse.birt.report.exception.ViewerException: There is no
>>>>> report design object available.
>>>>>
>>>>> What is wrong with my process? I have jdk 1.5 and Eclipse 3.1
>>>>> installed in my machine. Do i need to install or do any other steps
>>>>> after downloading the new version of BIRT? ie., Am i missing any
>>>>> installations with my Java Eclipse?
>>>>>
>>>>> Please help.
>>>>>
>>>>> Thanks.
>>>>>
>>>>>
>>
>>
>>
>>
Previous Topic:Report queuing?
Next Topic:Select Multiple Tables to Modify a Property to the Same Value
Goto Forum:
  


Current Time: Tue May 14 15:57:56 GMT 2024

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

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

Back to the top