This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 102252 - can't open a single jsp page in customer application - ide thrasing
Summary: can't open a single jsp page in customer application - ide thrasing
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks: 100628
  Show dependency tree
 
Reported: 2007-04-24 00:51 UTC by sjangity
Modified: 2007-04-27 22:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (315.16 KB, text/plain)
2007-04-24 00:52 UTC, sjangity
Details
thread dump (143.24 KB, text/plain)
2007-04-24 02:35 UTC, sjangity
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sjangity 2007-04-24 00:51:26 UTC
Build 20070423, WinXP

1. Imported a 5.5 project. This is a relatively large customer application. I
can't provide a download link, as customer has requested confidentiality.

2. Import the project into NB 6.0
> project is visible in the Projects window

3. Attempt to open the Start jsp page by double clicking in projects window
> IDE crashes

Several AWT errors in the logs, but that bug was reported and looks a little
different?
http://www.netbeans.org/issues/show_bug.cgi?id=101654

This is a customer application we have promised to migrate onto NB 6.0 -- so
requesting your immediate attention. Thank you.

Thread dumps + messages.log to follow.
Comment 1 sjangity 2007-04-24 00:52:03 UTC
Created attachment 41508 [details]
messages.log
Comment 2 sjangity 2007-04-24 02:35:53 UTC
Created attachment 41513 [details]
thread dump
Comment 3 _ sandipchitale 2007-04-24 05:24:53 UTC
Please add the project also.
Comment 4 sjangity 2007-04-24 22:07:03 UTC
After further investigation, Sandip has mentioned the root cause to be in
jsf/support. We saw the following exception when we tried to close the jsp page. 

java.lang.NoClassDefFoundError
	at com.sun.el.parser.AstValue.getTarget(Unknown Source)
	at com.sun.el.parser.AstValue.getType(Unknown Source)
	at com.sun.el.ValueExpressionImpl.getType(Unknown Source)
	at
com.sun.faces.application.ValueBindingValueExpressionAdapter.getType(ValueBindingValueExpressionAdapter.java:83)
	at
org.netbeans.modules.visualweb.web.ui.dt.renderer.AbstractDesignTimeRenderer.getDummyData(AbstractDesignTimeRenderer.java:97)
	at
org.netbeans.modules.visualweb.web.ui.dt.renderer.ValueHolderDesignTimeRenderer.encodeBegin(ValueHolderDesignTimeRenderer.java:71)
	at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785)
	at
com.sun.rave.web.ui.util.RenderingUtilities.renderComponent(RenderingUtilities.java:83)
	at
com.sun.rave.web.ui.renderer.AbstractRenderer.encodeChildren(AbstractRenderer.java:202)
	at
com.sun.rave.web.ui.renderer.MarkupRenderer.encodeChildren(MarkupRenderer.java:96)
	at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java:1283)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1524)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1538)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1538)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.getFacesRenderTree(FacesPageUnit.java:1084)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderHtml(FacesPageUnit.java:1646)
	at
org.netbeans.modules.visualweb.insync.models.FacesModel.getHtmlDomFragment(FacesModel.java:1559)
	at
org.netbeans.modules.visualweb.insync.models.FacesModel.findHtmlBody(FacesModel.java:1583)
	at
org.netbeans.modules.visualweb.insync.models.FacesModel.getHtmlBody(FacesModel.java:1571)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.getHtmlBody(JsfForm.java:1488)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.getHtmlBody(JsfForm.java:1483)
	at
org.netbeans.modules.visualweb.designer.jsf.DomProviderImpl.getHtmlBody(DomProviderImpl.java:112)
	at org.netbeans.modules.visualweb.designer.WebForm.getHtmlBody(WebForm.java:883)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.resetPageBox(DesignerPaneUI.java:594)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.installUI(DesignerPaneUI.java:763)
	at javax.swing.JComponent.setUI(JComponent.java:653)
	at
org.netbeans.modules.visualweb.designer.DesignerPane.updateUI(DesignerPane.java:196)
	at org.netbeans.modules.visualweb.designer.DesignerPane.init(DesignerPane.java:168)
	at
org.netbeans.modules.visualweb.designer.DesignerPane.<init>(DesignerPane.java:138)
	at org.netbeans.modules.visualweb.designer.WebForm.<init>(WebForm.java:207)
	at org.netbeans.modules.visualweb.designer.WebForm.createWebForm(WebForm.java:224)
	at
org.netbeans.modules.visualweb.api.designer.DesignerFactory.createDesigner(DesignerFactory.java:38)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.createDesigner(JsfForm.java:285)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.getDesigners(JsfForm.java:358)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.getExternalDesigners(JsfForm.java:2122)
	at
org.netbeans.modules.visualweb.designer.jsf.DomProviderImpl.getExternalDesigners(DomProviderImpl.java:1197)
	at
org.netbeans.modules.visualweb.designer.WebForm.findExternalForm(WebForm.java:2292)
	at
