You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Stevens, S." <S....@eneco.nl> on 2007/06/08 14:07:55 UTC

Refresh problem with Jmeter 2.2

Hi,

I am using Jmeter 2.2 (also tried 2.1) with below runtime environment:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

I am getting a lot of paint (refresh) problems after running a test
(calling without problems one single webservice). 

Does this sound familiar to anybody? What can I do about it? 

The following error in the log:
java.lang.NullPointerException
        at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
        at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
        at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
        at sun.awt.image.ImageRepresentation.drawToBufImage(Unknown
Source)
        at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
        at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
        at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
        at javax.swing.ImageIcon.paintIcon(Unknown Source)
        at javax.swing.plaf.basic.BasicLabelUI.paint(Unknown Source)
        at javax.swing.plaf.ComponentUI.update(Unknown Source)
        at javax.swing.JComponent.paintComponent(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.tree.DefaultTreeCellRenderer.paint(Unknown
Source)
        at javax.swing.CellRendererPane.paintComponent(Unknown Source)
        at javax.swing.plaf.basic.BasicTreeUI.paintRow(Unknown Source)
        at javax.swing.plaf.basic.BasicTreeUI.paint(Unknown Source)
        at javax.swing.plaf.ComponentUI.update(Unknown Source)
        at javax.swing.JComponent.paintComponent(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JViewport.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JSplitPane.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JLayeredPane.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paintWithOffscreenBuffer(Unknown
Source)
        at javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
        at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
        at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
        at java.awt.Container.paint(Unknown Source)
        at javax.swing.JFrame.update(Unknown Source)
        at sun.awt.RepaintArea.paint(Unknown Source)
        at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

__________________________________
Met vriendelijke groet,

Sander Stevens
Test manager

ENECO Energie
Project SOURCE
Divisie Business to Business

Tel.: 06 - 46 40 46 73
E-mail: s.stevens@eneco.nl
www.eneco.nl
<file:///C:/Documents%20and%20Settings/801970/Application%20Data/Microso
ft/Signatures/www.eneco.nl> 

Postbus 96
2900 AB Capelle a/d IJssel



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Refresh problem with Jmeter 2.2

Posted by sebb <se...@gmail.com>.
Might be worth upgrading to Java 1.4.2 or later - 1.4.1 is quite old.

All the stack trace seems to be in Java libraries, so there's not a
lot one can do to debug this.

On 08/06/07, Stevens, S. <S....@eneco.nl> wrote:
> Hi,
>
> I am using Jmeter 2.2 (also tried 2.1) with below runtime environment:
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
> Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
>
> I am getting a lot of paint (refresh) problems after running a test
> (calling without problems one single webservice).
>
> Does this sound familiar to anybody? What can I do about it?
>
> The following error in the log:
> java.lang.NullPointerException
>        at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
>        at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
>        at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
>        at sun.awt.image.ImageRepresentation.drawToBufImage(Unknown
> Source)
>        at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
>        at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
>        at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
>        at javax.swing.ImageIcon.paintIcon(Unknown Source)
>        at javax.swing.plaf.basic.BasicLabelUI.paint(Unknown Source)
>        at javax.swing.plaf.ComponentUI.update(Unknown Source)
>        at javax.swing.JComponent.paintComponent(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at javax.swing.tree.DefaultTreeCellRenderer.paint(Unknown
> Source)
>        at javax.swing.CellRendererPane.paintComponent(Unknown Source)
>        at javax.swing.plaf.basic.BasicTreeUI.paintRow(Unknown Source)
>        at javax.swing.plaf.basic.BasicTreeUI.paint(Unknown Source)
>        at javax.swing.plaf.ComponentUI.update(Unknown Source)
>        at javax.swing.JComponent.paintComponent(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at javax.swing.JComponent.paintChildren(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at javax.swing.JViewport.paint(Unknown Source)
>        at javax.swing.JComponent.paintChildren(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at javax.swing.JComponent.paintChildren(Unknown Source)
>        at javax.swing.JSplitPane.paintChildren(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at javax.swing.JComponent.paintChildren(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at javax.swing.JComponent.paintChildren(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at javax.swing.JComponent.paintChildren(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at javax.swing.JLayeredPane.paint(Unknown Source)
>        at javax.swing.JComponent.paintChildren(Unknown Source)
>        at javax.swing.JComponent.paintWithOffscreenBuffer(Unknown
> Source)
>        at javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
>        at javax.swing.JComponent.paint(Unknown Source)
>        at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
>        at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
>        at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
>        at java.awt.Container.paint(Unknown Source)
>        at javax.swing.JFrame.update(Unknown Source)
>        at sun.awt.RepaintArea.paint(Unknown Source)
>        at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
>        at java.awt.Component.dispatchEventImpl(Unknown Source)
>        at java.awt.Container.dispatchEventImpl(Unknown Source)
>        at java.awt.Window.dispatchEventImpl(Unknown Source)
>        at java.awt.Component.dispatchEvent(Unknown Source)
>        at java.awt.EventQueue.dispatchEvent(Unknown Source)
>        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
> Source)
>
>        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
> Source)
>        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>        at java.awt.EventDispatchThread.run(Unknown Source)
>
> __________________________________
> Met vriendelijke groet,
>
> Sander Stevens
> Test manager
>
> ENECO Energie
> Project SOURCE
> Divisie Business to Business
>
> Tel.: 06 - 46 40 46 73
> E-mail: s.stevens@eneco.nl
> www.eneco.nl
> <file:///C:/Documents%20and%20Settings/801970/Application%20Data/Microso
> ft/Signatures/www.eneco.nl>
>
> Postbus 96
> 2900 AB Capelle a/d IJssel
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org