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 63282 - Hang on startup after "Initializing Main Window"
Summary: Hang on startup after "Initializing Main Window"
Status: RESOLVED DUPLICATE of bug 57272
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 00:32 UTC by dumont
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Here is the messages.log (111.89 KB, text/plain)
2005-11-03 16:01 UTC, dumont
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dumont 2005-08-30 00:32:39 UTC
NetBeans hangs on startup after splash screen's "Initializing Main Window." I
recently installed the new Profiler tool, but have run the IDE since then
without problems. This morning, however, it suddenly doesn't work.

- Running Debian 3.0 on Linux 2.4.31
- Java j2sdk1.4.2_06 (with other compiler version for some projects)

Full thread dump Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode):

"Implicit RequestPoster's RP-30934332" daemon prio=1 tid=0x08a7c758 nid=0x20d5
waiting on condition [bc7ff000..bc7ff908]
        at java.lang.Thread.sleep(Native Method)
        at
org.netbeans.modules.javacore.JMManager.waitScanFinished(JMManager.java:645)
        at org.netbeans.modules.java.JavaEditor$11.run(JavaEditor.java:1213)
        at org.openide.util.Task.run(Task.java:189)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)

"Parsing Event Queue" daemon prio=1 tid=0x084c74e0 nid=0x20d4 waiting on
condition [bc9ff000..bc9ff908]
        at java.lang.Thread.sleep(Native Method)
        at
org.netbeans.modules.javacore.JMManager.waitScanFinished(JMManager.java:645)
        at
org.netbeans.modules.editor.java.NbJavaFoldManager.collectFoldUpdates(NbJavaFoldManager.java:287)
        at
org.netbeans.modules.editor.java.NbJavaFoldManager.updateFolds(NbJavaFoldManager.java:210)
        at
org.netbeans.modules.editor.java.NbJavaFoldManager.resourceParsed(NbJavaFoldManager.java:177)
        at
org.netbeans.modules.editor.java.NbJavaFoldManager$WeakParsingListener.resourceParsed(NbJavaFoldManager.java:1061)
        at org.netbeans.modules.javacore.JMManager$6.run(JMManager.java:1286)
        at org.openide.util.Task.run(Task.java:189)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)

"Parse-After-Scan Request Processor" daemon prio=1 tid=0x08561268 nid=0x20d1
waiting on condition [bcbff000..bcbff908]
        at java.lang.Thread.sleep(Native Method)
        at
org.netbeans.modules.javacore.JMManager.waitScanFinished(JMManager.java:645)
        at org.netbeans.modules.javacore.parser.MDRParser$1.run(MDRParser.java:109)
        at org.openide.util.Task.run(Task.java:189)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)

"ListModelSupport loader" daemon prio=1 tid=0x0816e750 nid=0x20d0 waiting on
condition [bcdff000..bcdff908]
        at java.lang.Thread.sleep(Native Method)
        at
org.netbeans.modules.javacore.JMManager.waitScanFinished(JMManager.java:645)
        at
org.netbeans.modules.javanavigation.ClassMemberModel.loadContents(ClassMemberModel.java:231)
        at
org.netbeans.modules.navigator.spi.ListModelSupport$Loader.run(ListModelSupport.java:945)
        - locked <0x460f11f0> (a
org.netbeans.modules.navigator.spi.ListModelSupport$Loader)
        at org.openide.util.Task.run(Task.java:189)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)

"MDR event dispatcher" daemon prio=1 tid=0x08510b88 nid=0x20cf in Object.wait()
[be7ff000..be7ff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x45cb0000> (a java.util.LinkedList)
        at java.lang.Object.wait(Object.java:429)
        at
org.netbeans.mdr.util.EventNotifier$EventsDelivery.run(EventNotifier.java:257)
        - locked <0x45cb0000> (a java.util.LinkedList)
        at java.lang.Thread.run(Thread.java:534)

"DestroyJavaVM" prio=1 tid=0x08414c10 nid=0x20b3 waiting on condition [0..bfffb068]

"TimerQueue" daemon prio=1 tid=0x085eb9e8 nid=0x20ce in Object.wait()
[bcfff000..bcfff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x4595ca78> (a javax.swing.TimerQueue)
        at javax.swing.TimerQueue.run(TimerQueue.java:231)
        - locked <0x4595ca78> (a javax.swing.TimerQueue)
        at java.lang.Thread.run(Thread.java:534)

"AWT-EventQueue-1" prio=1 tid=0x5920a7b0 nid=0x20cd in Object.wait()
[bd9ff000..bd9ff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x4595cc38> (a java.awt.EventQueue)
        at java.lang.Object.wait(Object.java:429)
        at java.awt.EventQueue.getNextEvent(EventQueue.java:339)
        - locked <0x4595cc38> (a java.awt.EventQueue)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:162)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

"*** JFluid SeparateCmdExecutionThread ***" daemon prio=1 tid=0x54187618
nid=0x20cb in Object.wait() [bd1ff000..bd1ff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x457b9698> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:429)
        at
com.sun.tools.profiler.ProfilerClient$SeparateCmdExecutionThread.run(ProfilerClient.java:1337)
        - locked <0x457b9698> (a java.lang.Object)

"Error Annotation Queue" daemon prio=1 tid=0x085405b0 nid=0x20c9 waiting on
condition [bd5ff000..bd5ff908]
        at java.lang.Thread.sleep(Native Method)
        at
org.netbeans.modules.javacore.JMManager.waitScanFinished(JMManager.java:645)
        at
org.netbeans.modules.java.JavaEditor.refreshAnnotations(JavaEditor.java:382)
        at org.netbeans.modules.java.JavaEditor.access$300(JavaEditor.java:83)
        at org.netbeans.modules.java.JavaEditor$16.run(JavaEditor.java:1416)
        at org.openide.util.Task.run(Task.java:189)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)

"Java-Folds" daemon prio=1 tid=0x082fa840 nid=0x20c8 waiting on condition
[bd7ff000..bd7ff908]
        at java.lang.Thread.sleep(Native Method)
        at
org.netbeans.modules.javacore.JMManager.waitScanFinished(JMManager.java:645)
        at
org.netbeans.modules.editor.java.NbJavaFoldManager.collectFoldUpdates(NbJavaFoldManager.java:287)
        at
org.netbeans.modules.editor.java.NbJavaFoldManager.updateFolds(NbJavaFoldManager.java:210)
        at
org.netbeans.modules.editor.java.NbJavaFoldManager.run(NbJavaFoldManager.java:193)
        at org.openide.util.Task.run(Task.java:189)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)

