eclipse GWT plugin jetty server problem

2011-05-26 Thread othman
Hi, i keep having an issue with GWT eclipse (helios) plugin in Linux box (opensuse 11.4). sometimes if i stop the dev mode server and then try Run as- web Application it gives me the below error. sometimes this doesn't give error and the dev mode app is started by the gwt eclipse plugin. maybe

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread Juan Pablo Gardella
The error java.net.BindException: Address already in use indicate that you have a process that are listening in this port. 2011/5/26 othman othmanelmou...@gmail.com Hi, i keep having an issue with GWT eclipse (helios) plugin in Linux box (opensuse 11.4). sometimes if i stop the dev mode

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread othman
probably this command : $sudo netstat --tcp --udp --listening -- program But why sometimes the port is free and app can run whether sometimes the port is not? this is a strange behavior maybe related to eclipse gwt plugin? On May 26, 9:52 pm, othman othmanelmou...@gmail.com wrote: there are no

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread Alan Chaney
Try running: ps alx | grep java and carefully check that the jetty server has shut down properly. Sometimes a bug can stop the server shutting down, and thus the port appears to be still in use when you try and start another instance. HTH Alan On 5/26/2011 2:09 PM, othman wrote:

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread othman
thanks. could the gwt eclipse plugin developers team check with us if this is a known bug for the gwt eclipse plugin in Linux? does anyone experience this same problem? thanks On May 26, 10:12 pm, Alan Chaney a...@mechnicality.com wrote: Try running: ps alx | grep java and carefully check

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread Thomas Broyer
It's been reported several times: http://code.google.com/p/google-web-toolkit/issues/detail?id=3957 http://code.google.com/p/google-web-toolkit/issues/detail?id=4312 http://code.google.com/p/google-web-toolkit/issues/detail?id=4514 (pay attention to the issues status) -- You received this

Re: eclipse GWT plugin jetty server problem

2011-05-26 Thread othman El Moulat
thank you this has given one method that solves the problem automatically select unused port On Thu, May 26, 2011 at 11:14 PM, Thomas Broyer t.bro...@gmail.com wrote: It's been reported several times: http://code.google.com/p/google-web-toolkit/issues/detail?id=3957