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 197788

Summary: NullPointerException at java.awt.Dialog.conditionalShow
Product: platform Reporter: lhochet <lhochet>
Component: JDK ProblemsAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WONTFIX    
Severity: normal CC: hmichel, musilt2, rjdkolb, rptmaestro
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8003396
Issue Type: DEFECT Exception Reporter: 161826
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description lhochet 2011-04-15 13:40:44 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-7030-on-20110415)
VM: Java HotSpot(TM) Client VM, 21.0-b05, Java(TM) SE Runtime Environment, 1.7.0-ea-b135
OS: Windows 7

User Comments:
lhochet: Attempting to load the show and resolve problem dialog for a pom marked as invalid (improperly/not fully loaded) [exact message has disappeared and the pom is back to ok after getting the attached exception, or at least no action was done to fix it other than attempting to show the 'show and resolve' dialog]




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Dialog.conditionalShow(Dialog.java:936)
   at java.awt.Dialog.show(Dialog.java:1030)
   at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:1038)
   at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:1072)
   at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:1048)
   at java.awt.Component.show(Component.java:1629)
Comment 1 lhochet 2011-04-15 13:40:48 UTC
Created attachment 107772 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-06-09 19:11:40 UTC
Similar to http://bugs.sun.com/view_bug.do?bug_id=6806224 but that one was fixed in build 55 ...
Comment 3 Tomas Danek 2011-06-10 11:52:55 UTC
tondo, could you please file it against jdk and close it? thanks in advance
Comment 4 Michel Graciano 2011-09-01 18:53:14 UTC
Created attachment 110322 [details]
stacktrace
Comment 5 Exceptions Reporter 2012-08-15 06:39:48 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=161826
Comment 6 rjdkolb 2012-08-30 12:46:58 UTC
Created attachment 123740 [details]
stacktrace

When clicking on show and resolve problems on a maven project
Comment 7 rjdkolb 2012-10-24 12:00:16 UTC
Created attachment 126460 [details]
stacktrace

Got this when I tried to resolve a new dep in maven
Comment 8 rjdkolb 2012-10-24 12:12:16 UTC
Created attachment 126463 [details]
stacktrace

Got this when I tried to resolve a new dep in maven
Comment 9 rjdkolb 2012-11-14 10:44:55 UTC
Sorry, but why 'Won't Fix' ?

The link : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8003396 does not seem to work

thanks
Comment 10 Stanislav Aubrecht 2012-11-14 10:52:07 UTC
(In reply to comment #9)
> Sorry, but why 'Won't Fix' ?
It's a bug that cannot be fixed in NetBeans
> 
> The link : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8003396 does not
> seem to work
I've just reported it as a new issue to JDK team so it may take a while for the bug to show up.
Comment 11 rjdkolb 2012-11-14 11:09:00 UTC
(In reply to comment #10)
> (In reply to comment #9)
> > Sorry, but why 'Won't Fix' ?
> It's a bug that cannot be fixed in NetBeans
> > 
> > The link : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8003396 does not
> > seem to work
> I've just reported it as a new issue to JDK team so it may take a while for the
> bug to show up.

Thanks Stanislav, will cc to the JDK bug.