"Java2D Disposer" daemon prio=1 tid=0x082be358 nid=0x20c6 in Object.wait()
[bdbff000..bdbff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x4529bb30> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
        - locked <0x4529bb30> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
        at sun.java2d.Disposer.run(Disposer.java:100)
        at java.lang.Thread.run(Thread.java:534)

"AWT-Motif" daemon prio=1 tid=0x081cd278 nid=0x20c4 runnable [bdfff000..bdfff908]
        at sun.awt.motif.MToolkit.run(Native Method)
        at java.lang.Thread.run(Thread.java:534)

"AWT-Shutdown" prio=1 tid=0x081ccf40 nid=0x20c3 in Object.wait()
[be1ff000..be1ff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x451201e0> (a java.lang.Object)
        at java.lang.Object.wait(Object.java:429)
        at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
        - locked <0x451201e0> (a java.lang.Object)
        at java.lang.Thread.run(Thread.java:534)

"Active Reference Queue Daemon" daemon prio=1 tid=0x08156ad0 nid=0x20c2 in
Object.wait() [be3ff000..be3ff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x45120250> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
        - locked <0x45120250> (a java.lang.ref.ReferenceQueue$Lock)
        at org.openide.util.Utilities$ActiveQueue.run(Utilities.java:2465)
        at java.lang.Thread.run(Thread.java:534)

"Thread-0" daemon prio=1 tid=0x0814a900 nid=0x20c1 in Object.wait()
[be5ff000..be5ff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x451202c8> (a java.util.TaskQueue)
        at java.util.TimerThread.mainLoop(Timer.java:429)
        - locked <0x451202c8> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:382)

"CLI Requests Server" daemon prio=1 tid=0x08138160 nid=0x20bf runnable
[be9ff000..be9ff908]
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
        - locked <0x45120588> (a java.net.PlainSocketImpl)
        at java.net.ServerSocket.implAccept(ServerSocket.java:448)
        at java.net.ServerSocket.accept(ServerSocket.java:419)
        at org.netbeans.CLIHandler$Server.run(CLIHandler.java:758)

"Signal Dispatcher" daemon prio=1 tid=0x08097b28 nid=0x20b9 waiting on condition
[0..0]

"Finalizer" daemon prio=1 tid=0x08094718 nid=0x20b7 in Object.wait()
[bf3ff000..bf3ff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x45120730> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
        - locked <0x45120730> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

"Reference Handler" daemon prio=1 tid=0x08092c38 nid=0x20b6 in Object.wait()
[bf5ff000..bf5ff908]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x451203c8> (a java.lang.ref.Reference$Lock)
        at java.lang.Object.wait(Object.java:429)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
        - locked <0x451203c8> (a java.lang.ref.Reference$Lock)

"VM Thread" prio=1 tid=0x0808fae0 nid=0x20b5 runnable

"VM Periodic Task Thread" prio=1 tid=0x0809a250 nid=0x20bb waiting on condition
"Suspend Checker Thread" prio=1 tid=0x080970f0 nid=0x20b8 runnable
Comment 1 Marian Mirilovic 2005-08-30 07:54:50 UTC
reassigne to java for evaluation ...
Comment 2 Jan Becicka 2005-11-03 15:29:16 UTC
What does it mean: "it does not work". Can you attach your messages.log? Thanks
Comment 3 dumont 2005-11-03 16:01:11 UTC
Created attachment 26607 [details]
Here is the messages.log
Comment 4 Jan Becicka 2005-11-09 14:24:26 UTC
Duplicate of issue 57272 and 67084. 

*** This issue has been marked as a duplicate of 57272 ***