LDAP VCard exception with 3.2.4

This shows up at startup, and every now and then thereafter. I’'m using an anonymous, read-only LDAP bind.

Is the exception cause for alarm? Should I ignore it?

Thanks,

Andrew

2007.05.24 00:04:02 [org.jivesoftware.wildfire.handler.IQvCardHandler.handleIQ(IQvCardHandler.java:91)]
java.lang.UnsupportedOperationException: VCard provider is read-only.
at org.jivesoftware.wildfire.vcard.VCardManager.setVCard(VCardManager.java:122)
at org.jivesoftware.wildfire.handler.IQvCardHandler.handleIQ(IQvCardHandler.java:82)
at org.jivesoftware.wildfire.handler.IQHandler.process(IQHandler.java:48)
at org.jivesoftware.wildfire.IQRouter.handle(IQRouter.java:300)
at org.jivesoftware.wildfire.IQRouter.route(IQRouter.java:104)
at org.jivesoftware.wildfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:67)
at org.jivesoftware.wildfire.net.StanzaHandler.processIQ(StanzaHandler.java:289)
at org.jivesoftware.wildfire.net.ClientStanzaHandler.processIQ(ClientStanzaHandler.java:79)
at org.jivesoftware.wildfire.net.StanzaHandler.process(StanzaHandler.java:254)
at org.jivesoftware.wildfire.net.StanzaHandler.process(StanzaHandler.java:153)
at org.jivesoftware.wildfire.nio.ConnectionHandler.messageReceived(ConnectionHandler.java:131)
at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:703)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:362)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:54)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:800)
at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:62)
at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:200)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:362)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:54)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:800)
at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:266)
at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:326)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Message was edited by: atlauren

I have been looking into this as well. It seems like, from the other threads I found, you should either

a.) ignore it

See http://www.igniterealtime.org/forum/thread.jspa?messageID=146306&#146306

b.) change a line in openfire.xml

See http://www.igniterealtime.org/forum/thread.jspa?messageID=142274&#142274

puskar wrote:

I have been looking into this as well. It seems like, from the other threads I found, you should either

a.) ignore it

See http://www.igniterealtime.org/forum/thread.jspa?messageID=146306&#146306

b.) change a line in openfire.xml

See http://www.igniterealtime.org/forum/thread.jspa?messageID=142274&#142274

Interesting, thanks for the update. Since changing that line discards the LDAP VCard, I think I’'ll just ignore the error.

There is an issue for this superfluous error referenced in the linked thread:

JM-1026