org.netbeans.modules.visualweb.css2.JspIncludeBox.getJspIncludeBox(JspIncludeBox.java:72)
	at org.netbeans.modules.visualweb.css2.BoxFactory.createBox(BoxFactory.java:125)
	at org.netbeans.modules.visualweb.css2.BoxFactory.create(BoxFactory.java:61)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:479)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.addBoxNode(ContainerBox.java:578)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:498)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.addBoxNode(ContainerBox.java:578)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:498)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.DocumentBox.createChildren(DocumentBox.java:119)
	at org.netbeans.modules.visualweb.css2.DocumentBox.relayout(DocumentBox.java:198)
	at org.netbeans.modules.visualweb.css2.PageBox.layout(PageBox.java:511)
	at org.netbeans.modules.visualweb.css2.PageBox.paint(PageBox.java:159)
	at org.netbeans.modules.visualweb.css2.PageBox.paint(PageBox.java:139)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.paintSafely(DesignerPaneUI.java:681)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.paint(DesignerPaneUI.java:872)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.update(DesignerPaneUI.java:834)
	at javax.swing.JComponent.paintComponent(JComponent.java:743)
	at
org.netbeans.modules.visualweb.designer.DesignerPane.paintComponent(DesignerPane.java:201)
	at javax.swing.JComponent.paint(JComponent.java:1006)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JViewport.paint(JViewport.java:728)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane.java:294)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4972)
	at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4925)
	at javax.swing.JComponent._paintImmediately(JComponent.java:4868)
	at javax.swing.JComponent.paintImmediately(JComponent.java:4675)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
[catch] at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	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)
Comment 5 sjangity 2007-04-24 22:09:07 UTC
Reassigning to wjprakash. jsf/support bug?
Comment 6 Winston Prakash 2007-04-26 02:14:15 UTC
Fixed the problem due to EL RI. Now Sandeep is able to open the project and view
the pages. 

However, there are few exceptions due to complib. So leaving the bug open and
reducing the priority to 2
Comment 7 sjangity 2007-04-26 04:41:04 UTC
So, I am not seeing the exception reported earlier. However, when I am loading
the jsp pages in random order, I saw the following pop-up NPE.

java.lang.NullPointerException
	at org.netbeans.modules.visualweb.designer.jsf.JsfForm.syncModel(JsfForm.java:1650)
	at org.netbeans.modules.visualweb.designer.jsf.JsfForm.loadPage(JsfForm.java:2322)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.findExternalForm(JsfForm.java:2206)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.getExternalDesigners(JsfForm.java:2162)
	at
org.netbeans.modules.visualweb.designer.jsf.DomProviderImpl.getExternalDesigners(DomProviderImpl.java:1197)
	at
org.netbeans.modules.visualweb.designer.WebForm.findExternalForm(WebForm.java:2292)
	at
org.netbeans.modules.visualweb.css2.JspIncludeBox.getJspIncludeBox(JspIncludeBox.java:72)
	at org.netbeans.modules.visualweb.css2.BoxFactory.createBox(BoxFactory.java:125)
	at org.netbeans.modules.visualweb.css2.BoxFactory.create(BoxFactory.java:61)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:479)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.addBoxNode(ContainerBox.java:578)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:498)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.addBoxNode(ContainerBox.java:578)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:498)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.DocumentBox.createChildren(DocumentBox.java:119)
	at org.netbeans.modules.visualweb.css2.DocumentBox.relayout(DocumentBox.java:198)
	at org.netbeans.modules.visualweb.css2.PageBox.layout(PageBox.java:511)
	at org.netbeans.modules.visualweb.css2.PageBox.paint(PageBox.java:159)
	at org.netbeans.modules.visualweb.css2.PageBox.paint(PageBox.java:139)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.paintSafely(DesignerPaneUI.java:681)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.paint(DesignerPaneUI.java:872)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.update(DesignerPaneUI.java:834)
	at javax.swing.JComponent.paintComponent(JComponent.java:743)
	at
org.netbeans.modules.visualweb.designer.DesignerPane.paintComponent(DesignerPane.java:221)
	at javax.swing.JComponent.paint(JComponent.java:1006)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JViewport.paint(JViewport.java:728)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane.java:294)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4972)
	at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4925)
	at javax.swing.JComponent._paintImmediately(JComponent.java:4868)
	at javax.swing.JComponent.paintImmediately(JComponent.java:4675)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
[catch] at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	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)

Comment 8 Petr Blaha 2007-04-26 13:44:44 UTC
I'm removing J1_STOPPER status whiteboard since the bug is P2 now.
Comment 9 Peter Zavadsky 2007-04-26 19:31:51 UTC
Are you gettting this with the loading flag
(-J-Dvwp.designer.jsf.loadModelAsync=true) on or not?
Comment 10 sjangity 2007-04-27 01:02:43 UTC
Peter, this is bad. I just loaded the project in NB6 after migrating the 55
userdir I sent. I opened ListPage.jsp (The application's start page) and after a
couple minutes of loading (saw lots of AWT messages), the designer went gray and
this pop-up exception appeared:

java.util.MissingResourceException: Can't find bundle for base name
com.sun.el.Messages, locale en_US
	at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:549)
	at com.sun.el.util.MessageFactory.<clinit>(Unknown Source)
