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 - [JDK7] NoSuchMethodException: org.netbeans.modules.form.fakepeer.FakePanelPeer.updateGraphicsData(java.awt.GraphicsConfiguration)
Summary: [JDK7] NoSuchMethodException: org.netbeans.modules.form.fakepeer.FakePanelPee...
Status: CLOSED DUPLICATE of bug 164925
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2009-05-12 12:20 UTC by martinhavle
Modified: 2011-06-09 09:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151007


Attachments
stacktrace (6.12 KB, text/plain)
2009-05-12 12:20 UTC, martinhavle
Details
stacktrace (6.12 KB, text/plain)
2009-05-12 12:25 UTC, martinhavle
Details

Note You need to log in before you can comment on or make changes to this bug.
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