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,
I just downloaded upgraded copy of Xebium project (with fitnesse upgrade 20150424) and built using command
mvn -Pfitnesse testwhich is working fine. But I'm not able to shutdown FitNesse using URLhttp://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 + Cin 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.