Happy hakking~!

-- 
Cheers,
Konrad 'ktoso <http://kto.so>' Malawski
Akka <http://akka.io/> @ Lightbend <http://lightbend.com/>

On February 12, 2018 at 11:04:28, Kilic Ali-Firat (kilic.alifi...@gmail.com)
wrote:

Hi Konrad,

It was the first time that I was using akka management, reading the
documentation I was missing a start() and a stop() in my code :)

Thank you !

Le lundi 12 février 2018 10:49:58 UTC+1, Konrad Malawski a écrit :
>
> You did not say which versions of libs you’re on, please say that always
> in such threads :)
>
> Assuming latest versions.
>
> The 2551 port is NOT the port that any HTTP is on; it’s where Akka
> remoting is bound to, HTTPing onto that one is not right :)
>
> How did you start the management endpoint? You’d know then which port you
> bound it to, see docs:
> https://developer.lightbend.com/docs/akka-management/
> current/akka-management.html#basic-usage
> (see port docs below)
>
> --
> Cheers,
> Konrad 'ktoso <http://kto.so>' Malawski
> Akka <http://akka.io/> @ Lightbend <http://lightbend.com/>
>
> On February 12, 2018 at 10:43:50, Kilic Ali-Firat (kilic.a...@gmail.com)
> wrote:
>
> Hi guys,
>
> I'm started to play with Akka Cluster HTTP management. I have a project of
> an Akka Cluster in which I added dependencies (latest) to have informations
> about my cluster members.
>
> I have two seed nodes : one starting on port 2551 and other one 2552. The
> seed nodes are joining the cluster without any problems.
>
> Then I'm making a GET  request on the first seed node to get cluster
> members on the first node
> http://localhost:2551/cluster/members
>
> But I didn't get a response and I see following debug messages :
>
> info] [WARN] [02/12/2018 10:40:37.382] [New I/O worker #4]
> [NettyTransport(akka://FGS)] Remote connection to [/0:0:0:0:0:0:0:1:50510]
> failed with org.jboss.netty.handler.codec.frame.TooLongFrameException:
> Adjusted frame length exceeds 128000: 1195725860 - discarded
> [info] [DEBUG] [02/12/2018 10:40:37.383] [New I/O worker #4]
> [NettyTransport(akka://FGS)] Remote connection to [/0:0:0:0:0:0:0:1:50510]
> was disconnected because of [id: 0x70bfc85b, /0:0:0:0:0:0:0:1:50510 :>
> /0:0:0:0:0:0:0:1:2551] DISCONNECTED
> [info] [DEBUG] [02/12/2018 10:40:37.384] [FGS-akka.remote.default-remote-
> dispatcher-4] [akka.tcp://FGS@localhost:2551/system/transports/
> akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FFGS%
> 400%3A0%3A0%3A0%3A0%3A0%3A0%3A1%3A50510-2] Association between local
> [tcp://FGS@localhost:2551] and remote [tcp://FGS@0:0:0:0:0:0:0:1:50510]
> was disassociated because the ProtocolStateActor failed: Unknown
> [info] [WARN] [02/12/2018 10:40:50.586] [New I/O worker #5]
> [NettyTransport(akka://FGS)] Remote connection to [/0:0:0:0:0:0:0:1:50538]
> failed with org.jboss.netty.handler.codec.frame.TooLongFrameException:
> Adjusted frame length exceeds 128000: 1195725860 - discarded
> [info] [DEBUG] [02/12/2018 10:40:50.587] [FGS-akka.remote.default-remote-
> dispatcher-13] [akka.tcp://FGS@localhost:2551/system/transports/
> akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FFGS%
> 400%3A0%3A0%3A0%3A0%3A0%3A0%3A1%3A50538-3] Association between local
> [tcp://FGS@localhost:2551] and remote [tcp://FGS@0:0:0:0:0:0:0:1:50538]
> was disassociated because the ProtocolStateActor failed: Unknown
> [info] [DEBUG] [02/12/2018 10:40:50.587] [New I/O worker #5]
> [NettyTransport(akka://FGS)] Remote connection to [/0:0:0:0:0:0:0:1:50538]
> was disconnected because of [id: 0x3ebbc530, /0:0:0:0:0:0:0:1:50538 :>
> /0:0:0:0:0:0:0:1:2551] DISCONNECTED
>
> Did I need to update configuration of my akka Cluster or I'm missing
> something else ?
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+...@googlegroups.com.
> To post to this group, send email to akka...@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
> --
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups
"Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to