History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: PLATFORM-697
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Severe Severe
Assignee: Bill Seyler
Reporter: Bill Seyler
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ARCHIVE BI Framework

JPivot examples are displaying "ResultSet Overflow Error" above the pivot chart.

Created: 06/Oct/06 10:43 AM   Updated: 11/Oct/07 10:11 PM
Component/s: Platform Samples
Affects Version/s: None
Fix Version/s: Platform 1.2 (Shaft)

Time Tracking:
Not Specified

Browser: Mozilla FireFox 1.5
Operating System/s: SuSE Enterprise 10


 Description  « Hide
This occurs in every sample that uses the JPivot.

 All   Comments   Work Log   Change History   Transitions      Sort Order: Ascending order - Click to sort in descending order
Marc Batchelor - 16/Oct/06 04:50 PM
As near as I can tell, this was caused by your check-in on 10/2.

You removed a taglib reference:

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

And the error you see is wrapped in checks of the "c:" taglib invocation. As a matter of fact, when I view source on the JPivot page, I see the embedded <C: references in the output HTML (which is causing those messages).

I see these in the view/source (which should clearly not be there). I suggest putting back the "invalid taglib reference" and finding out what the correct reference should be.

<c:if test="${query01 == null}">
This page cannot be accessed directly. It must be linked to from other pages
</c:if>

<c:if test="${query01 != null}">

<table border="0" cellspacing="1" cellpadding="0" id="toolbar01"><tr><td><input type="image" name="toolbar01.cubeNaviButton" src="/pentaho/jpivot/toolbar/cube-up.png" border="0" title="Open OLAP Navigator" width="24" height="24"></td><td><input type="image" name="toolbar01.mdxEditButton" src="/pentaho/jpivot/toolbar/mdx-edit-up.png" border="0" title="Show MDX Editor" width="24" height="24"></td><td><input type="image" name="toolbar01.sortConfigButton" src="/pentaho/jpivot/toolbar/sort-asc-up.png" border="0" title="Config OLAP Table" width="24" height="24"></td><td><div style="width: 1ex"></div></td><td><input type="image" name="toolbar01.levelStyle" src="/pentaho/jpivot/toolbar/level-style-up.png" border="0" title="Show Parent Members" width="24" height="24"></td><td><input type="image" name="toolbar01.hideSpans" src="/pentaho/jpivot/toolbar/hide-spans-up.png" border="0" title="Hide Spans" width="24" height="24"></td><td><input type="image" name="toolbar01.propertiesButton" src="/pentaho/jpivot/toolbar/properties-up.png" border="0" title="Show Properties" width="24" height="24"></td><td><input type="image" name="toolbar01.nonEmpty" src="/pentaho/jpivot/toolbar/non-empty-down.png" border="0" title="Suppress Empty Rows / Columns" width="24" height="24"></td><td><input type="image" name="toolbar01.swapAxes" src="/pentaho/jpivot/toolbar/swap-axes-up.png" border="0" title="Swap Axes" width="24" height="24"></td><td><div style="width: 1ex"></div></td><td><input type="image" name="toolbar01.drillMember" src="/pentaho/jpivot/toolbar/navi-member-up.png" border="0" title="Drill Member" width="24" height="24"></td><td><input type="image" name="toolbar01.drillPosition" src="/pentaho/jpivot/toolbar/navi-position-down.png" border="0" title="Drill Position" width="24" height="24"></td><td><input type="image" name="toolbar01.drillReplace" src="/pentaho/jpivot/toolbar/navi-replace-up.png" border="0" title="Drill Replace" width="24" height="24"></td><td><input type="image" name="toolbar01.drillThrough01" src="/pentaho/jpivot/toolbar/navi-through-up.png" border="0" title="Drill Through" width="24" height="24"></td><td><div style="width: 1ex"></div></td><td><input type="image" name="toolbar01.chartButton01" src="/pentaho/jpivot/toolbar/chart-up.png" border="0" title="Show Chart" width="24" height="24"></td><td><input type="image" name="toolbar01.chartPropertiesButton01" src="/pentaho/jpivot/toolbar/chart-config-up.png" border="0" title="Chart Config" width="24" height="24"></td><td><div style="width: 1ex"></div></td><td><input type="image" name="toolbar01.printPropertiesButton01" src="/pentaho/jpivot/toolbar/print-config-up.png" border="0" title="Configure Print Settings" width="24" height="24"></td><td><a href="./Print?cube=01&amp;type=1"><img src="/pentaho/jpivot/toolbar/print-up.png" border="0" title="Print this Page via PDF" width="24" height="24"></a></td><td><div style="width: 1ex"></div></td><td><a href="./Print?cube=01&amp;type=0"><img src="/pentaho/jpivot/toolbar/excel-up.png" border="0" title="Start Excel" width="24" height="24"></a></td></tr></table>

<p>

<div>

<c:if test="${query01.result.overflowOccured}">
  <p>
  <strong style="color:red">Resultset overflow occured</strong>
  <p>
</c:if>




<c:if test="${mdxedit01.visible}">
  <h3>MDX Query Editor</h3>
  
</c:if>

Bill Seyler - 18/Oct/06 10:40 AM
This was fixed by Analysis-92 when Mondrian was updated to 2.2 RC2

Bill Seyler - 18/Oct/06 10:40 AM
See above.

Jake Cornelius - 25/Oct/06 05:04 PM
This is still happening in Build 278 of open source. I verified that it has been corrected in 478 Pro.


Bill Seyler - 31/Jul/07 12:46 PM
Verified that this has been fixed in the 1.5.5 version.