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 13569

Summary: ide do not start with JDK_1.4 build70 when invoke remotely
Product: platform Reporter: khu <khu>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description khu 2001-07-12 21:19:50 UTC
when remotely login to a Solaris 8 machine, and try to start
ffj with build010707, using jdk1.4, build 70, the ide will 
not start with the following Exception:
java.lang.NullPointerException: NullPointerException
        at sun.awt.motif.MFramePeer.pSetIconImage(Native Method)
        at sun.awt.motif.MFramePeer.setIconImage(MFramePeer.java:162)
        at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:62)
        at sun.awt.motif.MToolkit.createFrame(MToolkit.java:195)
        at java.awt.Frame.addNotify(Frame.java:468)
        at java.awt.Window.pack(Window.java:414)
        at org.netbeans.core.windows.MainWindow.showWindow(MainWindow.java:192)
        at org.netbeans.core.Main.initializeMainWindow(Main.java:239)
        at org.netbeans.core.NonGui.run(NonGui.java:526)
        at org.netbeans.core.Main.run(Main.java:187)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:274)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:579)

This does not happen with jdk1.4 build 68
Comment 1 David Simonek 2001-07-13 07:45:52 UTC
Duplicate, jdk bug, doesn't appear with build 71 of jdk.

*** This issue has been marked as a duplicate of 13059 ***
Comment 2 Quality Engineering 2003-07-01 15:57:29 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:46:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.