Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Version error with runtime 2.6.1
Version error with runtime 2.6.1 [message #635142] Mon, 25 October 2010 18:19 Go to next message
kannFriend
Messages: 6
Registered: July 2009
Junior Member
I am using the birt_runtime version 2.6.1 and trying to generate a simple report inside a java application. But when I try to open the generated report on eclipse 3.6 it complains about a version problem.
Looks like the generated report has a different version as shown below and that is what the error says too. Not sure what could be wrong here. Can anyone help me with this?

<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.22" id="1">


error says :
"The report file of version "3.2.22" is invalid for it is greater than the latest supported one."

Re: Version error with runtime 2.6.1 [message #635152 is a reply to message #635142] Mon, 25 October 2010 19:02 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Can you post the report? Also can you check the versions of the birt
plugins in your designer?

Jason

On 10/25/2010 2:20 PM, kann wrote:
> I am using the birt_runtime version 2.6.1 and trying to generate a
> simple report inside a java application. But when I try to open the
> generated report on eclipse 3.6 it complains about a version problem.
> Looks like the generated report has a different version as shown below
> and that is what the error says too. Not sure what could be wrong here.
> Can anyone help me with this?
> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.22"
> id="1">
>
>
> error says :
> "The report file of version "3.2.22" is invalid for it is greater than
> the latest supported one."
>
Re: Version error with runtime 2.6.1 [message #635157 is a reply to message #635142] Mon, 25 October 2010 19:25 Go to previous messageGo to next message
kannFriend
Messages: 6
Registered: July 2009
Junior Member
Here is the generated report and the version of the birt plugins shows version 2.6.1

<?xml version="1.0" encoding="UTF-8"?>
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.22" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 2.6.0.v20100531 Build &lt;2.6.0.v20100601-0955></property>
<property name="layoutPreference">auto layout</property>
<styles>
<style name="crosstab" id="2">
<property name="borderBottomColor">#CCCCCC</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">1pt</property>
<property name="borderLeftColor">#CCCCCC</property>
<property name="borderLeftStyle">solid</property>
<property name="borderLeftWidth">1pt</property>
<property name="borderRightColor">#CCCCCC</property>
<property name="borderRightStyle">solid</property>
<property name="borderRightWidth">1pt</property>
<property name="borderTopColor">#CCCCCC</property>
<property name="borderTopStyle">solid</property>
<property name="borderTopWidth">1pt</property>
</style>
<style name="crosstab-cell" id="3">
<property name="borderBottomColor">#CCCCCC</property>
<property name="borderBottomStyle">solid</property>
<property name="borderBottomWidth">1pt</property>
<property name="borderLeftColor">#CCCCCC</property>
<property name="borderLeftStyle">solid</property>
<property name="borderLeftWidth">1pt</property>
<property name="borderRightColor">#CCCCCC</property>
<property name="borderRightStyle">solid</property>
<property name="borderRightWidth">1pt</property>
<property name="borderTopColor">#CCCCCC</property>
<property name="borderTopStyle">solid</property>
<property name="borderTopWidth">1pt</property>
</style>
</styles>
<page-setup>
<simple-master-page name="Page Master" id="4">
<property name="topMargin">1in</property>
<property name="leftMargin">1.25in</property>
<property name="bottomMargin">1in</property>
<property name="rightMargin">1.25in</property>
</simple-master-page>
</page-setup>
<body>
<grid id="5">
<property name="width">100%</property>
<column id="6"/>
<column id="7"/>
<row id="8">
<cell id="9">
<image id="11">
<property name="source">url</property>
<expression name="uri">C:/pictures/PIC1.jpg</expression>
</image>
</cell>
<cell id="10">
<label id="12">
<text-property name="text">Hello, world!</text-property>
</label>
</cell>
</row>
</grid>
</body>
</report>
Re: Version error with runtime 2.6.1 [message #635351 is a reply to message #635157] Tue, 26 October 2010 14:18 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Are you certain you are using the 2.6.1 runtime? If you upgraded a
previous environment did you update your libs? This report is actuall
2.6.0 and should run fine in a 2.6.1 runtime. Also try to remove
Build <2.6.0.v20100601-0955> from the comment field.

Jason

On 10/25/2010 3:25 PM, kann wrote:
> Here is the generated report and the version of the birt plugins shows
> version 2.6.1
>
> <?xml version="1.0" encoding="UTF-8"?>
> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.22"
> id="1">
> <property name="createdBy">Eclipse BIRT Designer Version 2.6.0.v20100531
> Build <2.6.0.v20100601-0955></property>
> <property name="layoutPreference">auto layout</property>
> <styles>
> <style name="crosstab" id="2">
> <property name="borderBottomColor">#CCCCCC</property>
> <property name="borderBottomStyle">solid</property>
> <property name="borderBottomWidth">1pt</property>
> <property name="borderLeftColor">#CCCCCC</property>
> <property name="borderLeftStyle">solid</property>
> <property name="borderLeftWidth">1pt</property>
> <property name="borderRightColor">#CCCCCC</property>
> <property name="borderRightStyle">solid</property>
> <property name="borderRightWidth">1pt</property>
> <property name="borderTopColor">#CCCCCC</property>
> <property name="borderTopStyle">solid</property>
> <property name="borderTopWidth">1pt</property>
> </style>
> <style name="crosstab-cell" id="3">
> <property name="borderBottomColor">#CCCCCC</property>
> <property name="borderBottomStyle">solid</property>
> <property name="borderBottomWidth">1pt</property>
> <property name="borderLeftColor">#CCCCCC</property>
> <property name="borderLeftStyle">solid</property>
> <property name="borderLeftWidth">1pt</property>
> <property name="borderRightColor">#CCCCCC</property>
> <property name="borderRightStyle">solid</property>
> <property name="borderRightWidth">1pt</property>
> <property name="borderTopColor">#CCCCCC</property>
> <property name="borderTopStyle">solid</property>
> <property name="borderTopWidth">1pt</property>
> </style>
> </styles>
> <page-setup>
> <simple-master-page name="Page Master" id="4">
> <property name="topMargin">1in</property>
> <property name="leftMargin">1.25in</property>
> <property name="bottomMargin">1in</property>
> <property name="rightMargin">1.25in</property>
> </simple-master-page>
> </page-setup>
> <body>
> <grid id="5">
> <property name="width">100%</property>
> <column id="6"/>
> <column id="7"/>
> <row id="8">
> <cell id="9">
> <image id="11">
> <property name="source">url</property>
> <expression name="uri">C:/pictures/PIC1.jpg</expression>
> </image>
> </cell>
> <cell id="10">
> <label id="12">
> <text-property name="text">Hello, world!</text-property>
> </label>
> </cell>
> </row>
> </grid>
> </body>
> </report>
Previous Topic:how to get request url in scripting(drilldown using URI)?
Next Topic:Reset Chart's preview image
Goto Forum:
  


Current Time: Fri Apr 19 22:12:19 GMT 2024

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

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

Back to the top