Rails Server Already Running even after server shutdown, only works again after exiting terminal -
i'm using rails 4.0 on mountain lion.
i've looked @ other questions on regarding problem, answers i've seen delete server.pid file in question. doing temporary fix me, reappears when start server again , not go away. (or rather, pid number within file not go away). i'm not trying run multiple servers, trying able shut down server within terminal , start up.
when open fresh terminal , start rails server works first time. if shut server down, , try restart again, i'm given "already running" message. now, works if exit terminal, , open new terminal window. getting rather tedious. know deal might be?
use control-c shutdown rails properly.
if running tailing command, rails does, use control-c shut down correctly.
if running console command such ssh, postgresql, or rails console, use control-d exit properly.
i have no idea why (maybe can tell me), how is.
Comments
Post a Comment