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 244739

Summary: Any SVN operation asks for password eventhough "Save username and Password" is checked
Product: platform Reporter: adithyank
Component: KeyringAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: ide log attached

Description adithyank 2014-05-27 06:00:23 UTC
Created attachment 147461 [details]
ide log attached

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 1.1
Java: 1.8.0; Java HotSpot(TM) Client VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Linux version 2.6.32-431.17.1.el6.x86_64 running on i386; UTF-8; en_US (nb)
User directory: /root/.netbeans/8.0
Cache directory: /root/.cache/netbeans/8.0


Any SVN operation (checkout, commit, diff, update) asks for password eventhough "Save username and Password" is checked.

When I do some svn operation, it is printing the following logs in ide log

WARNING [org.netbeans.modules.keyring.gnome.GnomeProvider]: gnome-keyring error: DENIED
WARNING [org.netbeans.modules.keyring.gnome.GnomeProvider]: gnome-keyring error: DENIED
WARNING [org.netbeans.modules.keyring.gnome.GnomeProvider]: gnome-keyring error: DENIED
WARNING [org.netbeans.modules.keyring.gnome.GnomeProvider]: gnome-keyring error: DENIED

My OS is CentOS 6.5 with KDE as my desktop environment
Comment 1 Ondrej Vrabec 2014-05-27 06:21:30 UTC
> WARNING [org.netbeans.modules.keyring.gnome.GnomeProvider]: gnome-keyring error: DENIED
Then switch to the provider you may actually use. You probably entered a wrong master gnome-keyring password. Try:
-J-Dnetbeans.keyring.no.native=true
Comment 2 adithyank 2014-06-02 11:43:52 UTC
After adding this system property -J-Dnetbeans.keyring.no.native=true, it is not asking the password. 

Thanks.

But, why is it necessary. Previously it was not asking password again and again even though I did not have this in netbeans.conf. Then suddenly, one day Netbeans started asking the password..

What could have happened in between?