I can't deploy after upgrading to Meteor 1.3.1 using MUP

So after a few weeks, I finally decided to update one of my apps into Meteor 1.3, I made some little changes and everything seemed to be ok, but then when I try to deploy to the live server by using MUP, I am getting this error:

[192.241.224.96] - Uploading bundle
[192.241.224.96] - Uploading bundle: SUCCESS
[192.241.224.96] - Setting up Environment Variables
[192.241.224.96] - Setting up Environment Variables: SUCCESS
[192.241.224.96] - Invoking deployment process
[192.241.224.96] x Invoking deployment process: FAILED
	
	-----------------------------------STDERR-----------------------------------
	npm WARN package.json meteor-dev-bundle@0.0.0 No description
	npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.
	npm WARN package.json meteor-dev-bundle@0.0.0 No README data
	js-bson: Failed to load c++ bson extension, using pure JS version
	  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
	                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to localhost port 80: Connection refused
	Latest deployment failed! Reverted back to the previous version.
	-----------------------------------STDOUT-----------------------------------
	es
	
	chalk@0.5.1 node_modules/chalk
	
	escape-string-regexp@1.0.5 node_modules/escape-string-regexp
	
	supports-color@0.2.0 node_modules/supports-color
	
	strip-ansi@0.3.0 node_modules/strip-ansi
	
	has-ansi@0.1.0 node_modules/has-ansi
	
	eachline@2.3.3 node_modules/eachline
	
	type-of@2.0.1 node_modules/type-of
	
	amdefine@1.0.0 node_modules/amdefine
	
	asap@2.0.3 node_modules/asap
	
	underscore@1.5.2 node_modules/underscore
	
	meteor-promise@0.5.1 node_modules/meteor-promise
	
	promise@7.0.4 node_modules/promise
	
	source-map-support@0.3.2 node_modules/source-map-support
	
	semver@4.1.0 node_modules/semver
	
	source-map@0.1.32 node_modules/source-map
	
	fibers@1.0.8 node_modules/fibers
	Waiting for MongoDB to initialize. (5 minutes)
	{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
	connected
	vnoAdmin stop/waiting
	vnoAdmin start/running, process 4184
	Waiting for 30 seconds while app is booting up
	Checking is app booted or not?
	vnoAdmin stop/waiting
	vnoAdmin start/running, process 4279
	----------------------------------------------------------------------------

Do anybody knows how can I fix this?

Thanks in advance!

Did you ever figure this out?

1 Like