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 190779 - org.netbeans.modules.keyring.kde.KWalletProvider$KwalletException: error while trying to access KWallet, during save
Summary: org.netbeans.modules.keyring.kde.KWalletProvider$KwalletException: error whil...
Status: RESOLVED DUPLICATE of bug 185174
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 17:34 UTC by Exceptions Reporter
Modified: 2010-10-14 13:27 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171161


Attachments
stacktrace (3.46 KB, text/plain)
2010-10-05 17:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-10-05 17:34:07 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: OpenJDK Client VM, 16.0-b13, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux

User Comments:
dvujicic: This message occur when I try do create new database connec tion

lewbloch: creating new PostgreSQL database connection




Stacktrace: 
org.netbeans.modules.keyring.kde.KWalletProvider$KwalletException: error while trying to access KWallet, during save
   at org.netbeans.modules.keyring.kde.KWalletProvider.save(KWalletProvider.java:96)
   at org.netbeans.api.keyring.Keyring.save(Keyring.java:109)
   at org.netbeans.modules.db.explorer.DatabaseConnectionConvertor$AtomicWriter.write(DatabaseConnectionConvertor.java:403)
   at org.netbeans.modules.db.explorer.DatabaseConnectionConvertor$AtomicWriter.run(DatabaseConnectionConvertor.java:364)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:125)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:542)
Comment 1 Exceptions Reporter 2010-10-05 17:34:12 UTC
Created attachment 102273 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-10-14 13:23:50 UTC
Since NB6.9 database module uses Keyring API for storing password for database connections.
Comment 3 Jesse Glick 2010-10-14 13:27:37 UTC

*** This bug has been marked as a duplicate of bug 185174 ***