[OWASP-WEBSCARAB] NPE on Fetch Request

Alexander Berezhnoy alexander.berezhnoy at gmail.com
Wed Sep 6 06:19:43 EDT 2006


Hello!
When try to fetch response for a simple request, I get the following exception.
After that WebScarbs hangs.
JDK 1.5.06, Windows XP.

What could it be?

Best regards,
Alexander.

java.lang.NullPointerException
       at javax.swing.text.ParagraphView.getLayoutViewCount(Unknown Source)
       at javax.swing.text.html.ParagraphView.isVisible(Unknown Source)
       at javax.swing.text.html.ParagraphView.getMinimumSpan(Unknown Source)
       at javax.swing.text.BoxView.calculateMinorAxisRequirements(Unknown
Source)
       at javax.swing.text.html.BlockView.calculateMinorAxisRequirements(Unknown
Source)
       at javax.swing.text.BoxView.checkRequests(Unknown Source)
       at javax.swing.text.BoxView.getMinimumSpan(Unknown Source)
       at javax.swing.text.html.BlockView.getMinimumSpan(Unknown Source)
       at javax.swing.text.BoxView.calculateMinorAxisRequirements(Unknown
Source)
       at javax.swing.text.html.BlockView.calculateMinorAxisRequirements(Unknown
Source)
       at javax.swing.text.BoxView.checkRequests(Unknown Source)
       at javax.swing.text.BoxView.setSpanOnAxis(Unknown Source)
       at javax.swing.text.BoxView.layout(Unknown Source)
       at javax.swing.text.BoxView.setSize(Unknown Source)
       at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(Unknown Source)
       at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(Unknown Source)
       at javax.swing.JComponent.getPreferredSize(Unknown Source)
       at javax.swing.JEditorPane.getPreferredSize(Unknown Source)
       at javax.swing.text.JTextComponent.getPreferredScrollableViewportSize(Unknown
Source)
       at javax.swing.ViewportLayout.preferredLayoutSize(Unknown Source)
       at java.awt.Container.preferredSize(Unknown Source)
       at java.awt.Container.getPreferredSize(Unknown Source)
       at javax.swing.JComponent.getPreferredSize(Unknown Source)
       at javax.swing.ScrollPaneLayout.preferredLayoutSize(Unknown Source)
       at java.awt.Container.preferredSize(Unknown Source)
       at java.awt.Container.getPreferredSize(Unknown Source)
       at javax.swing.JComponent.getPreferredSize(Unknown Source)
       at java.awt.GridBagLayout.GetLayoutInfo(Unknown Source)
       at java.awt.GridBagLayout.getLayoutInfo(Unknown Source)
       at java.awt.GridBagLayout.ArrangeGrid(Unknown Source)
       at java.awt.GridBagLayout.arrangeGrid(Unknown Source)
       at java.awt.GridBagLayout.layoutContainer(Unknown Source)
       at java.awt.Container.layout(Unknown Source)
       at java.awt.Container.doLayout(Unknown Source)
       at java.awt.Container.validateTree(Unknown Source)
       at java.awt.Container.validateTree(Unknown Source)
       at java.awt.Container.validateTree(Unknown Source)
       at java.awt.Container.validateTree(Unknown Source)
       at java.awt.Container.validate(Unknown Source)
       at javax.swing.RepaintManager.validateInvalidComponents(Unknown Source)
       at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown
Source)
       at java.awt.event.InvocationEvent.dispatch(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)




More information about the Owasp-webscarab mailing list