Open Ports in Karaf

2010-11-09 Thread Roshan A. Punnoose
Hi, I am trying to figure out what ports Karaf opens up. I was able to get most of them (ssh, jmx rmi, etc) except a few. Everytime Karaf starts up (v. 2.1.0) it opens up two randomly assigned ports in the high numbers. For example: 3:tcp4 0 0 127.0.0.1.57165*.*

Re: Open Ports in Karaf

2010-11-09 Thread Mike Van
Rosh, Could you please let us know how you identified that as an issue? I'd like to see if I can replicate this with Karaf 2.0 and 1.6. v/r, Mike Van - Original Message - From: Roshan A. Punnoose [via Karaf] ml-node+1870475-1529360336-228...@n3.nabble.com To: Mike Van

RE: Open Ports in Karaf

2010-11-09 Thread Roshan A. Punnoose
First I ran the command netstat -an | grep LISTEN on my Terminal before starting the container and got the list of open ports. Then after starting the container, I reran the command and did a diff and that's how I found the alx open ports. I could account for all except the two I listed below.

Re: Open Ports in Karaf

2010-11-09 Thread Christian Müller
Hello Roshan, looks like an issue we figured out some weeks ago. I discussed this in [1] and opened an issue for it [2]. It's fixed in 2.2.0 and it's easy to fix it in previous versions... Hope this helps. [1]

Re: Open Ports in Karaf

2010-11-09 Thread Guillaume Nodet
One of them must be the tcp port opened to stop karaf as in tomcat (i.e. a free random port is opened and bound to the localhost only and written to the data/port file). It can be configured using the karaf.shutdown.port property (the default value of 0 means a random port). Not sure about the