[Libreoffice-bugs] [Bug 117162] REPORTBUILDER - Chart isn't shown in report
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 13 20:38:05 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=117162
--- Comment #10 from Julien Nabet <serval2412 at yahoo.fr> ---
Just for info, here are the console logs I got, just opening the file:
warn:legacy.osl:100678:100678:dbaccess/source/core/dataaccess/ModelImpl.cxx:771:
ODatabaseModelImpl::getOrCreateRootStorage: no source to create the storage
from!
warn:legacy.osl:100678:100678:dbaccess/source/core/dataaccess/ModelImpl.cxx:771:
ODatabaseModelImpl::getOrCreateRootStorage: no source to create the storage
from!
warn:legacy.osl:100678:100678:dbaccess/source/core/dataaccess/ModelImpl.cxx:771:
ODatabaseModelImpl::getOrCreateRootStorage: no source to create the storage
from!
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlComponent.cxx:67:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlComponent.cxx:67:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlComponent.cxx:67:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlComponent.cxx:67:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlTable.cxx:78: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:command
value=SELECT "Geschlecht" || ' ' || LEFT( "Altersklasse", CHAR_LENGTH (
"Altersklasse" ) - 2 ) "Altersklasse", COUNT( DISTINCT ( "ID" ) ) "Anzahl",
"Geschlecht", "Altersklasse" "Altersklasse_sort" FROM "Meldung" GROUP BY
"Altersklasse_sort", "Geschlecht" ORDER BY "Geschlecht", "Altersklasse_sort"
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlQuery.cxx:56: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:name
value=Altersklasse_Anzahl_Geschlecht
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlTable.cxx:78: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:command
value=SELECT "Geschlecht", CASE WHEN "Geschlecht" = 'w' THEN 'weiblich' ELSE
'männlich' END "Geschlecht_vollständig", COUNT( "ID" ) "Anzahl" FROM
"Teilnehmer" GROUP BY "Geschlecht", "Geschlecht_vollständig"
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlQuery.cxx:56: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:name
value=Bericht_Geschlecht
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlTable.cxx:78: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:command
value=SELECT "Sportalter".*, CASE WHEN "Sportalter" > 19 THEN CEILING(
"Sportalter" / 10 ) * 10 ELSE "Sportalter" - MOD( "Sportalter", 2 ) END
"Altersklasse" FROM "Sportalter"
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlQuery.cxx:56: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:name
value=Meldung
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlTable.cxx:78: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:command
value=SELECT "Teilnehmer"."ID", "Teilnehmer"."Vorname",
"Teilnehmer"."Nachname", "Teilnehmer"."Geburtstag", "Teilnehmer"."Geschlecht",
"Sportart"."Sportart", EXTRACT( YEAR FROM CURRENT_DATE ) - EXTRACT( YEAR FROM
"Geburtstag" ) "Sportalter" FROM "Teilnehmer" LEFT JOIN
"rel_Teilnehmer_Sportart" ON "rel_Teilnehmer_Sportart"."ID_Teilnehmer" =
"Teilnehmer"."ID" LEFT JOIN "Sportart" ON
"rel_Teilnehmer_Sportart"."ID_Sportart" = "Sportart"."ID"
warn:dbaccess:100678:100678:dbaccess/source/filter/xml/xmlQuery.cxx:56: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:database:1.0 db:name
value=Sportalter
then the logs I got when opening the report:
warn:svl.items:100678:100678:svl/source/items/itempool.cxx:358: old secondary
pool: EditEngineItemPool of pool: XOutdevItemPool must be empty.
warn:legacy.osl:100678:100678:embeddedobj/source/commonembedding/persistence.cxx:212:
Consider implementing interface XInitialization to avoid duplicate construction
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:reportdesign:100678:100678:reportdesign/source/filter/xml/xmlGroup.cxx:160:
unknown attribute http://openoffice.org/2005/report rpt:sort-expression
value=Geschlecht
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:reportdesign:100678:100678:reportdesign/source/filter/xml/xmlCell.cxx:77:
unknown attribute urn:oasis:names:tc:opendocument:xmlns:office:1.0
office:value-type value=string
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:reportdesign:100678:100678:reportdesign/source/filter/xml/xmlCell.cxx:77:
unknown attribute urn:oasis:names:tc:opendocument:xmlns:office:1.0
office:value-type value=string
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:xmloff:100678:100678:xmloff/source/draw/shapeimport.cxx:441: unknown
attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:xmloff:100678:100678:xmloff/source/draw/shapeimport.cxx:441: unknown
attribute http://www.w3.org/1999/xlink xlink:show value=embed
warn:xmloff:100678:100678:xmloff/source/draw/shapeimport.cxx:441: unknown
attribute http://www.w3.org/1999/xlink xlink:actuate value=onLoad
warn:xmloff:100678:100678:xmloff/source/draw/shapeimport.cxx:441: unknown
attribute urn:oasis:names:tc:opendocument:xmlns:text:1.0 text:anchor-type
value=paragraph
warn:legacy.osl:100678:100678:reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx:337:
No document handler available!
warn:chart2:100678:100678:chart2/source/model/filter/XMLFilter.cxx:464: failed
to instantiate com.sun.star.comp.report.ImportDocumentHandler
com.sun.star.uno.Exception message: no delegatee and no model
/home/julien/lo/libreoffice/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx:339
warn:legacy.osl:100678:100678:reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx:337:
No document handler available!
warn:chart2:100678:100678:chart2/source/model/filter/XMLFilter.cxx:464: failed
to instantiate com.sun.star.comp.report.ImportDocumentHandler
com.sun.star.uno.Exception message: no delegatee and no model
/home/julien/lo/libreoffice/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx:339
warn:legacy.osl:100678:100678:reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx:337:
No document handler available!
warn:chart2:100678:100678:chart2/source/model/filter/XMLFilter.cxx:464: failed
to instantiate com.sun.star.comp.report.ImportDocumentHandler
com.sun.star.uno.Exception message: no delegatee and no model
/home/julien/lo/libreoffice/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx:339
warn:xmloff.chart:100678:100678:xmloff/source/chart/contexts.cxx:141:
SchXMLBodyContext instantiated with no <office:chart> element
warn:xmloff:100678:100678:xmloff/source/chart/SchXMLChartContext.cxx:388:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:xmloff:100678:100678:xmloff/source/draw/shapeimport.cxx:355: unknown
element http://openoffice.org/2005/report rpt:detail
warn:i18nlangtag:100678:100678:i18nlangtag/source/languagetag/languagetag.cxx:1648:
LanguageTag::getRegionFromLangtag: pRegionT==NULL for 'eo-EO'
warn:i18nlangtag:100678:100678:i18nlangtag/source/languagetag/languagetag.cxx:1648:
LanguageTag::getRegionFromLangtag: pRegionT==NULL for 'eo-EO'
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:reportdesign:100678:100678:reportdesign/source/filter/xml/xmlCell.cxx:77:
unknown attribute urn:oasis:names:tc:opendocument:xmlns:office:1.0
office:value-type value=string
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:363:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:100678:100678:reportdesign/source/core/sdr/RptObject.cxx:346:
OUnoObject::StartListening: already listening!
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family paragraph with mismatching mapper !
P25SvXMLExportPropertyMapper 30XMLTextExportPropertySetMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family table-column with mismatching mapper !
P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family table-row with mismatching mapper !
P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family table-cell with mismatching mapper !
P25SvXMLExportPropertyMapper 28XMLShapeExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family graphic with mismatching mapper ! P25SvXMLExportPropertyMapper
28XMLChartExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family paragraph with mismatching mapper !
P25SvXMLExportPropertyMapper 28XMLChartExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family text with mismatching mapper ! P25SvXMLExportPropertyMapper
28XMLChartExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family paragraph with mismatching mapper !
P25SvXMLExportPropertyMapper 30XMLTextExportPropertySetMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family table-column with mismatching mapper !
P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family table-row with mismatching mapper !
P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family table-cell with mismatching mapper !
P25SvXMLExportPropertyMapper 28XMLShapeExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family graphic with mismatching mapper ! P25SvXMLExportPropertyMapper
28XMLChartExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family paragraph with mismatching mapper !
P25SvXMLExportPropertyMapper 28XMLChartExportPropertyMapper
warn:xmloff:100678:100678:xmloff/source/style/impastpl.cxx:380: Adding
duplicate family text with mismatching mapper ! P25SvXMLExportPropertyMapper
28XMLChartExportPropertyMapper
warn:chart2:100678:100678:chart2/source/model/filter/XMLFilter.cxx:572:
Exception caught! com.sun.star.uno.RuntimeException message: unsatisfied query
for interface of type com.sun.star.chart2.data.XDatabaseDataProvider!
/home/julien/lo/libreoffice/include/com/sun/star/uno/Reference.hxx:83
warn:chart2.tools:100678:100678:chart2/source/tools/WrappedPropertySet.cxx:137:
found no inner property set to map to
warn:sal.osl:100678:100678:sal/osl/unx/module.cxx:155:
dlopen(/home/julien/lo/libreoffice/instdir/program/libjava_gcc3.so, 257):
/home/julien/lo/libreoffice/instdir/program/libjava_gcc3.so: cannot open shared
object file: No such file or directory
warn:sal.osl:100678:100678:sal/osl/unx/module.cxx:155:
dlopen(/home/julien/lo/libreoffice/instdir/program/libgcc3_java.so, 257):
/home/julien/lo/libreoffice/instdir/program/libgcc3_java.so: cannot open shared
object file: No such file or directory
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibSerializer 1.1.6.10682 started.
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibBase 1.1.6.10682 started.
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibLoader 1.1.6.10682 started.
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibRepository 1.1.6.10682 started.
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibFonts 1.1.6.10682 started.
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibLayout null started.
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibFormula 1.1.7.10682 started.
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibXML 1.1.7.10682 started.
Jul 13, 2021 10:33:20 PM
org.pentaho.reporting.libraries.base.boot.PackageManager loadModule
WARNING: Exception while loading module:
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo={ModuleClass=org.jfree.report.modules.gui.swing.common.SwingCommonModule}
: java.lang.NullPointerException
Jul 13, 2021 10:33:20 PM
org.pentaho.reporting.libraries.base.boot.PackageManager loadModule
WARNING: Exception while loading module:
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo={ModuleClass=org.jfree.report.modules.gui.swing.html.SwingHtmlModule}
: java.lang.NullPointerException
Jul 13, 2021 10:33:20 PM
org.pentaho.reporting.libraries.base.boot.PackageManager loadModule
WARNING: Exception while loading module:
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo={ModuleClass=org.jfree.report.modules.gui.swing.pdf.SwingPdfModule}
: java.lang.NullPointerException
Jul 13, 2021 10:33:20 PM
org.pentaho.reporting.libraries.base.boot.PackageManager loadModule
WARNING: Exception while loading module:
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo={ModuleClass=org.jfree.report.modules.gui.swing.preview.SwingPreviewModule}
: java.lang.NullPointerException
Jul 13, 2021 10:33:20 PM
org.pentaho.reporting.libraries.base.boot.PackageManager loadModule
WARNING: Exception while loading module:
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo={ModuleClass=org.jfree.report.modules.gui.swing.printing.SwingPrintingModule}
: java.lang.NullPointerException
Jul 13, 2021 10:33:20 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: Pentaho Reporting Flow-Engine null started.
Jul 13, 2021 10:33:21 PM
org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
startElement
WARNING: Unknown tag <urn:oasis:names:tc:opendocument:xmlns:office:1.0:chart>:
Start to ignore this element and all of its childs. [Location: Line=2
Column=4057]
Jul 13, 2021 10:33:21 PM org.libreoffice.report.pentaho.output.OleProducer
produceOle
SEVERE: ReportProcessing failed:
org.libreoffice.report.ReportExecutionException: Index 0 out of bounds for
length 0
Jul 13, 2021 10:33:21 PM
org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
startElement
WARNING: Unknown tag <urn:oasis:names:tc:opendocument:xmlns:office:1.0:chart>:
Start to ignore this element and all of its childs. [Location: Line=2
Column=4057]
Jul 13, 2021 10:33:21 PM org.libreoffice.report.pentaho.output.OleProducer
produceOle
SEVERE: ReportProcessing failed:
org.libreoffice.report.ReportExecutionException: Index 0 out of bounds for
length 0
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
draw:class-id value=12DCAE26-281F-416F-A234-C3086127382E
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute http://www.w3.org/1999/xlink xlink:show value=embed
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute http://www.w3.org/1999/xlink xlink:actuate value=onLoad
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
draw:text-style-name value=P1
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
draw:class-id value=12DCAE26-281F-416F-A234-C3086127382E
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute http://www.w3.org/1999/xlink xlink:show value=embed
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute http://www.w3.org/1999/xlink xlink:actuate value=onLoad
warn:xmloff:100678:100678:xmloff/source/text/XMLTextFrameContext.cxx:1066:
unknown attribute urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
draw:text-style-name value=P1
warn:svx:100678:100678:svx/source/svdraw/svdmodel.cxx:199: SdrModel::~SdrModel:
Not all incarnations of SdrObjects deleted, possible memory leak (!)
warn:svl.items:100678:100678:svl/source/items/itempool.cxx:358: old secondary
pool: EditEngineItemPool of pool: XOutdevItemPool must be empty.
For this bugtracker, I think the pb is in:
warn:legacy.osl:100678:100678:reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx:337:
No document handler available!
warn:chart2:100678:100678:chart2/source/model/filter/XMLFilter.cxx:464: failed
to instantiate com.sun.star.comp.report.ImportDocumentHandler
com.sun.star.uno.Exception message: no delegatee and no model
/home/julien/lo/libreoffice/reportdesign/source/filter/xml/xmlImportDocumentHandler.cxx:339
Some debug show that only m_xDelegatee.is() is false, m_xModel.is() is true.
Now, I got no idea how to debug this.
I got lost between, service, implementation, Reference, filter fragments, idl,
weak ref, etc. I don't succeed in neither getting the whole picture nor how to
split this in several parts, very frustrating.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210713/691996a3/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list