No jingle plugin under linux

hello,

i just discovered spark and smack, and am using the smack API for a small project already. And when i heard that spark will get jingle support (which i am waiting for for ages (no working client under linux yet)) i thought i’'d give it a try. Looks like a good client (although i cannot find service discovery) so far.

But on to the problem: I cannot see the jingle plugin under spark->plugins, so there is no icon anywhere to place a jingle call. the error log says the following - if you need more info, just tell me:

Mar 21, 2007 1:52:06 PM org.jivesoftware.spark.util.log.Log error

SEVERE: Unable to contact shared group info.

recipient-unavailable(404) Recipient Is Unavailable

at org.jivesoftware.smackx.SharedGroupManager.getSharedGroups(SharedGroupManager.j ava:49)

at org.jivesoftware.spark.ui.ContactList$18.construct(ContactList.java:1502)

at org.jivesoftware.spark.util.SwingWorker$2.run(SwingWorker.java:129)

at java.lang.Thread.run(Thread.java:595)

Mar 21, 2007 1:52:06 PM org.jivesoftware.spark.util.log.Log error

SEVERE:

item-not-found(404) Not Found

at org.jivesoftware.smackx.PrivateDataManager.getPrivateData(PrivateDataManager.ja va:213)

at org.jivesoftware.smackx.bookmark.BookmarkManager.retrieveBookmarks(BookmarkMana ger.java:219)

at org.jivesoftware.smackx.bookmark.BookmarkManager.getBookmarkedConferences(Bookm arkManager.java:91)

at org.jivesoftware.spark.ui.conferences.ConferencePlugin$4.construct(ConferencePl ugin.java:168)

at org.jivesoftware.spark.util.SwingWorker$2.run(SwingWorker.java:129)

at java.lang.Thread.run(Thread.java:595)

Exception on commit = java.io.IOException: Can’'t find registry file

Mar 21, 2007 1:52:13 PM org.jivesoftware.spark.util.log.Log error

SEVERE:

item-not-found(404) Not Found

at org.jivesoftware.smackx.PrivateDataManager.getPrivateData(PrivateDataManager.ja va:213)

at org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkPlugin$1.construct(Bookmark Plugin.java:49)

at org.jivesoftware.spark.util.SwingWorker$2.run(SwingWorker.java:129)

at java.lang.Thread.run(Thread.java:595)

Mar 21, 2007 1:52:13 PM org.jivesoftware.spark.util.log.Log error

SEVERE:

item-not-found(404) Not Found

at org.jivesoftware.smackx.PrivateDataManager.getPrivateData(PrivateDataManager.ja va:213)

at org.jivesoftware.smackx.bookmark.BookmarkManager.retrieveBookmarks(BookmarkMana ger.java:219)

at org.jivesoftware.smackx.bookmark.BookmarkManager.getBookmarkedConferences(Bookm arkManager.java:91)

at org.jivesoftware.spark.ui.conferences.BookmarksUI$4.finished(BookmarksUI.java:1 72)

at org.jivesoftware.spark.util.SwingWorker$2$1.run(SwingWorker.java:136)

at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java: 242)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:16 3)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)

at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

java.lang.UnsatisfiedLinkError: Can’'t load library: /home/eabin/.Spark/plugins/idlelinux/lib/libLinuxIdle.so

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1650)

at java.lang.Runtime.load0(Runtime.java:769)

at java.lang.Runtime.load(Runtime.java:757)

at com.jivesoftware.idlelinux.LinuxIdle.(TransportUtils.java:48)

at org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin.populateTransports(Gat ewayPlugin.java:157)

at org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin.access$000(GatewayPlug in.java:59)

at org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin$1.construct(GatewayPlu gin.java:75)

at org.jivesoftware.spark.util.SwingWorker$2.run(SwingWorker.java:129)

at java.lang.Thread.run(Thread.java:595)

I’'m using spark Beta 4 with Java 1.5.0_06 (32-bit version) on opensuse 10.2 x86_64, and i need to do “export AWT_TOOLKIT=XToolkit” for spark to run.

It seems that apache commons are missing, i’'ll add the package myself and test again.