I'm trying to make G Cloud App Engine work with my...
# ktor
t
I'm trying to make G Cloud App Engine work with my Ktor project, but when I stop the
appengineRun
task and re-launch, I get
Caused by: <http://java.net|java.net>.BindException: Address already in use: bind
, and when I refresh
localhost:8080
, it still works, even though the task is stopped. What is going on?
l
You might need to stop java from the task manager. Happened to me once too but I wasnt sure why.
t
That's really weird. Is there no other way?
l
Restart intellij maybe? This only happened to me once and it was not a recurring issue.