Caused: java.lang.ExceptionInInitializerError
	at com.sun.el.parser.AstValue.getTarget(Unknown Source)
	at com.sun.el.parser.AstValue.getType(Unknown Source)
	at com.sun.el.ValueExpressionImpl.getType(Unknown Source)
	at
com.sun.faces.application.ValueBindingValueExpressionAdapter.getType(ValueBindingValueExpressionAdapter.java:83)
	at
org.netbeans.modules.visualweb.web.ui.dt.renderer.AbstractDesignTimeRenderer.getDummyData(AbstractDesignTimeRenderer.java:97)
	at
org.netbeans.modules.visualweb.web.ui.dt.renderer.ValueHolderDesignTimeRenderer.encodeBegin(ValueHolderDesignTimeRenderer.java:71)
	at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785)
	at
com.sun.rave.web.ui.util.RenderingUtilities.renderComponent(RenderingUtilities.java:83)
	at
com.sun.rave.web.ui.renderer.AbstractRenderer.encodeChildren(AbstractRenderer.java:202)
	at
com.sun.rave.web.ui.renderer.MarkupRenderer.encodeChildren(MarkupRenderer.java:96)
	at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java:1283)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1524)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1538)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1538)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.getFacesRenderTree(FacesPageUnit.java:1084)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderHtml(FacesPageUnit.java:1646)
	at
org.netbeans.modules.visualweb.insync.models.FacesModel.getHtmlDomFragment(FacesModel.java:1559)
	at
org.netbeans.modules.visualweb.insync.models.FacesModel.findHtmlBody(FacesModel.java:1583)
	at
org.netbeans.modules.visualweb.insync.models.FacesModel.getHtmlBody(FacesModel.java:1571)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.getHtmlBody(JsfForm.java:1546)
	at
org.netbeans.modules.visualweb.designer.jsf.JsfForm.getHtmlBody(JsfForm.java:1541)
	at
org.netbeans.modules.visualweb.designer.jsf.DomProviderImpl.getHtmlBody(DomProviderImpl.java:112)
	at org.netbeans.modules.visualweb.designer.WebForm.getHtmlBody(WebForm.java:883)
	at
org.netbeans.modules.visualweb.css2.JspIncludeBox.getJspIncludeBox(JspIncludeBox.java:93)
	at org.netbeans.modules.visualweb.css2.BoxFactory.createBox(BoxFactory.java:125)
	at org.netbeans.modules.visualweb.css2.BoxFactory.create(BoxFactory.java:61)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:479)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.addBoxNode(ContainerBox.java:578)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:498)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.addBoxNode(ContainerBox.java:578)
	at org.netbeans.modules.visualweb.css2.ContainerBox.addNode(ContainerBox.java:498)
	at
org.netbeans.modules.visualweb.css2.ContainerBox.createChildren(ContainerBox.java:392)
	at
org.netbeans.modules.visualweb.css2.DocumentBox.createChildren(DocumentBox.java:119)
	at org.netbeans.modules.visualweb.css2.DocumentBox.relayout(DocumentBox.java:198)
	at org.netbeans.modules.visualweb.css2.PageBox.layout(PageBox.java:511)
	at org.netbeans.modules.visualweb.css2.PageBox.paint(PageBox.java:159)
	at org.netbeans.modules.visualweb.css2.PageBox.paint(PageBox.java:139)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.paintSafely(DesignerPaneUI.java:681)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.paint(DesignerPaneUI.java:872)
	at
org.netbeans.modules.visualweb.designer.DesignerPaneUI.update(DesignerPaneUI.java:834)
	at javax.swing.JComponent.paintComponent(JComponent.java:743)
	at
org.netbeans.modules.visualweb.designer.DesignerPane.paintComponent(DesignerPane.java:221)
	at javax.swing.JComponent.paint(JComponent.java:1006)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JViewport.paint(JViewport.java:728)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane.java:294)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4972)
	at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4925)
	at javax.swing.JComponent._paintImmediately(JComponent.java:4868)
	at javax.swing.JComponent.paintImmediately(JComponent.java:4675)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
[catch] at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	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)
Comment 11 Peter Zavadsky 2007-04-27 01:10:46 UTC
As you can see it is the original error coming from the renderer, so I am
passing it back to Winston.

Caused: java.lang.ExceptionInInitializerError
...
Comment 12 sjangity 2007-04-27 22:57:04 UTC
Marking fixed, as per Winston.
Comment 13 sjangity 2007-04-27 22:59:48 UTC
Verified in M9 Preview Bits - 200704271200. Customer project is loading without
errors albeit very slowly :-(