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 185698 - gnome_keyring_item_delete_sync: can't find symbol
Summary: gnome_keyring_item_delete_sync: can't find symbol
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 178571
  Show dependency tree
 
Reported: 2010-05-07 13:32 UTC by Alexander Simon
Modified: 2010-05-13 05:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168088


Attachments
stacktrace (1.24 KB, text/plain)
2010-05-07 13:32 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2010-05-07 13:32:41 UTC
Build: NetBeans IDE Dev (Build 100507-a65db123183c)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: SunOS

Stacktrace: 
java.lang.UnsatisfiedLinkError: Error looking up function 'gnome_keyring_item_delete_sync': ld.so.1: java: fatal: gnome_keyring_item_delete_sync: can't find symbol
   at com.sun.jna.Function.<init>(Function.java:129)
   at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:250)
   at com.sun.jna.Library$Handler.invoke(Library.java:191)
   at $Proxy16.gnome_keyring_item_delete_sync(.java:0)
   at org.netbeans.modules.keyring.gnome.GnomeProvider.delete(GnomeProvider.java:165)
   at org.netbeans.api.keyring.Keyring.delete(Keyring.java:119)
Comment 1 Alexander Simon 2010-05-07 13:32:45 UTC
Created attachment 98627 [details]
stacktrace
Comment 2 Peter Pis 2010-05-10 07:06:36 UTC
Reassigning.
Comment 3 Alexander Simon 2010-05-10 07:22:06 UTC
Sorry, could you explain why it is cnd issue?
Comment 4 Jesse Glick 2010-05-10 17:46:57 UTC
You look to be running Solaris 10. This should have gnome_keyring_item_delete_sync in libgnome-keyring.so as far as I know. Can you check your library please to see if it is corrupt? Is there some way of reproducing this exception using clean Solaris and NetBeans installations?
Comment 5 Jesse Glick 2010-05-10 21:23:01 UTC
Looks like Solaris 10 simply omits this function from libgnome-keyring.so despite its being specified in documentation for the library long preceding GNOME 2.6. Has gnome_keyring_item_delete, but not the _sync version. Who knows, JDS is just broken. Not sure if I can really implement deletion, but can make it at least not throw an error.
Comment 6 Jesse Glick 2010-05-10 21:38:14 UTC
core-main #4fe5001f6ebb
Comment 7 Quality Engineering 2010-05-13 05:06:32 UTC
Integrated into 'main-golden', will be available in build *201005122200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log: