BlazeDS rejected connection from some IP address
Posted
by
Shamal Karunarathne
on Stack Overflow
See other posts from Stack Overflow
or by Shamal Karunarathne
Published on 2010-12-27T07:39:41Z
Indexed on
2010/12/27
8:54 UTC
Read the original article
Hit count: 283
Hi,
I'm using the BlazeDS binary version with Apache tomcat 6.0. And it seems there's a developer mode active and it only allows 3 IPs to connect to the application (Server).
This is what the log says:
[BlazeDS]MessageBroker '__default__' rejected connection from address 'xxx.xxx.xx.x'; Developer mode addresses already in use: xxx.x.xxx.xx, xxx.xxx.xxx.xxx, xx.xxx.xxx.xx
(IP addresses are masked with 'x' for privacy)
I have not added any special configuration to make developer mode active. I couldn't find any resources related to this scenario either. Please help.
Thanks in Advance.
© Stack Overflow or respective owner