You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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/.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 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 + 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.
The text was updated successfully, but these errors were encountered: