You can try netstat command with the various options to find which process is using the port and shut it down. Alternatively, you could find the port config in conf/servicemix.properties and change it to another value.
On 10/3/07, Bou <[EMAIL PROTECTED]> wrote: > > Thx Freeman Fang it's that but how can i free the port ??? > > > > Freeman Fang wrote: > > > > Hi Bou, > > > > The error shows the 1099 port of your machine is used by another process, > > typically, the rmiRegistry. Would you check it and ensure the 1099 port is > > free? > > you can use command line tool like > > "netstat" to check which port is used. > > > > Freeman > > > > > > On 10/3/07, Bou <[EMAIL PROTECTED]> wrote: > >> > >> > >> I managed to install like they said in the documentation: > >> mvn jetty:run > >> > >> But i have always the same error and i don't know where it came frome > >> > >> Embedded error: Error creating bean with name 'rmiRegistry' defined in > >> ServletContext resource [/WEB-INF/jmx.xml]: Invocation of > >> failed; nested exception is java.rmi.server.ExportException: Port already > >> in use: 1099; nested exception is: > >> java.net.BindException: Address already in use: JVM_Bind > >> -- > >> View this message in context: > >> http://www.nabble.com/serviceMix-web-problem-tf4560615s12049.html#a13015243 > >> Sent from the ServiceMix - User mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/serviceMix-web-problem-tf4560615s12049.html#a13017658 > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
