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 - Any SVN operation asks for password eventhough "Save username and Password" is checked
Summary: Any SVN operation asks for password eventhough "Save username and Password" i...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Keyring (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-27 06:00 UTC by adithyank
Modified: 2014-07-21 11:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log attached (82.07 KB, text/x-log)
2014-05-27 06:00 UTC, adithyank
Details

Note You need to log in before you can comment on or make changes to this bug.
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?