STUN fallback in error log

Description

As reported in the forum http://community.igniterealtime.org/message/212048#212048

Were is this getStunFallbackHost coming from?

May 4, 2011 11:50:30 AM org.jivesoftware.spark.util.log.Log error

SEVERE:

java.lang.NoSuchMethodError: org.jivesoftware.sparkimpl.settings.local.LocalPreferences.getStunFallbackHost( )Ljava/lang/String;

at org.jivesoftware.sparkplugin.JinglePlugin.initialize(JinglePlugin.java:95)

at org.jivesoftware.spark.PluginManager$2.run(PluginManager.java:508)

at java.awt.event.InvocationEvent.dispatch(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)

Environment

None

Activity

Walter Ebeling June 22, 2011 at 6:02 PM

Mass closing of all bugs resoved during 2.6.0 and 2.6.1

Holger Bergunde May 5, 2011 at 8:19 AM
Edited

LocalPreferences.java

  • Line 929 public String getStunFallbackHost()

  • Line 930 {

  • Line 931 return getString("stunFallbackHost", "none");

  • Line 932 }

strange behavior! the localpreferences has a method called "getStunFallbackHost". i'm wondering why jingle plugin could not find it. it's working for me.

maybe your are using the new jingleplugin with an old spark?! jingle plugin needs spark 2.6.0RC2 or higher!

Fixed

Details

Priority

Assignee

Reporter

Fix versions

Created May 4, 2011 at 4:24 PM
Updated October 28, 2020 at 11:06 AM
Resolved May 5, 2011 at 8:20 AM