我正在调试Channel API使用的问题,这个问题在本地(编译)和部署时发生,具体取决于我在GWT编译时的GWT日志配置。
注意:我知道GAE 1.7.2中有Channels的问题,并在运行local时在我的web.xml中添加_ah_DevSocketFilter来解决它。
在本地启动我的页面(127.0.0.1:8888)我在Chrome控制台中获得以下输出:
GET http://127.0.0.1:8888/_ah/channel/dev?command=connect&channel=channel-vzwzro-1350552986426-ALL:ALL 500 (ApplicationError: 2: Received exception executing http method POST against URL http://0.0.0.0:8888/_ah/channel/connected/: Permission denied: Not allowed to issue a socket connect: permission denied.)
有谁知道它从哪里获得0.0.0.0的IP地址,为什么?