Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problems with versions
Problems with versions [message #934060] Fri, 05 October 2012 16:06 Go to next message
Ignacio Rodriguez is currently offline Ignacio RodriguezFriend
Messages: 8
Registered: October 2012
Junior Member
Hi all,

I have a problem with birt, in a server apache I have a verion (3.2.17), I downloaded the reports with CVS and I modify the reports design, I launch my report with my birt (3.2.23) version and it work fine, because I haven't found the version 3.2.17. Then I change in the xml the versión 3.2.17 and I commit in the server for deploy with apache.

But when I launch my reports in the web page with the server:

No se ha podido ejecutar el report. org.eclipse.birt.report.engine.api.EngineException: The design file file:/app/argentina/apache-tomcat-5.5.20/webapps/gisi/reports/inf16_grp1_ti2.rptdesign has error and can not be run.
com.stratebi.gisi.GISIException: org.eclipse.birt.report.engine.api.EngineException: The design file file:/app/argentina/apache-tomcat-5.5.20/webapps/gisi/reports/inf16_grp1_ti2.rptdesign has error and can not be run.
at com.stratebi.gisi.birt.BIRTReportBean.doReport(Unknown Source)
at com.stratebi.gisi.view.beans.TemplateBean.executeReport(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.el.parser.AstValue.invoke(AstValue.java:130)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:274)
at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:92)
at javax.faces.component.UICommand.broadcast(UICommand.java:332)
at com.icesoft.faces.component.panelseries.UISeries$RowEvent.broadcast(UISeries.java:617)
at com.icesoft.faces.component.panelseries.UISeries.broadcast(UISeries.java:285)
at com.icesoft.faces.component.paneltabset.PanelTabSet.broadcast(PanelTabSet.java:320)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:327)
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:99)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
at com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
at com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.renderCycle(ReceiveSendUpdates.java:132)
at com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.service(ReceiveSendUpdates.java:74)
at com.icesoft.faces.webapp.http.core.RequestVerifier.service(RequestVerifier.java:31)
at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:24)
at com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:53)
at com.icesoft.faces.webapp.http.servlet.SessionVerifier.service(SessionVerifier.java:26)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:131)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at com.icesoft.faces.webapp.xmlhttp.BlockingServlet.service(BlockingServlet.java:56)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.eclipse.birt.report.engine.api.EngineException: The design file file:/app/argentina/apache-tomcat-5.5.20/webapps/gisi/reports/inf16_grp1_ti2.rptdesign has error and can not be run.
at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:258)
at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:193)
at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:127)
at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(ReportEngine.java:327)
at com.stratebi.gisi.birt.BIRTReportBean.createReport(Unknown Source)
... 47 more
Caused by: Error.DesignFileException.SYNTAX_ERROR - 44 errors found!
1.) ( line = 115, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
2.) ( line = 128, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
3.) ( line = 141, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
4.) ( line = 154, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
5.) ( line = 167, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
6.) ( line = 180, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
7.) ( line = 193, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
8.) ( line = 206, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
9.) ( line = 219, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
10.) ( line = 232, tag = value) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.WRONG_SIMPLE_LIST_TYPE, message : No such an element property is simple list type.)
11.) ( line = 1653, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[1].measures[0] is full.)
12.) ( line = 1799, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[1].measures[1] is full.)
13.) ( line = 1995, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[1].measures[3] is full.)
14.) ( line = 2438, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[1].measures[4] is full.)
15.) ( line = 6638, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[5].measures[0] is full.)
16.) ( line = 6751, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[5].measures[1] is full.)
17.) ( line = 6924, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[5].measures[3] is full.)
18.) ( line = 7329, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[5].measures[4] is full.)
19.) ( line = 718, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
20.) ( line = 724, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
21.) ( line = 730, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
22.) ( line = 736, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
23.) ( line = 742, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
24.) ( line = 748, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
25.) ( line = 754, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
26.) ( line = 760, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
27.) ( line = 766, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "heading" is not defined.)
28.) ( line = 1305, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
29.) ( line = 1394, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
30.) ( line = 1428, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
31.) ( line = 2887, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
32.) ( line = 3248, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
33.) ( line = 3263, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
34.) ( line = 3285, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
35.) ( line = 3300, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
36.) ( line = 3322, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
37.) ( line = 3337, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
38.) ( line = 3359, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
39.) ( line = 3374, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
40.) ( line = 3396, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
41.) ( line = 3408, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
42.) ( line = 3432, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
43.) ( line = 3444, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)
44.) ( line = 7766, tag = text-property) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNDEFINED_PROPERTY, message : The property "displayNameID" is not defined.)

at org.eclipse.birt.report.model.parser.ModuleParserHandler.endDocument(ModuleParserHandler.java:302)
at org.apache.xerces.parsers.AbstractSAXParser.endDocument(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.endEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.endEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
at org.apache.xerces.impl.XMLEntityScanner.skipSpaces(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:88)
at org.eclipse.birt.report.model.core.DesignSession.openDesign(DesignSession.java:316)
at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:292)
at org.eclipse.birt.report.engine.parser.ReportParser.getDesignHandle(ReportParser.java:158)
at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:253)
... 51 more


