crockpotveggies
crockpotveggies

Reputation: 13300

Play! 2.0 hangs on "Application Started (dev)" after compile no errors

Seems like just yesterday I had this same problem with Play! v1. After trying everything I could think of, I am out of ideas as to what could cause Play! to just hang on the [info] play - Application started (Dev)

Here's a screenshot of what's persisting:

Play! hangs on compile no errors

And that's the story of my life. Does anyone know of a bug with v2 or have any ideas?

Update: Discovered this is only occuring in Dev mode...but that's still important ;)

Upvotes: 2

Views: 398

Answers (1)

crockpotveggies
crockpotveggies

Reputation: 13300

I found the problem, and it's a possible bug.

Discovered that the app hangs on the screen above when the server process file isn't cleaned up. So to get past this (for my particular case) you need to go to the root of your app and delete RUNNING_PID file.

Upvotes: 1

Related Questions