Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Openfire-Spark Avatar Error

$
0
0

So, I've been running Openfire 3.6.0 for a while now with Spark 2.5.8 on the clients. I'm using the default database, with LDAP integration. I'm trying to give my users the ability to update their profiles with avatars. I've looked at all of the tickets and nothing has fixed my problem. I tried the plugin, but then realized that it's unnecessary for my version of Openfire. Right now i've got ldap.override.avatarset to true. I don't have photos in Active Directory. When I try to add an avatar to my profile in Spark (Spark-->Edit My Profile...-->Avatar tab-->Browse...) it gives me the "Server does not support VCards. Unable to update your VCard" error. The below gets dumped to the error log.

 

Any ideas?

 

Thanks,

Cal

 

Dec 16, 2008 5:21:20 PM org.jivesoftware.spark.util.log.Log error
SEVERE:
internal-server-error(500)
    at org.jivesoftware.smackx.packet.VCard.save(VCard.java:495)
    at org.jivesoftware.sparkimpl.profile.VCardEditor.saveVCard(VCardEditor.java:422)
    at org.jivesoftware.sparkimpl.profile.VCardEditor.access$000(VCardEditor.java:50)
    at org.jivesoftware.sparkimpl.profile.VCardEditor$1.propertyChange(VCardEditor.jav a:129)
    at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
    at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
    at java.awt.Component.firePropertyChange(Unknown Source)
    at javax.swing.JOptionPane.setValue(Unknown Source)
    at javax.swing.plaf.basic.BasicOptionPaneUI$ButtonActionListener.actionPerformed(U nknown Source)
    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.plaf.basic.BasicButtonListener.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)


Viewing all articles
Browse latest Browse all 10742

Trending Articles