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

Summary: IDE 8.0.2 freezes on startup
Product: platform Reporter: yundtm1138
Component: -- Other --Assignee: Antonin Nebuzelsky <anebuzelsky>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: netbeans-generated message log

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.