Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0007480 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 03. Procurement management | major | always | 2009-01-23 16:49 | 2009-02-26 11:28 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | rafaroda | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 2.40MP3 | |||
Status | closed | Fix in branch | 2.40 | Fixed in SCM revision | 13095 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0007480: SQL error badly informed when printing Jasper Report | |||||||
Description | Purchase Order Report seems not to work since when trying to execute it the following error is raised in UI: Error executing SQL statement for : ReportPurchaseOrder The log error is: 16:33:41 [http-8880-Processor21] ERROR org.openbravo.erpCommon.utility.PrintJR - Error captured: javax.servlet.ServletException: Error executing SQL statement for : ReportPurchaseOrder | |||||||
Steps To Reproduce | -Go to Procurement Management > Analysis tools > Purchase Order Report -Execute it | |||||||
Proposed Solution | The problem here is not in the report, which is working correctly, but in the way SQL errors of Jasper Reports are catch when printing them. What it is happening in this report is that a message is informing that there is no conversion rate for some transaction. Method renderJR is displaying a plain 'Error executing SQL statement for' + the name of the method without informing about the real cause of the problem. If the error were a SQL error, the message should look like: ERROR: column c_bpartner.tercero does not exist (see attached AfterFix.png) but now it is displaying the plain error meesage: Error executing SQL statement for : ReportPurchaseOrder (see attached BeforeFix.png) Proposed solution is to change, inside renderJR method of HttpSecureAppServlet.java [1]: throw new ServletException(e.getMessage()); by throw new ServletException(e.getCause().getMessage()); [1] https://dev.openbravo.com/websvn/openbravo/trunk/src/org/openbravo/base/secureApp/HttpSecureAppServlet.java [^] | |||||||
Tags | commsup_sprint6 | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0013410) svnbot (reporter) 2009-02-12 13:57 |
Repository: openbravo Revision: 13095 Author: rafaroda Date: 2009-02-12 13:57:06 +0100 (Thu, 12 Feb 2009) Fixes bug 0007480 Now SQL errors are correctly informed when printing Jasper Report both in the UI and the log. --- U branches/r2.40/src/org/openbravo/base/secureApp/HttpSecureAppServlet.java --- https://dev.openbravo.com/websvn/openbravo/?rev=13095&sc=1 [^] |
(0014090) sureshbabu (reporter) 2009-02-26 11:28 |
Now the error text looks like this.. There is no conversion rate defined from (EUR-€) to (GBP-£) for date '25-02-2009', Client 'CTS' and Organization 'Pamplona'. retested in context http://79.125.56.185/openbravotrunk [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2009-02-10 12:58 | rafaroda | Type | defect => backport |
2009-02-10 12:58 | rafaroda | fix_in_branch | => 2.40 |
2009-02-10 12:58 | rafaroda | Relationship added | blocks 0007305 |
2009-02-12 13:57 | svnbot | Checkin | |
2009-02-12 13:57 | svnbot | Note Added: 0013410 | |
2009-02-12 13:57 | svnbot | Status | scheduled => resolved |
2009-02-12 13:57 | svnbot | Resolution | open => fixed |
2009-02-12 13:57 | svnbot | svn_revision | => 13095 |
2009-02-13 09:18 | rafaroda | Tag Attached: commsup_sprint6 | |
2009-02-26 11:28 | sureshbabu | Status | resolved => closed |
2009-02-26 11:28 | sureshbabu | Note Added: 0014090 | |
2009-02-26 11:28 | sureshbabu | Fixed in Version | => trunk |
Copyright © 2000 - 2009 MantisBT Group |