I am debugging a problem with Channel API use which occurs locally 
(compiled) and deployed depending on my GWT Logging configuration when I 
GWT compile it.

I am aware of the problem in GAE 1.7.2 with Channels and add in 
the _ah_DevSocketFilter in my web.xml when running local, to get around it.

Starting up my page locally (127.0.0.1:8888) I get the following output in 
Chrome's console:

GET 
http://127.0.0.1:8888/_ah/channel/dev?command=connect&channel=channel-vzwzro-1350552986426-ALL:ALL500
 (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.) 

Does anyone know where it's getting that 0.0.0.0 IP address from, and why?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/iZQjSNsL7V0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to