Red5plugin in spark in ubuntu

I’ve search through the forums to find out this question, but all I see to find are threads talking about Spark in Ubuntu. (Usually the problem is installing java - that is not the case here).

We have the plugin working fine in Windows, but when we click on (Open Audio/Video Roster, View Audio/View Messages) under the Red5 menu nothing pops up. Maybe I missing the obvious that the only flash linux has is a plugin for mozilla, or maybe someone has gotten this to work fine in Linux and I’m just overlooking the post.

Jan 9, 2009 1:14:37 PM org.jivesoftware.spark.util.log.Log error
SEVERE: Red5-Error: Properties-file does not exist= /home/me/Spark/red5.properties
Jan 9, 2009 1:14:37 PM org.jivesoftware.spark.util.log.Log warning
WARNING: Bandwidth = 25600
Jan 9, 2009 1:14:37 PM org.jivesoftware.spark.util.log.Log warning
WARNING: Pic Quality = 0
Jan 9, 2009 1:14:37 PM org.jivesoftware.spark.util.log.Log warning
WARNING: FPS = 15
Jan 9, 2009 1:14:37 PM org.jivesoftware.spark.util.log.Log warning
WARNING: Mic Samp = 8
Jan 9, 2009 1:14:37 PM org.jivesoftware.spark.util.log.Log warning
WARNING: Red5 URL = rtmp:/oflaDemo
Jan 9, 2009 1:14:37 PM org.jivesoftware.spark.util.log.Log warning
WARNING: Red5 Web Root = red5
Jan 9, 2009 1:14:37 PM org.jivesoftware.spark.util.log.Log warning
WARNING: Web Port = 7070
Exception in thread “AWT-EventQueue-0” java.lang.NoClassDefFoundError: org/jdesktop/jdic/browser/BrowserEngineManager
at org.jivesoftware.spark.component.browser.NativeBrowserViewer.initializeBrowser( NativeBrowserViewer.java:33)
at org.jivesoftware.spark.component.browser.BrowserFactory.getBrowser(BrowserFacto ry.java:45)
at org.jivesoftware.spark.plugin.red5.Red5Plugin.displayConfBrowser(Red5Plugin.jav a:711)
at org.jivesoftware.spark.plugin.red5.Red5Plugin.access$200(Red5Plugin.java:27)
at org.jivesoftware.spark.plugin.red5.Red5Plugin$5.actionPerformed(Red5Plugin.java :173)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

I posted my error log. I don’t see anything that directly relates to red5 and the roster not opening, but there maybe a debug flag somewhere that makes this output more verbose.

Thank you,

same pronlem on 2.5.8 with red5plugin in ubuntu9.04/10.04/fedora14, any one know the resolution?