Jump to content
We've recently updated our Privacy Statement, available here ×

pmaffeis

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by pmaffeis

  1. Hi, Try to patch as described in the tracker... http://community.jaspersoft.com/jasperreports-server/issues/3694 Paolo.
  2. Got It! On 6.1.1 in JbossAS 7.1.1final.. 1- Read the correct release of Mondrian from the file VERSION.TXT in mondrian-3.6.4-JS-1.jar (open with rar / 7z ..ecc. This name is correct for 6.1.1 for 6.2.2 is different but quite similar). here's the content of Version File. Title: mondrian Version: 3.6.4 VersionMajor: 3 VersionMinor: 640 Vendor: Pentaho 2- download it form github -> https://github.com/pentaho/mondrian/releases 3- Import the prject under Eclipse 4- Modify the file as ddaly says: public List getMemberChildren(Member member) { - return schemaReader.getMemberChildren(member); + try { + return schemaReader.getMemberChildren(member); + } catch (java.util.EmptyStackException e) { + return schemaReader.withLocus().getMemberChildren(member); + } } 5-compile your project and rename the jar with the correct name. 6-turn off your server and overwrite the old file (or place it in another folder --> not in jasperserver.war or subfolder) 7-Turn on your server. Now you can expand dimension and filter in in the CUBE settings without getting errors. P.s.: you can overwrite the DelegatingSchemaReader.class file in your jar... thanks again ddaly. Paolo.
  3. I'm struggling with this issue, I patched the file in standard installation (6.2) on windows. No Way to fix, It's incredible. Probably I'll migrate vs. other B.I. Software, at the moment we are considering to downgrade to a stable release and searching for other b.i. solution to provide to our customer.. 2 month of sales work are trashed.. I cannot offer the commercial release with this kind of bugs in the CE. Dear TIBCO, think about that, please.
×
×
  • Create New...