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 143704 - ResetWindows action hides IDE
Summary: ResetWindows action hides IDE
Status: RESOLVED DUPLICATE of bug 143700
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 05:56 UTC by David Konecny
Modified: 2008-12-22 13:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (5.70 KB, text/plain)
2008-08-13 05:57 UTC, David Konecny
Details
stacktrace (981 bytes, text/plain)
2008-08-13 11:22 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2008-08-13 05:57:00 UTC
Windows->ResetWindows in latest dev build of all clusters hides IDE, throws an exception and IDE will never come back
and has to be killed. The culprit is most probably BPEL module but IDE core should be more defensive.

  Product Version         = NetBeans IDE Dev (Build 080812)
  Operating System        = Linux version 2.6.24-19-generic running on i386
  Java; VM; Vendor        = 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_06-b02
  Java Home               = /usr/lib/jvm/java-6-sun-1.6.0.06/jre
Comment 1 David Konecny 2008-08-13 05:57:49 UTC
Created attachment 67204 [details]
exception
Comment 2 David Konecny 2008-08-13 06:00:01 UTC
It happens on fresh new userdir as well.
Comment 3 Lukas Hasik 2008-08-13 09:50:23 UTC

*** This issue has been marked as a duplicate of 143700 ***
Comment 4 Marian Mirilovic 2008-08-13 10:46:51 UTC
*** Issue 143733 has been marked as a duplicate of this issue. ***
Comment 5 Marian Mirilovic 2008-08-13 10:47:03 UTC
*** Issue 143734 has been marked as a duplicate of this issue. ***
Comment 6 Petr Pisl 2008-08-13 11:22:23 UTC
Build: NetBeans IDE Dev (Build 080812)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
I have tried to reset windows in a php build	

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.core.windows.RegistryImpl.getActivated(RegistryImpl.java:99)
        at org.netbeans.core.windows.FloatingWindowTransparencyManager$2.run(FloatingWindowTransparencyManager.java:130)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:284)
Comment 7 Petr Pisl 2008-08-13 11:22:33 UTC
Created attachment 67238 [details]
stacktrace