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 198021 - Master Password Dialog blocks Opening of Projects
Summary: Master Password Dialog blocks Opening of Projects
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 20:18 UTC by bht
Modified: 2011-05-06 09:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (29.37 KB, text/plain)
2011-04-28 17:24 UTC, bht
Details
screen shot (231.68 KB, image/gif)
2011-04-28 17:26 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2011-04-22 20:18:56 UTC
When the IDE starts, a Dialog prompting for a password blocks all other activities.

In my case, opening projects suspends at 38%.

After I enter the password, I have to wait for opening of projects and scanning to complete which takes a long time.

I want NetBeans to be ready for work after my computer is started up.

Dev Build 201104200000. No problem with RC2.

I don't know why a password is required at IDE startup. But if it is indeed required, then all other activities should continue, very much in the same way as with the prompt showing reference problems.
Comment 1 Marian Mirilovic 2011-04-28 13:00:31 UTC
Could you please generate thread-dump, attach the file here and reopen this issue ? 
http://wiki.netbeans.org/GenerateThreadDump
Comment 2 bht 2011-04-28 17:24:52 UTC
Created attachment 108004 [details]
thread dump

Thanks for the link
Comment 3 bht 2011-04-28 17:26:44 UTC
Created attachment 108005 [details]
screen shot
Comment 4 bht 2011-04-28 17:27:57 UTC
This might be related to issue 188127.
Comment 5 bht 2011-04-28 17:30:37 UTC
Re issue 188127 I never responded with "OK" to create a new keyring.
Comment 6 bht 2011-05-03 17:27:13 UTC
If on the dialog "Enter Master password" I respond with [Cancel] or [Esc] two times, then I get the other dialog "Delete Stored Passwords".
I respond with [Cancel]
Comment 7 Jesse Glick 2011-05-05 21:25:55 UTC
A duplicate of something, I think. Surely ServerInstance.isDeployOnSaveSupported does not need to be calling ServerRegistry.readPassword?
Comment 8 Petr Hejl 2011-05-06 09:33:39 UTC
The deadlock should be fixed since cb99fb87b64f.