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 164927

Summary: [JDK7] NoSuchMethodException: org.netbeans.modules.form.fakepeer.FakePanelPeer.updateGraphicsData(java.awt.GraphicsConfiguration)
Product: guibuilder Reporter: martinhavle <martinhavle>
Component: CodeAssignee: issues@guibuilder <issues>
Status: CLOSED DUPLICATE    
Severity: blocker CC: martinhavle, mmirilovic
Priority: P3 Keywords: JDK_SPECIFIC
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151007
Issue Type: DEFECT Exception Reporter: 151007
Attachments: stacktrace
stacktrace

Description martinhavle 2009-05-12 12:20:38 UTC
Build: NetBeans IDE Dev (Build 200905120201)
VM: Java HotSpot(TM) Client VM, 16.0-b02, Java(TM) SE Runtime Environment, 1.7.0-ea-b57
OS: Windows XP, 5.1, x86

User Comments:
martinhavle: Occured when creating bean based on java.awt.Panel.



Stacktrace: 
java.lang.IllegalStateException: [Winsys] TopComponent org.netbeans.core.multiview.MultiViewCloneableTopComponent throws runtime exception from its componentShowing() method.
Please repair it! Probable cause is at org.netbeans.modules.form.fakepeer.$Proxy23.updateGraphicsData(Unknown Source)
        at org.openide.windows.WindowManager.logThrowable(WindowManager.java:361)
        at org.openide.windows.WindowManager.componentShowing(WindowManager.java:332)
        at org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:1057)
        at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:161)
        at org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:269)
        at org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:245)
Comment 1 martinhavle 2009-05-12 12:20:48 UTC
Created attachment 81949 [details]
stacktrace
Comment 2 martinhavle 2009-05-12 12:25:42 UTC
Build: NetBeans IDE Dev (Build 200905120201)
VM: Java HotSpot(TM) Client VM, 16.0-b02, Java(TM) SE Runtime Environment, 1.7.0-ea-b57
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.IllegalStateException: [Winsys] TopComponent org.netbeans.core.multiview.MultiViewCloneableTopComponent throws runtime exception from its componentShowing() method.
Please repair it! Probable cause is at org.netbeans.modules.form.fakepeer.$Proxy23.updateGraphicsData(Unknown Source)
        at org.openide.windows.WindowManager.logThrowable(WindowManager.java:361)
        at org.openide.windows.WindowManager.componentShowing(WindowManager.java:332)
        at org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:1057)
        at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:161)
        at org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:269)
        at org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:245)
Comment 3 martinhavle 2009-05-12 12:25:51 UTC
Created attachment 81952 [details]
stacktrace
Comment 4 Marian Mirilovic 2009-05-12 16:43:07 UTC
Martin,  
could you please try the same scenario with JDK 6 ?
Comment 5 martinhavle 2009-05-13 10:33:59 UTC
Does not happen on JDK6, it is just an issue of JDK7.
Comment 6 Tomas Pavek 2009-05-13 15:20:35 UTC

*** This issue has been marked as a duplicate of 164925 ***
Comment 7 Marian Mirilovic 2011-06-09 09:57:18 UTC
v/c