]
Alexey Kazakov updated JBIDE-20684:
-----------------------------------
Fix Version/s: 4.3.1.Final
4.4.0.Alpha1
(was: 4.3.0.CR1)
Restarting Livereload server fails when it is in use
----------------------------------------------------
Key: JBIDE-20684
URL:
https://issues.jboss.org/browse/JBIDE-20684
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: livereload
Affects Versions: 4.3.0.CR1
Reporter: Jan Richter
Assignee: Xavier Coulon
Priority: Critical
Fix For: 4.3.1.Final, 4.4.0.Alpha1
When I load some page with livereload, e.g. by using the 'show in browser via
livereload' and then try to restart the livereload server, the server stops and
won't start again.
This is the error message:
{noformat}Cannot start LiveReload server because port 35729 is already in use.{noformat}
Trying to start the server then will fail with the same error. It seems though there is
some timeout after which the port is released and the server can start again. Still, it
somewhat defeats the purpose of the 'Restart' function.