<div dir="ltr"><div>I&#39;ve be doing some tests with WF 10.<br></div><div><br></div><div>I&#39;ve noticed that are some connections being established intra-process to and from ephemeral ports. This is without having any application deployed.</div><div><br></div><div>C:\&gt;netstat -nao | findstr 28692</div><div>  TCP    <a href="http://127.0.0.1:8280">127.0.0.1:8280</a>         <a href="http://0.0.0.0:0">0.0.0.0:0</a>              LISTENING       28692</div><div>  TCP    <a href="http://127.0.0.1:10190">127.0.0.1:10190</a>        <a href="http://0.0.0.0:0">0.0.0.0:0</a>              LISTENING       28692</div><div>  TCP    <a href="http://127.0.0.1:64778">127.0.0.1:64778</a>        <a href="http://127.0.0.1:64779">127.0.0.1:64779</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64779">127.0.0.1:64779</a>        <a href="http://127.0.0.1:64778">127.0.0.1:64778</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64780">127.0.0.1:64780</a>        <a href="http://127.0.0.1:64781">127.0.0.1:64781</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64781">127.0.0.1:64781</a>        <a href="http://127.0.0.1:64780">127.0.0.1:64780</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64782">127.0.0.1:64782</a>        <a href="http://127.0.0.1:64783">127.0.0.1:64783</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64783">127.0.0.1:64783</a>        <a href="http://127.0.0.1:64782">127.0.0.1:64782</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64784">127.0.0.1:64784</a>        <a href="http://127.0.0.1:64785">127.0.0.1:64785</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64785">127.0.0.1:64785</a>        <a href="http://127.0.0.1:64784">127.0.0.1:64784</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64786">127.0.0.1:64786</a>        <a href="http://127.0.0.1:64787">127.0.0.1:64787</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64787">127.0.0.1:64787</a>        <a href="http://127.0.0.1:64786">127.0.0.1:64786</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64788">127.0.0.1:64788</a>        <a href="http://127.0.0.1:64789">127.0.0.1:64789</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64789">127.0.0.1:64789</a>        <a href="http://127.0.0.1:64788">127.0.0.1:64788</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64790">127.0.0.1:64790</a>        <a href="http://127.0.0.1:64791">127.0.0.1:64791</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64791">127.0.0.1:64791</a>        <a href="http://127.0.0.1:64790">127.0.0.1:64790</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64792">127.0.0.1:64792</a>        <a href="http://127.0.0.1:64793">127.0.0.1:64793</a>        ESTABLISHED     28692</div><div>  TCP    <a href="http://127.0.0.1:64793">127.0.0.1:64793</a>        <a href="http://127.0.0.1:64792">127.0.0.1:64792</a>        ESTABLISHED     28692</div><div><br></div><div>*Setup*</div><div>Wildfly 10 final (just downloaded / no applications deployed / port offset:150)</div><div>Windows 7 64bits</div><div>Java 8u20</div><div><br></div><div>Can someone clarify why is this happening? Or provide some troubleshooting tips?</div><div><br></div><div>*Connection pattern*</div><div>Using WinCap I was able to identify the communication pattern:</div><div>Client Connects [SYN]</div><div>Server Ack [SYN, ACK]</div><div>Client Ack [ACK]</div><div>Client Push [PSH] - It pushes 8 bytes (e.g., in hex, e6202552f2b95f6f)</div><div>Optionally the server pushes some data periodically (always the same)</div><div>Server Push [PSH] - It pushes 1 bytes (in hex, 1)</div><div><br></div><div><br></div><div>I&#39;ve reported a problem related with this in the user&#39;s forum, but I still don&#39;t have a answer.</div><div>Link: <a href="https://developer.jboss.org/message/953900">https://developer.jboss.org/message/953900</a></div><div><br></div><div>Thanks,</div><div>Luís M. Costa</div></div>