Bug 64917 - REPORTBUILDER nothing showed on executing report
Summary: REPORTBUILDER nothing showed on executing report
Status: RESOLVED DUPLICATE of bug 65047
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
4.0.2.2 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-23 13:49 UTC by Clemens Wallner
Modified: 2013-06-03 09:13 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Clemens Wallner 2013-05-23 13:49:34 UTC
OS is linux Ubuntu 13.04

open an report 
connect to an Postgre Database
execute an report
Nothing happen on GUI
but console put out
Mai 23, 2013 3:39:14 PM com.sun.star.wizards.report.ReportTextImplementation reconnectToDatabase
SEVERE: null
java.lang.NullPointerException
        at com.sun.star.wizards.common.JavaTools.ArrayoutofString(JavaTools.java:335)
        at com.sun.star.wizards.db.CommandName.setComposedCommandName(CommandName.java:110)
        at com.sun.star.wizards.db.CommandName.<init>(CommandName.java:43)
        at com.sun.star.wizards.db.SQLQueryComposer.updateComposedCommandNames(SQLQueryComposer.java:260)
        at com.sun.star.wizards.db.SQLQueryComposer.setDBMetaData(SQLQueryComposer.java:230)
        at com.sun.star.wizards.db.SQLQueryComposer.<init>(SQLQueryComposer.java:62)
        at com.sun.star.wizards.db.QueryMetaData.getSQLQueryComposer(QueryMetaData.java:288)
        at com.sun.star.wizards.report.ReportTextImplementation.reconnectToDatabase(ReportTextImplementation.java:285)
        at com.sun.star.wizards.report.Dataimport.importReportData(Dataimport.java:196)
        at com.sun.star.wizards.report.Dataimport.createReport(Dataimport.java:212)
        at com.sun.star.wizards.report.CallReportWizard$ReportWizardImplementation.trigger(CallReportWizard.java:104)


the report was created by the report wizard.
And based on a Query with Parameters
same report works on LibreOffice 3.6
Comment 1 Robert Großkopf 2013-05-30 09:27:34 UTC
Could it be you don't use the Report-Builder but the old report-engine? Many people doesn't recognize, that this engine is always included, because they installed the whole packages of LO - included the Report-Builder.
Have a look at https://bugs.freedesktop.org/show_bug.cgi?id=65047 , https://bugs.freedesktop.org/show_bug.cgi?id=64985

If its the old engine we must change the title - could also be we can mark https://bugs.freedesktop.org/show_bug.cgi?id=65047 as a duplicate.
Comment 2 Clemens Wallner 2013-06-03 09:13:23 UTC
Installing the report builder extension, describted in BUG 64985 helps. My Problem is fixed. But why delivre libreoffice 4.0 parts that work not together? an unsupportedException or any thing like that were nice.

*** This bug has been marked as a duplicate of bug 65047 ***