Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing while starting #4

Open
samuelandert opened this issue Nov 3, 2013 · 4 comments
Open

Crashing while starting #4

samuelandert opened this issue Nov 3, 2013 · 4 comments

Comments

@samuelandert
Copy link

I have the following crash, when I try to start the meteor up:

=> Exited with code: 8
=> Meteor server restarted
W202403-15:25:43.427(1)? (STDERR) /Users/samuel/.meteor/tools/bebd881297/lib/node_modules/fibers/future.js:173
W202403-15:25:43.428(1)? (STDERR) throw(ex);
W202403-15:25:43.428(1)? (STDERR) ^
W202403-15:25:43.432(1)? (STDERR) ReferenceError: Meteor is not defined
W202403-15:25:43.433(1)? (STDERR) at app/server/lib/serve.js:6:1
W202403-15:25:43.433(1)? (STDERR) at app/server/lib/serve.js:19:3
W202403-15:25:43.434(1)? (STDERR) at /Volumes/Data/Localhost/ground-control/.meteor/local/build/programs/server/boot.js:154:10
W202403-15:25:43.434(1)? (STDERR) at Array.forEach (native)
W202403-15:25:43.435(1)? (STDERR) at Function..each..forEach (/Users/samuel/.meteor/tools/bebd881297/lib/node_modules/underscore/underscore.js:79:11)
W202403-15:25:43.435(1)? (STDERR) at /Volumes/Data/Localhost/ground-control/.meteor/local/build/programs/server/boot.js:81:5

@tmeasday
Copy link
Member

tmeasday commented Nov 3, 2013

Hi Samuel,

Maybe just try stopping Meteor and starting it again?

On Monday, 4 November 2013 at 1:28 am, Samuel Andert wrote:

I have the following crash, when I try to start the meteor up:
=> Exited with code: 8
=> Meteor server restarted
W202403-15:25:43.427(1)? (STDERR) /Users/samuel/.meteor/tools/bebd881297/lib/node_modules/fibers/future.js:173
W202403-15:25:43.428(1)? (STDERR) throw(ex);
W202403-15:25:43.428(1)? (STDERR) ^
W202403-15:25:43.432(1)? (STDERR) ReferenceError: Meteor is not defined
W202403-15:25:43.433(1)? (STDERR) at app/server/lib/serve.js:6:1
W202403-15:25:43.433(1)? (STDERR) at app/server/lib/serve.js:19:3
W202403-15:25:43.434(1)? (STDERR) at /Volumes/Data/Localhost/ground-control/.meteor/local/build/programs/server/boot.js:154:10
W202403-15:25:43.434(1)? (STDERR) at Array.forEach (native)
W202403-15:25:43.435(1)? (STDERR) at Function..each..forEach (/Users/samuel/.meteor/tools/bebd881297/lib/node_modules/underscore/underscore.js:79:11)
W202403-15:25:43.435(1)? (STDERR) at /Volumes/Data/Localhost/ground-control/.meteor/local/build/programs/server/boot.js:81:5


Reply to this email directly or view it on GitHub (#4).

@samuelandert
Copy link
Author

No difference.
I' am currently on Meteor 0.6.6.2

@tmeasday
Copy link
Member

tmeasday commented Nov 6, 2013

Hi Sam,

Sorry, I took a closer look and (although I'm getting a different error), there's clearly a problem in that GC hasn't been updated to work with 0.6.5.

I've pushed a commit that locks us to 0.6.4 now, you should be able to run it if you pull.

@samuelandert
Copy link
Author

Lovely, perfect! Thank you Tom!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants