You probably running Windows with some VPN client. I noticed several
time even outside of ServiceMix (i.e., JBoss) that occasionally port
1099 is taken by the VPN process. So when it happens I try to kill VPN
connection and most of the time it'll free the port. Some times it is
some other windows process that takes the port so I use Windows "Fix
All" utility (a.k.a reboot) or simply change the port to a different
value.
Oleg

-----Original Message-----
From: Guillaume Nodet [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 03, 2007 8:38 AM
To: [email protected]
Subject: Re: serviceMix web problem

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#a13015
243
> >> 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#a13017
658
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to