Re: Error trying to access JM through proxy

2015-10-05 Thread Robert Metzger
I filed a bug for this issue in our bug tracker https://issues.apache.org/jira/browse/FLINK-2821 (even though we can not do much about it, we should track the resolution of the issue). On Mon, Oct 5, 2015 at 5:34 AM, Stephan Ewen wrote: > I think this is yet another problem caused by Akka's over

Re: Error trying to access JM through proxy

2015-10-05 Thread Stephan Ewen
I think this is yet another problem caused by Akka's overly strict message routing. An actor system bound to a certain URL can only receive messages that are sent to that exact URL. All other messages are dropped. This has many problems: - Proxy routing (as described here, send to the proxy UR

Re: Error trying to access JM through proxy

2015-10-03 Thread Henry Saputra
Hi Emmanuel, Could you tell a bit how the proxy being setup? - Henry On Fri, Oct 2, 2015 at 1:55 PM, Emmanuel wrote: > When trying to access the JM through a proxy I get: > > > 19:26:23,113 ERROR akka.remote.EndpointWriter > - dropping message [class akka.actor.ActorSelectionMessage] for non-lo