<?xml version="1.0" encoding="UTF-8"?> <beans xmlns:xmpp="http://servicemix.apache.org/xmpp/1.0" xmlns:jabberbot="http://jabberbot"> <xmpp:component user="servicemix-u...@tangsuyuk" password="servicemix-pwd"> <xmpp:endpoints> <xmpp:privateChatEndpoint service="jabberbot:LSJabberService" endpoint="endpoint" uri="xmpp://tangsuyuk/test-u...@tangsuyuk" /> </xmpp:endpoints> </xmpp:component> </beans>
Actually, the error happens when I connect from Pidgen to Openfire. Anyway, am I using right config? jwy923 wrote: > > I am running Openfire (Jabber Server) locally. > I created servicemix-user/servicemix-pwd account in Openfire. > And using Pidgin I try to connect to Openfire. > > According to Openfire admin web page, the user is authenticated. > However, in my pidgin, it is "Not Authorized" (Note that it is not > Authenticated) > > Here is the Openfire log. I don't understand why.... > Please help me... > > John > > > 2008.12.18 13:33:56 > [org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSession(LocalOutgoingServerSession.java:258) > ] Error trying to connect to remote server: servicemix-user(DNS lookup: > servicemix-user:5269) > java.net.UnknownHostException: servicemix-user > at java.net.PlainSocketImpl.connect(Unknown Source) > at java.net.SocksSocketImpl.connect(Unknown Source) > at java.net.Socket.connect(Unknown Source) > at > org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSession(LocalOutgoingServerSession.java:253) > at > org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain(LocalOutgoingServerSession.java:144) > at > org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPacket(OutgoingSessionPromise.java:239) > at > org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(OutgoingSessionPromise.java:216) > 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) > > -- View this message in context: http://www.nabble.com/XMPP-with-Openfire---Error-trying-to-connect-to-remote-server%3A-servicemix-user-tp21079241p21080161.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