Somebody know what happens?, Why I can launch in my eclipse and in Tomcat no?, May be the version?

Thanks in advance.

[Updated on: Fri, 05 October 2012 16:07]

Report message to a moderator

Re: Problems with versions [message #940090 is a reply to message #934060] Thu, 11 October 2012 09:55 Go to previous messageGo to next message
Ignacio Rodriguez is currently offline Ignacio RodriguezFriend
Messages: 8
Registered: October 2012
Junior Member
No Message Body
Re: Problems with versions [message #940091 is a reply to message #940090] Thu, 11 October 2012 09:55 Go to previous messageGo to next message
Ignacio Rodriguez is currently offline Ignacio RodriguezFriend
Messages: 8
Registered: October 2012
Junior Member
Hi all!!

This problem is solved now!! The problema was de version!!

Thanks
Re: Problems with versions [message #1070170 is a reply to message #940091] Wed, 17 July 2013 11:38 Go to previous messageGo to next message
fateh titouche is currently offline fateh titoucheFriend
Messages: 4
Registered: July 2013
Junior Member
hi, ihave the same problem and i use birt 4.2, when i tried to display a report based on a cross tab i have the same stack trace


17 juil. 2013 13:22:25 org.eclipse.birt.report.model.parser.ModuleReader readModule
GRAVE: Line Number:5033 Error Code:Error.XMLParserException.EXCEPTION Exception:org.eclipse.birt.report.model.api.command.ContentException: The slot(header) of the report.Body[2] is full. Message:A generic exception occurred.
17 juil. 2013 13:22:25 org.eclipse.birt.report.model.parser.ModuleReader readModule
GRAVE: Line Number:5034 Error Code:Error.XMLParserException.EXCEPTION Exception:org.eclipse.birt.report.model.api.command.ContentException: The slot(header) of the report.Body[2] is full. Message:A generic exception occurred.
17 juil. 2013 13:22:25 org.eclipse.birt.report.model.parser.ModuleReader readModule
GRAVE: Line Number:5035 Error Code:Error.XMLParserException.EXCEPTION Exception:org.eclipse.birt.report.model.api.command.ContentException: The slot(header) of the report.Body[2] is full. Message:A generic exception occurred.
17 juil. 2013 13:22:25 org.eclipse.birt.report.model.parser.ModuleReader readModule
GRAVE: Line Number:5042 Error Code:Error.XMLParserException.EXCEPTION Exception:org.eclipse.birt.report.model.api.command.ContentException: The slot(header) of the report.Body[2] is full. Message:A generic exception occurred.
17 juil. 2013 13:22:25 org.eclipse.birt.report.model.parser.ModuleReader readModule
GRAVE: Line Number:5049 Error Code:Error.XMLParserException.EXCEPTION Exception:org.eclipse.birt.report.model.api.command.ContentException: The slot(header) of the report.Body[2] is full. Message:A generic exception occurred.
17 juil. 2013 13:22:25 org.eclipse.birt.report.model.parser.ModuleReader readModule
GRAVE: Line Number:5056 Error Code:Error.XMLParserException.EXCEPTION Exception:org.eclipse.birt.report.model.api.command.ContentException: The slot(header) of the report.Body[2] is full. Message:A generic exception occurred.
17 juil. 2013 13:22:25 org.eclipse.birt.report.model.parser.ModuleReader readModule
GRAVE: Line Number:5063 Error Code:Error.XMLParserException.EXCEPTION Exception:org.eclipse.birt.report.model.api.command.ContentException: The slot(header) of the report.Body[2] is full. Message:A generic exception occurred.
17 juil. 2013 13:22:25 org.eclipse.birt.report.engine.api.impl.ReportEngineHelper getReportDesignHandle
Re: Problems with versions [message #1082690 is a reply to message #1070170] Thu, 08 August 2013 23:20 Go to previous messageGo to next message
James Lux is currently offline James LuxFriend
Messages: 3
Registered: May 2013
Junior Member
I have this problem as well with Crosstabs only.

They run fine in Designer, but will not run on server.
Re: Problems with versions [message #1508558 is a reply to message #934060] Fri, 12 December 2014 14:11 Go to previous message
Jeffrey Berman is currently offline Jeffrey BermanFriend
Messages: 1
Registered: December 2014
Junior Member
Hate to bring up an old topic, but I've been similarly developing a report in 3.2.23 with a crosstab.

My server is locked into using 3.2.17, so whenever it gets published, I'm receiving errors of the type: ( line = 609, tag = extended-item) (Element = ExtendedItem, Name = null), org.eclipse.birt.report.model.api.command.ContentException (code = Error.ContentException.SLOT_IS_FULL, message : The slot(header) of the report.Body[2] is full.)

Has anyone come up with a solution to this under 3.2.17, that doesn't require modifying the server version?

Thanks!

--Jeffrey
Previous Topic:Oracle - Using different schemas
Next Topic:BIRT Report with group with count exprssion
Goto Forum:
  


Current Time: Tue Apr 16 20:31:23 GMT 2024

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

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

Back to the top