[jadmin] ERROR: tried to bind 'www.hostname.com', but it's already bound

Mark Doliner mark at meebo.com
Fri Nov 2 11:44:29 CDT 2007


On Nov 2, 2007 at 7:18 AM, KwangRim Ahn wrote:
> I installed jabberd-2.1.15. I got following error
> 
> Nov  2 10:50:16 hostname jabberd/router[8498]: [ 127.0.0.1
> <http://127.0.0.1/> , port=3158] tried to bind ' www.hostname.com
> <http://www.hostname.com/> ', but it's already bound
> Nov  2 10:50:16 hostname jabberd/sm[8500]: router refused bind request
> (409)
> Nov  2 10:50:16 hostname jabberd/c2s[8502]: shutting down
> Nov  2 10:50:16 hostname jabberd/resolver[8499]: shutting down
> 
> What happened?

It looks like you have two components that are trying to bind with the same id.  Specifically it looks like your c2s component is trying to bind as ‘www.hostname.com’.  Try changing the <id> tag in your c2s.xml to be an arbitrary string, like ‘c2s’.  sm should be the only component that binds with the id ‘www.hostname.com’

-Mark


More information about the JAdmin mailing list