Re: Using activemq as a jabber server

2008-04-23 Thread Hatta
Hi there, May I know the reference to the wiki which James has updated. I would also like to know how to turn off the auto discovery of the server Abdullah Jibaly-3 wrote: > > Just a note that this turned out to be the Spark client itself. James > added a note on the wiki showing how to turn

Re: Using activemq as a jabber server

2007-08-24 Thread 107
Hello, All! I also try to use ActiveMQ as Jabber Server. I was build it from last svn trunk "apache-activemq-5.0-SNAPSHOT" (20070823) After start I see only one message about "Failed to create local registry", and ActiveMQ starts successfully (for ex. WebConsole works fine). But when I try to logi

Re: Using activemq as a jabber server

2007-03-09 Thread Abdullah Jibaly
Just a note that this turned out to be the Spark client itself. James added a note on the wiki showing how to turn off auto discovery of server/port so shouldn't be an issue anymore. On 3/9/07, James Strachan <[EMAIL PROTECTED]> wrote: BTW do you see any DEBUG statements showing that the XMPP tr

Re: Using activemq as a jabber server

2007-03-09 Thread James Strachan
BTW do you see any DEBUG statements showing that the XMPP transport in ActiveMQ is receiving messages over XMPP? On 3/9/07, James Strachan <[EMAIL PROTECTED]> wrote: Are you sure there's not a firewall or something between your Spark client and the broker? On 3/9/07, Abdullah Jibaly <[EMAIL PRO

Re: Using activemq as a jabber server

2007-03-09 Thread James Strachan
Are you sure there's not a firewall or something between your Spark client and the broker? On 3/9/07, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: Here's the only exception I saw when I changed the log level to debug: DEBUG ManagementContext - Failed to create local registry java.lan

Re: Using activemq as a jabber server

2007-03-09 Thread Abdullah Jibaly
Here's the only exception I saw when I changed the log level to debug: DEBUG ManagementContext - Failed to create local registry java.lang.ClassNotFoundException: mx4j.tools.naming.NamingService at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.

Re: Using activemq as a jabber server

2007-03-09 Thread James Strachan
I'm a bit stumped on this one. All I can think of right now is you enable debug logging in the log4j.properties file and see if that helps any On 3/9/07, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: Here is a screenshot showing the error I'm getting, as well as my activemq.xml: http://ac

Re: Using activemq as a jabber server

2007-03-09 Thread Abdullah Jibaly
I forgot to mention, I also tried that simpleAuthenticationPlugin sample, put it in my activemq.xml but the command agent then fails to startup. I'm running off of the svn trunk and built activemq using maven. Thanks, Abdullah On 3/9/07, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: Hi James, Tha

Re: Using activemq as a jabber server

2007-03-09 Thread Abdullah Jibaly
Hi James, Thanks for the response. The method you outlined is exactly what I want to use it for. However, I think my question is much more basic: In the xmpp page you have an example with spark, using a username and password right? How do I configure a username and password is my question? I trie

Re: Using activemq as a jabber server

2007-03-09 Thread James Strachan
On 3/8/07, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: Hi all, I'm having trouble setting up ActiveMQ as a Jabber server. I tried to follow the directions on the xmpp page but there are lots of holes in it. For example, how do I configure the username/password, where do i set those up? Has anyone