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

suedonne123

Members
  • Posts

    61
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by suedonne123

  1. I am interested in the above "secret" log_settings.html but this cannot be found on my instance...I am running JasperServer Pro version 3.0.2...
  2. Actually, the problem was user - induced...yes I am in idiot mode... I forgot that I had turned the debug logs on on the jasperserver side...so this was dumping tons of info to the filesystem...not very fast...
  3. I will probably throw the report list into session variable so that it does not need to reload every time page redisplays...JasperServer repository will not change that often...
  4. I have JasperServer Portlet (from 3.5 Pro installation) installed under Liferay Standard Edition 5.2.3 running on Sun's Glassfish Application Server. I am able to get the listing of reports to run and successfully run the reports. HOWEVER...the retrieve on the report list is painfully slow (10-20 seconds) and this happens every time the page loads... Any ideas on why this is slow...I would like to use the portlet "as is" without changing it too much so that in the future I can deploy updated versions without much work...
  5. SOLUTION: Okay...found my problem... I have JasperServer 3.0.2 running but I was using the portlet war from 3.5 version since the jsimages servlets were not working for me in the 3.0 version and I figured that perhaps the newer portlet would have fixes... Well the newer portlet war contained jfreechart-1.0.12.jar I replaced (in the war) jfreechart with version 1.0.3 (from JasperServer 3.0.1 instance)
  6. Solution: I changed the input control to be local to that particular report...I originally had the input control as a resource (so that it could be shared by many reports)... The portlet war is probably coded simply and does not support all possible report configurations. My guess is that the portlet will be evolving as the releases do...
  7. JasperServer 3.0.2 installed on machine A (under Glassfish) LifeRay 5.2.3 installed on machine B (under Glassfish appserver) JasperServerPortal war installed on Liferay... I used the latest portlet war from JasperServer 3.5 FTP Download area...this latest version fixed a problem I had with the 3.0 version where the jsimage servlet was not displaying any of the images (for navigation, etc) PROBLEM: my little report just has a summary band which shows total order count and then displays a pie chart with order type, order count...This displays correctly in both ireport and jasperserver but when using the portlet, only the Order Totals appears, the pie chart is not displaying Is charting supported by the portlet? jfreechart-1.0.12.jar is included in the JasperServer 3.0.5 portlet...
  8. I have JasperServer Portlet from 3.0 jasperserver-pro edition deployed on liferay portal running on Glassfish2.1...I had to make a few changes for successful deploy (servlet.jar removed, commons-logging added, updated portal.xml file, and edit jsp files so that <script> is <script type="text/javascript"> So far so good. Report I am running has a pull-down list with static values which appear correctly. The other input control is a pull-down list with "select" values...this list is empty.... QUESTION: does the portlet just not support this as it was written? and I would have to add code to the portlet to do this... QUESTION: if yes to the above, anyone have any idea about running select to find input control values...
×
×
  • Create New...