Unknown Listener at random ports

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Unknown Listener at random ports

snigade@broadsoft.com
When starting application, I see following listener:

netstat -anp | grep -w LISTEN | grep java
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 :::1099                     :::*                        LISTEN      11666/java          
tcp        0      0 :::8080                     :::*                        LISTEN      11666/java          
tcp        0      0 :::8181                     :::*                        LISTEN      11666/java          
tcp        0      0 :::38360                    :::*                        LISTEN      11666/java          
tcp        0      0 ::ffff:127.0.0.1:10523      :::*                        LISTEN      11666/java  

Port :::38360, this randomly port. (43594, 44559). Every time, I restart it comes with different port. Trying to dig down and find what is listener on this port. But couldn't find.

1099, 8080 & 8181, which we set in ofbiz-container. 10523 for Startup. But this one really don't know what it is.

Any idea, which process is running this?

Thanks
Sameer
Reply | Threaded
Open this post in threaded view
|

Re: Unknown Listener at random ports

Deepak Dixit-4
Hi Sameer,

Your email has been moderated, Please subscribe user mailing list
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit


On Sat, Sep 8, 2018 at 6:34 AM, [hidden email] <[hidden email]
> wrote:

> When starting application, I see following listener:
>
> netstat -anp | grep -w LISTEN | grep java
> (Not all processes could be identified, non-owned process info
>  will not be shown, you would have to be root to see it all.)
> tcp        0      0 :::1099                     :::*
>   LISTEN      11666/java
> tcp        0      0 :::8080                     :::*
>   LISTEN      11666/java
> tcp        0      0 :::8181                     :::*
>   LISTEN      11666/java
> tcp        0      0 :::38360                    :::*
>   LISTEN      11666/java
> tcp        0      0 ::ffff:127.0.0.1:10523      :::*
>   LISTEN      11666/java
>
> Port :::38360, this randomly port. (43594, 44559). Every time, I restart
> it comes with different port. Trying to dig down and find what is listener
> on this port. But couldn't find.
>
> 1099, 8080 & 8181, which we set in ofbiz-container. 10523 for Startup. But
> this one really don't know what it is.
>
> Any idea, which process is running this?
>
> Thanks
> Sameer
>
grv
Reply | Threaded
Open this post in threaded view
|

Re: Unknown Listener at random ports

grv
Hello Sameer

They are most likely to be GradleDaemon or GradleWrapper...

Please use *jps *command that comes bundled with JDK. It will list the name
of the process as well so you'd have an idea what process lis listening on
which port. Just run *jps* and observe the output.

Best,
Girish Vasmatkar
HotWax Systems

On Sat, Sep 8, 2018 at 2:15 PM Deepak Dixit <[hidden email]> wrote:

> Hi Sameer,
>
> Your email has been moderated, Please subscribe user mailing list
> http://ofbiz.apache.org/mailing-lists.html
>
> Thanks & Regards
> --
> Deepak Dixit
>
>
> On Sat, Sep 8, 2018 at 6:34 AM, [hidden email] <
> [hidden email]
> > wrote:
>
> > When starting application, I see following listener:
> >
> > netstat -anp | grep -w LISTEN | grep java
> > (Not all processes could be identified, non-owned process info
> >  will not be shown, you would have to be root to see it all.)
> > tcp        0      0 :::1099                     :::*
> >   LISTEN      11666/java
> > tcp        0      0 :::8080                     :::*
> >   LISTEN      11666/java
> > tcp        0      0 :::8181                     :::*
> >   LISTEN      11666/java
> > tcp        0      0 :::38360                    :::*
> >   LISTEN      11666/java
> > tcp        0      0 ::ffff:127.0.0.1:10523      :::*
> >   LISTEN      11666/java
> >
> > Port :::38360, this randomly port. (43594, 44559). Every time, I restart
> > it comes with different port. Trying to dig down and find what is
> listener
> > on this port. But couldn't find.
> >
> > 1099, 8080 & 8181, which we set in ofbiz-container. 10523 for Startup.
> But
> > this one really don't know what it is.
> >
> > Any idea, which process is running this?
> >
> > Thanks
> > Sameer
> >
>