Xebium
Xebium copied to clipboard
FitNesse is not shutting down properly
Hi,
I just downloaded upgraded copy of Xebium project (with fitnesse upgrade 20150424) and built using command mvn -Pfitnesse test
which is working fine. But I'm not able to shutdown FitNesse using URL http://localhost:8000/?responder=shutdown
.
It says FitNesse is shutting down...
in the browser but not killing java processes running behind the scene and also not releasing port properly. That is why, it continue to display the following in the command prompt.
Results :
Tests run: 88, Failures: 0, Errors: 0, Skipped: 7
[INFO] [INFO] --- maven-antrun-plugin:1.6:run (start-fitnesse) @ xebium --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks
main: [fitnesse] Starting FitNesse 20151230... (Selenium 2.52.0) [java] Loaded SymbolType fitnesse.wikitext.widgets.MavenClasspathSymbolType [java] root page: fitnesse.wiki.fs.FileSystemPage at .\FitNesseRoBootstrapping FitNesse, the fully integrated standalone wiki and acceptance test ing framework. [java] ot#latest [java] logger: none [java] authenticator: fitnesse.authentication.PromiscuousAuthenticator [java] page factory: fitnesse.html.template.PageFactory [java] page theme: bootstrap [java] Starting FitNesse on port: 8000
After invoking shutdown responder in the browser I need to press CTRL + C
in the command prompt and then kill java processes associated to it in the Windows Task Manager.
Any idea how to get around this issue?
Thanks.
Hi,
FitNesse 20150814 has an issue with not shutting down (and not responding to requests either). AFAIK 20150424 worked fine. Anyway, the edge version has been tested and shuts down fine. You can obtain it from https://cleancoder.ci.cloudbees.com/job/fitnesse/.
On 02 Mar 2016, at 18:01, aquddos123 [email protected] wrote:
Hi,
I just downloaded upgraded copy of Xebium project (with fitnesse upgrade 20150424) and built using command mvn -Pfitnesse test which is working fine. But I'm not able to shutdown FitNesse using URL http://localhost:8000/?responder=shutdown.
It says FitNesse is shutting down... in the browser but not killing java processes running behind the scene and also not releasing port properly. That is why, it continue to display the following in the command prompt.
` Results :
Tests run: 88, Failures: 0, Errors: 0, Skipped: 7
[INFO] [INFO] --- maven-antrun-plugin:1.6:run (start-fitnesse) @ xebium --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks
main: [fitnesse] Starting FitNesse 20151230... (Selenium 2.52.0) [java] Loaded SymbolType fitnesse.wikitext.widgets.MavenClasspathSymbolType [java] root page: fitnesse.wiki.fs.FileSystemPage at .\FitNesseRoBootstrapping FitNesse, the fully integrated standalone wiki and acceptance test ing framework. [java] ot#latest [java] logger: none [java] authenticator: fitnesse.authentication.PromiscuousAuthenticator [java] page factory: fitnesse.html.template.PageFactory [java] page theme: bootstrap [java] Starting FitNesse on port: 8000`
After invoking shutdown responder in the browser I need to press CTRL + C in the command prompt and then kill java processes associated to it in the Windows Task Manager.
Any idea how to get around this issue?
Thanks.
— Reply to this email directly or view it on GitHub.