Classafe activator will not start a second time

This is the first time I've used Activator Activator. I am using version 1.0.13 on Windows 7 64

I successfully created JAVA_HOME in the environment properties. Having moved to the Activator folder, I successfully executed the .bat activator, and my terminal window opened and executed the download code until http://127.0.0.1:8888/it opens, and I was in Activator Activator.

I noticed that the terminal window is still open, and decided that I want to clear the workspace, so I closed it, not realizing that the activator needs to start it.

After restarting Windows, I opened the .bat activator, and it checks for an update, and then closes it without starting Activate Activator. I'm not sure what is wrong, or how to make it work again.

Has anyone experienced this problem and successfully found a solution to start it again?

+3
source share
2 answers

Delete the RUNNING_PID file and you can start the application again.

+4
source

I do not have enough reputation to comment on the answer ... but the reason "RUNNING_PID" does not stop and is not deleted, when you close the command line from the "X" button directly, the file "RUNNING_PID" is not deleted from the activator folder structure.

When you exit the activator console with "Ctrl + C", you will kill both JVMs: the Play console and the forked Play server (by deleting "RUNNING_PID" correctly).

Read more here: http://www.playframework.com/documentation/2.0.4/Production

+1
source

All Articles