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 256497 - IDE 8.0.2 freezes on startup
Summary: IDE 8.0.2 freezes on startup
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-10 13:06 UTC by yundtm1138
Modified: 2015-11-11 19:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
netbeans-generated message log (81.21 KB, application/octet-stream)
2015-11-10 13:06 UTC, yundtm1138
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yundtm1138 2015-11-10 13:06:03 UTC
Created attachment 157260 [details]
netbeans-generated message log

IDE freezes on startup. Wait several minutes with no change.
Forced to end task and try again. IDE opens after three or more attempts, and when it is finally successful it prompts for my LAN username and password.

Running Windows 7 Professional with SP 1, 64-bit, 16 GB RAM.
JDK 1.0.8_66
Comment 1 David Strupl 2015-11-11 17:44:05 UTC
IMHO NbAuthenticator.getPasswordAuthentication should be run in AWT EDT.

The following fragment is running in the wrong thread:


	at javax.swing.JPanel.<init>(JPanel.java:117)
	at org.netbeans.core.NbAuthenticatorPanel.<init>(NbAuthenticatorPanel.java:60)
	at org.netbeans.core.NbAuthenticator.getPasswordAuthentication(NbAuthenticator.java:100)
	at java.net.Authenticator.requestPasswordAuthentication(Authenticator.java:317)
	at sun.net.www.protocol.http.spnego.NegotiateCallbackHandler.getAnswer(NegotiateCallbackHandler.java:65)
	at sun.net.www.protocol.http.spnego.NegotiateCallbackHandler.handle(NegotiateCallbackHandler.java:86)
Comment 2 Ondrej Vrabec 2015-11-11 19:17:09 UTC
org.netbeans.core.NbAuthenticatorPanel problem.