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

oilagan

Members
  • Posts

    4
  • 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 oilagan

  1. Hello All, We've developed a system that uses jasper reports 1.2.1 java API that has been working fairly well for the past few years. There is a particular report in this system that produces a sort of employee resume in PDF format that is very much in use. Recently however, users have started reporting instances when running the report for certain employees produces a browser timeout. And consistently, after the third occurrence, the system becomes unresponsive altogether requiring a server restart. After attempting quite a number of diagnostic attempts, we have determined that it is not an application nor a server problem. However, we would like to avoid having to upgrade jasper reports because this involves a re-testing of all the other reports (there are hundreds of them) which did not exhibit the same problem and there is no guarantee yet that it will work. So we would like to know if this problem has been reported before and if so how was it solved. I have been trying to test a theory that it is caused by certain special characters that were read from the database but I have not been able to prove this so far. The system uses java servlets with jdk 1.6, postgres 8.1 database in UTF-8, and itext 1.4 - Owen
  2. Nice to hear that. So do I just download version 3.5.2 again to get the fixed version? I dont see any new versions in the download page. - Owen
  3. Hello, I just got me iReport 3.5.2 and I've consistently encountered a problem whenever I attempt to change the name of an existing group after adding a second header band. - Owen Here's the stack from the error details: java.lang.NullPointerException at com.jaspersoft.ireport.designer.ModelUtils.nameOf(ModelUtils.java:989) at com.jaspersoft.ireport.designer.widgets.PageWidget.paintWidget(PageWidget.java:212) at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1154) at org.netbeans.api.visual.widget.Widget.paintChildren(Widget.java:1207) at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1155) at org.netbeans.api.visual.widget.Widget.paintChildren(Widget.java:1207) at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1155) at org.netbeans.api.visual.widget.SceneComponent.paint(SceneComponent.java:129) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JViewport.paint(JViewport.java:728) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane.java:316) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane.java:316) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JLayeredPane.paint(JLayeredPane.java:559) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paint(JComponent.java:1014) at javax.swing.JLayeredPane.paint(JLayeredPane.java:559) at javax.swing.JComponent.paintChildren(JComponent.java:842) at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4970) at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4916) at javax.swing.JComponent.paint(JComponent.java:995) at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21) at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60) at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97) at java.awt.Container.paint(Container.java:1709) at org.netbeans.core.windows.view.ui.MainWindow.paint(MainWindow.java:577) at sun.awt.RepaintArea.paintComponent(RepaintArea.java:248) at sun.awt.X11.XRepaintArea.paintComponent(XRepaintArea.java:56) at sun.awt.RepaintArea.paint(RepaintArea.java:224) at sun.awt.X11.XComponentPeer.handleEvent(XComponentPeer.java:645) at java.awt.Component.dispatchEventImpl(Component.java:4031) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Window.dispatchEventImpl(Window.java:1778) at java.awt.Component.dispatchEvent(Component.java:3803) [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
  4. Hello. We've been using JasperReports v. 1.2.1 with an accompanying license for JasperAssistant plugin for Eclipse for some time now with little or no problems. I just noticed that the latest jasper version is now 2.0.2 and we were wondering if upgrading to the latest version is going to be worth the trouble or not. Any help would be very appreciated. Thanks.
×
×
  • Create New...