On 5/9/07, ender <[EMAIL PROTECTED]> wrote:
Hello,
I just started looking into ActiveMQ, and wanted to try the Xmpp
functionality. However,
when I log in (using Spark 2.5.2 ), ActiveMQ issues the following warnings:
WARN ProtocolConverter - Iq Unknown to: null type: get from:
ende
[EMAIL PROTECTED]/spark id: UGqcX-4 element namespace: vcard-temp localName:
vCard
WARN ProtocolConverter - Iq Unknown to: null type: get from:
null
id: UGqcX-5 element namespace:
http://www.jivesoftware.org/protocol/sharedgroup
localName: sharedgroup
Thats just some xmpp protocols that we don't yet support
Additionaly, when I try to click 'Join Conference Room' in Spark, nothing
happens.
I followed http://activemq.apache.org/xmpp.html , but are there additional
configurations
that need to be done (e.g. configuring users)?
No - it should just work.
The ActiveMQ version used is the latest one from the SVN trunk, and I use
Sun Java 1.6.
Additionaly, when trying XMPP with ActiveMQ and Java 1.5, I get:
Exception in thread "ActiveMQ Transport Server: xmpp://localhost:61222"
java.lan
g.NoClassDefFoundError: javax/xml/stream/XMLStreamException
at
org.apache.activemq.transport.xmpp.XmppTransportServer.createTranspor
t(XmppTransportServer.java:42)
at
org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransport
Server.java:173)
at java.lang.Thread.run(Thread.java:595)
Thats a classpath issue, looks like you need the stax API jar
--
James
-------
http://macstrac.blogspot.com/