xolvio / meteor-rtd-example-project

A template project to use for creating a meteor app with unit and webdriver testing
91 stars 27 forks source link

grunt and meteor not running at the same time. Crash. #10

Closed timhaines closed 11 years ago

timhaines commented 11 years ago

Following the instructions in the readme..

When I run meteor first, and then grunt, meteor crashes with 'Terminated: 15'

When I run grunt first, meteor won't start, saying "Can't listen on port 3000. Perhaps another Meteor is running?"

When I run grunt first, and try running meteor on a different port (say 3005 or 8080), I get a mongo error repeated 3 times before meteor gives up: Unexpected mongo exit code 100. Restarting.

Using Meteor Release 0.6.3.1

samhatoum commented 11 years ago

Hey Tim. RTD starts meteor for you on port 3000. When it first starts, it kills any existing meteor/mongo instances

timhaines commented 11 years ago

Hey, so it does! :-) To help future newbs, maybe the output of the grunt file (and readme) could let you know it does that?

timhaines commented 11 years ago

Also - Thank you!

xolvio commented 11 years ago

it used to, then I thought turning off all the noise was a good thing. Perhaps some info is not noise. I'll add in the next update.

xolvio commented 11 years ago

and your'e welcome!