Meteor: Couldn't deploy - deployment

I deployed a site successfully a few days ago and was able to configure logins and do other stuff but today it is down. The strange thing is I deploy to a different location without any changes and now I couldn't even access the page to configure stuff. I don't really know how to debug these things. Here is the logs
[Wed Sep 11 2013 15:19:16 GMT+0000 (UTC)] INFO STATUS waiting -> starting
[Wed Sep 11 2013 15:19:16 GMT+0000 (UTC)] INFO STATUS starting -> running
[Wed Sep 11 2013 15:19:17 GMT+0000 (UTC)] WARNING timers.js:103
[Wed Sep 11 2013 15:19:17 GMT+0000 (UTC)] WARNING ^
[Wed Sep 11 2013 15:19:17 GMT+0000 (UTC)] WARNING if (!process.listeners('uncaughtException').length) throw e;
[Wed Sep 11 2013 15:19:17 GMT+0000 (UTC)] WARNING Error: Could not locate any valid servers in initial seed list
at MongoClient.connect.connectFunction (/meteor/containers/6c32717b-367c-bd8f-b229-ad69088fe830/bundle/programs/server/npm/mongo-livedata/main/node_modules/mongodb/lib/mongodb/mongo_client.js:281:52)
at Db.open (/meteor/containers/6c32717b-367c-bd8f-b229-ad69088fe830/bundle/programs/server/npm/mongo-livedata/main/node_modules/mongodb/lib/mongodb/db.js:267:16)
at Server.connect.connectionPool.on.server._serverState (/meteor/containers/6c32717b-367c-bd8f-b229-ad69088fe830/bundle/programs/server/npm/mongo-livedata/main/node_modules/mongodb/lib/mongodb/connection/server.js:499:7)
at EventEmitter.emit (events.js:126:20)
at connection.on._self._poolState (/meteor/containers/6c32717b-367c-bd8f-b229-ad69088fe830/bundle/programs/server/npm/mongo-livedata/main/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:168:15)
at EventEmitter.emit (events.js:99:17)
at Socket.timeoutHandler (/meteor/containers/6c32717b-367c-bd8f-b229-ad69088fe830/bundle/programs/server/npm/mongo-livedata/main/node_modules/mongodb/lib/mongodb/connection/connection.js:463:10)
at Socket.EventEmitter.emit (events.js:93:17)
at Socket._onTimeout (net.js:188:8)
at Timer.list.ontimeout (timers.js:101:19)
[Wed Sep 11 2013 15:19:17 GMT+0000 (UTC)] ERROR Application crashed with code: 1
[Wed Sep 11 2013 15:19:17 GMT+0000 (UTC)] INFO STATUS running -> waiting

Given the timing, looks like the very brief outage from this morning. Could you check it again and let me know if everything is back to normal?

Related

IPython /bin/bash: /bin/bashfile.txt: Permission denied

This issue is inside IPython:
1) when i run the following, it works fine
for x in range(10):
!date
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
Tue Jun 12 13:25:18 EDT 2018
2) when i want to redirect it into the file, it gives the following error message:
for x in range(10):
!date > ${x}.txt
/bin/bash: /bin/bashfile.txt: Permission denied
Im honestly not sure why am i getting that error message. I don't understand it.
If you want to interpolate the value of the Python variable x into a shell command in IPython, the syntax for that is $x or {x}, not ${x}. When x is 0, ${x} expands to $0, which the shell then does its own expansion for. Your command should be
!date > {x}.txt
(It's unlikely that $0 would have expanded to /bin/bashfile, suggesting that you probably didn't actually run the code you posted.)
Not sure what exactly you are trying to do here, but you're trying to write to a file that you do not have write permission for.
Make a new file and try writing to it and you'll succeed.

ProductCatalogOutputConfig returning zero results

When i try to do base line index it is getting success but ProductCatalogOutputConfig returining zero results. I am using 11.2 version.
I have verified my switching datas and site ids for all(catalog,category,products,skus). all are being properly associated. even i able to generate the test data from ProductCatalogOutputConfig compononent in dyn/admin.
PreIndexing (Duration: 0:00:00)
/atg/commerce/endeca/index/CategoryTreeService COMPLETE (Succeeded) RepositoryExport (Duration: 0:00:11)
/atg/commerce/endeca/index/SchemaExporter *79* 0 COMPLETE (Succeeded)
/atg/commerce/endeca/index/CategoryToDimensionOutputConfig *18* 0 COMPLETE (Succeeded)
/atg/commerce/endeca/index/RepositoryTypeDimensionExporter *15* 0 COMPLETE (Succeeded)
/atg/commerce/search/ProductCatalogOutputConfig *0* 0 COMPLETE (Succeeded)
EndecaIndexing (Duration: 0:00:37)
/atg/commerce/endeca/index/EndecaScriptService COMPLETE (Succeeded)
I have enabled debug for bulk load component and noticed one error like in the below
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691248 /atg/search/repository/BulkLoader itemDescriptor: [ItemDesc: product]
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691249 /atg/search/repository/BulkLoader repositoryView: atg.adapter.gsa.GSAView#21be285c
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691250 /atg/search/repository/BulkLoader client calling take() with 0 items in item queue
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691250 /atg/search/repository/BulkLoader ProcessRanges() calling take() with 0 items in range queue
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691259 /atg/search/repository/BulkLoader Got: 4
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691259 /atg/search/repository/BulkLoader batchCount:20,000, startIndex:0, endIndex:20,000
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691266 /atg/search/repository/BulkLoader ii=0, lastItem=null, query options=range 0-20000<sortby>
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691266 /atg/search/repository/BulkLoader <sortbyvalue value="id" dir=ascending case sensitive>
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691266 /atg/search/repository/BulkLoader </sortby>
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691275 /atg/search/repository/BulkLoader ids == [], size=0
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691277 /atg/search/repository/BulkLoader createIdRanges() thread is done
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691277 /atg/search/repository/BulkLoader ProcessRanges() took range: IdRange{firstItem:null, lastItem:null, inclusive?: false, terminal?:true}
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691280 /atg/search/repository/BulkLoader Put: 4
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691280 /atg/search/repository/BulkLoader First page returned 4 items.
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691281 /atg/search/repository/BulkLoader ProcessRanges() calling take() with 1 items in range queue
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691283 /atg/search/repository/BulkLoader ProcessRanges() took range: IdRange{firstItem:null, lastItem:null, inclusive?: false, terminal?:true}
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691285 /atg/search/repository/BulkLoader processRanges() thread is done
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691288 /atg/search/repository/BulkLoader processRanges() thread is done
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691289 /atg/search/repository/BulkLoader Interrupting taker thread: Thread[Thread-90,5,Pooled Threads]
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader Interrupted fetching via ThreadedItemQueue java.lang.InterruptedException
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.repository.search.indexing.ThreadedItemQueue.take(ThreadedItemQueue.java:383)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.repository.search.indexing.BulkLoaderImpl.fetchItemsUsingThreadedQueue(BulkLoaderImpl.java:530)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.repository.search.indexing.BulkLoaderImpl.loadPagedIteration(BulkLoaderImpl.java:599)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.repository.search.indexing.BulkLoaderImpl.bulkLoad(BulkLoaderImpl.java:997)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1771)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.repository.search.indexing.IndexingOutputConfig.bulkLoadForDiagnostics(IndexingOutputConfig.java:1715)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.endeca.index.EndecaIndexingOutputConfig.performBaselineUpdate(EndecaIndexingOutputConfig.java:1197)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.endeca.index.admin.IndexingTask.doTask(IndexingTask.java:445)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.endeca.index.admin.IndexingTask.performTask(IndexingTask.java:388)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.endeca.index.admin.IndexingPhase$IndexingTaskJob.invoke(IndexingPhase.java:501)
debug Tue Jul 19 19:11:31 +05:30 2016 1468935691290 /atg/search/repository/BulkLoader at atg.common.util.ThreadDispatcherThread.run(ThreadDispatcherThread.java:178)
Please help me out from this issue.

MeteorJS MongoDB Deploy Error

For some reason when I use Meteor deploy my server produces the following error and I am unable to access the pages. I'm running into the following error:
WARNING Error: No replica set primary available for query with
ReadPreference PRIMARY
I am using Meteor 1.1.0.2 and run meteor deploy x.meteor.com. The logs are then queried via meteor logs x.meteor.com. It was working up until recently.
Any help would be appreciated, the full meteor log output is below.
[Tue May 05 2015 20:50:15 GMT+0000 (UTC)] WARNING
/meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:245
throw(ex); [Tue May 05 2015 20:50:15 GMT+0000 (UTC)] WARNING
^ [Tue May 05 2015 20:50:15 GMT+0000 (UTC)] WARNING Error: No replica
set primary available for query with ReadPreference PRIMARY at
Object.Future.wait
(/meteor/dev_bundles/0.4.18/lib/node_modules/fibers/future.js:395:16)
at [object Object].MongoConnection._ensureIndex
(packages/mongo/mongo_driver.js:733:1) at [object
Object].Mongo.Collection._ensureIndex
(packages/mongo/collection.js:620:1) at Accounts.urls
(packages/accounts-base/accounts_server.js:1309:1) at
/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/packages/accounts-base.js:1616:4
at
/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/packages/accounts-base.js:1659:3
at
/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/boot.js:222:10
at Array.forEach (native) at Function..each..forEach
(/meteor/dev_bundles/0.4.18/lib/node_modules/underscore/underscore.js:79:11)
at
/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/boot.js:117:5
at [object Object].ReplSet.checkoutReader
(/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js:613:14)
at Cursor.nextObject
(/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:748:48)
at Cursor.toArray
(/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:169:10)
at Db.indexInformation
(/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1629:39)
at Db.ensureIndex
(/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1496:8)
at Collection.ensureIndex
(/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/collection/index.js:68:11)
at [object Object].MongoConnection._ensureIndex
(packages/mongo/mongo_driver.js:732:1) at [object
Object].Mongo.Collection._ensureIndex
(packages/mongo/collection.js:620:1) at Accounts.urls
(packages/accounts-base/accounts_server.js:1309:1) at
/meteor/containers/93192c1f-5c41-157d-36a5-dceb494f7e2c/bundle/programs/server/packages/accounts-base.js:1616:4
[Tue May 05 2015 20:50:15 GMT+0000 (UTC)] INFO STATUS running ->
starting [Tue May 05 2015 20:50:15 GMT+0000 (UTC)] ERROR Application
crashed with code: 8 [Tue May 05 2015 20:50:15 GMT+0000 (UTC)] NOTICE
Starting application on port 23497 [Tue May 05 2015 20:50:15 GMT+0000
(UTC)] INFO STATUS starting -> running
For future reference: This generally indicates an issue with the MongoDB and the driver being unable to connect.
Right at this very moment is seems numerous people are having this problem with their *.meteor.com applications. I would wait a bit and then try to redeploy.

MeteorJS Mongo connection timed out

I have a MeteorJS app that is not connecting to Mongo. It's been deployed using meteor deploy but for some reason it times out when trying to connect to the database :S I can still access the mongo database using meteor mongo and all of the data is present!
I am using Meteor 0.9.3.1 and here are my packages:
standard-app-packages
insecure
underscore
arunoda:npm#0.2.6
mrt:bootstrap-3
http
iron:router
mrt:q#0.9.7
mrt:moment#2.8.1
mrt:twilio-meteor
email
Here are the logs from meteor logs :
[Thu Oct 16 2014 17:39:25 GMT+0000 (UTC)] INFO Exception in setInterval callback: MongoError: connection to [production-db-a3.meteor.io:27017] timed out
at Object.Future.wait (/meteor/dev_bundles/0.3.55/lib/node_modules/fibers/future.js:326:15)
at _.extend._nextObject (packages/mongo/mongo_driver.js:858)
at _.extend.forEach (packages/mongo/mongo_driver.js:892)
at _.extend.map (packages/mongo/mongo_driver.js:902)
at _.extend.fetch (packages/mongo/mongo_driver.js:926)
at Cursor.(anonymous function) [as fetch] (packages/mongo/mongo_driver.js:741)
at Object.residentModel.getActiveResidents (app/shared/collections/residents.js:43:40)
at Object._.extend._run (app/server/services/deviceService/sensorChangeWatchdog.js:6:39)
at app/lib/watchdogFactory.js:7:12
at _.extend.withValue (packages/meteor/dynamics_nodejs.js:56)
- - - - -
at Object.toError (/meteor/containers/450809a5-5a17-5e6e-8233-85e6ad895366/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/utils.js:110:11)
at commandHandler (/meteor/containers/450809a5-5a17-5e6e-8233-85e6ad895366/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/cursor.js:679:63)
at null.<anonymous> (/meteor/containers/450809a5-5a17-5e6e-8233-85e6ad895366/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/db.js:1843:9)
at g (events.js:180:16)
at emit (events.js:98:17)
at Base.__executeAllServerSpecificErrorCallbacks (/meteor/containers/450809a5-5a17-5e6e-8233-85e6ad895366/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/base.js:365:29)
at Server.<anonymous> (/meteor/containers/450809a5-5a17-5e6e-8233-85e6ad895366/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/repl_set/ha.js:445:10)
at Server.g (events.js:180:16)
at Server.emit (events.js:98:17)
at null.<anonymous> (/meteor/containers/450809a5-5a17-5e6e-8233-85e6ad895366/bundle/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/server.js:501:88)
[Thu Oct 16 2014 17:41:05 GMT+0000 (UTC)] INFO STATUS running -> killed
[Thu Oct 16 2014 17:41:05 GMT+0000 (UTC)] NOTICE Starting application on port 19159
[Thu Oct 16 2014 17:41:05 GMT+0000 (UTC)] INFO STATUS killed -> starting
[Thu Oct 16 2014 17:41:06 GMT+0000 (UTC)] INFO STATUS starting -> running
[Thu Oct 16 2014 17:41:07 GMT+0000 (UTC)] INFO init

Deploy to meteor.com fails with error "Cannot find module 'websocket-driver'"

When I deploy a Meteor app to meteor.com, it succeeds, but then the site displays the following error message: This site is down. Try again later.
See this very simple case: http://leaderboard666.meteor.com
My apps work locally, both in default and --production mode
The issue occurs both with default and --debug deployment
Nothing is displayed in the browser console
I work under Windows
Below is the complete log file:
[Fri Jun 13 2014 15:31:29 GMT+0000 (UTC)] NOTICE Starting application on port 10767
[Fri Jun 13 2014 15:31:29 GMT+0000 (UTC)] INFO STATUS null -> starting
[Fri Jun 13 2014 15:31:34 GMT+0000 (UTC)] INFO STATUS starting -> running
[Fri Jun 13 2014 15:31:34 GMT+0000 (UTC)] WARNING /meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/boot.js:216
}).run();
^
[Fri Jun 13 2014 15:31:34 GMT+0000 (UTC)] WARNING Error: Cannot find module 'websocket-driver'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/npm/livedata/main/node_modules/sockjs/node_modules/faye-websocket/lib/faye/websocket.js:8:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
[Fri Jun 13 2014 15:31:34 GMT+0000 (UTC)] INFO STATUS running -> starting
[Fri Jun 13 2014 15:31:34 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Fri Jun 13 2014 15:31:34 GMT+0000 (UTC)] NOTICE Starting application on port 10767
[Fri Jun 13 2014 15:31:34 GMT+0000 (UTC)] INFO STATUS starting -> running
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] WARNING }).run();
^
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] WARNING /meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/boot.js:216
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] WARNING Error: Cannot find module 'websocket-driver'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/npm/livedata/main/node_modules/sockjs/node_modules/faye-websocket/lib/faye/websocket.js:8:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] NOTICE Starting application on port 10767
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] INFO STATUS running -> starting
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] INFO STATUS starting -> running
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] WARNING /meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/boot.js:216
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] WARNING }).run();
^
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] WARNING Error: Cannot find module 'websocket-driver'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/npm/livedata/main/node_modules/sockjs/node_modules/faye-websocket/lib/faye/websocket.js:8:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] INFO STATUS running -> waiting
[Fri Jun 13 2014 15:31:35 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Fri Jun 13 2014 15:31:48 GMT+0000 (UTC)] NOTICE Starting application on port 10767
[Fri Jun 13 2014 15:31:48 GMT+0000 (UTC)] INFO STATUS waiting -> starting
[Fri Jun 13 2014 15:31:48 GMT+0000 (UTC)] INFO STATUS starting -> running
[Fri Jun 13 2014 15:31:49 GMT+0000 (UTC)] WARNING /meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/boot.js:216
[Fri Jun 13 2014 15:31:49 GMT+0000 (UTC)] WARNING }).run();
^
[Fri Jun 13 2014 15:31:49 GMT+0000 (UTC)] WARNING Error: Cannot find module 'websocket-driver'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/npm/livedata/main/node_modules/sockjs/node_modules/faye-websocket/lib/faye/websocket.js:8:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
[Fri Jun 13 2014 15:31:49 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Fri Jun 13 2014 15:31:49 GMT+0000 (UTC)] INFO STATUS running -> waiting
[Fri Jun 13 2014 15:31:52 GMT+0000 (UTC)] INFO HIT / 82.245.42.131
[Fri Jun 13 2014 15:31:52 GMT+0000 (UTC)] INFO HIT /favicon.ico 82.245.42.131
[Fri Jun 13 2014 15:32:16 GMT+0000 (UTC)] NOTICE Starting application on port 10767
[Fri Jun 13 2014 15:32:16 GMT+0000 (UTC)] INFO STATUS waiting -> starting
[Fri Jun 13 2014 15:32:16 GMT+0000 (UTC)] INFO STATUS starting -> running
[Fri Jun 13 2014 15:32:16 GMT+0000 (UTC)] WARNING }).run();
^
[Fri Jun 13 2014 15:32:16 GMT+0000 (UTC)] WARNING /meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/boot.js:216
[Fri Jun 13 2014 15:32:16 GMT+0000 (UTC)] WARNING Error: Cannot find module 'websocket-driver'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/npm/livedata/main/node_modules/sockjs/node_modules/faye-websocket/lib/faye/websocket.js:8:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
[Fri Jun 13 2014 15:32:16 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Fri Jun 13 2014 15:32:16 GMT+0000 (UTC)] INFO STATUS running -> waiting
[Fri Jun 13 2014 15:32:36 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 82.245.42.131
[Fri Jun 13 2014 15:32:40 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 82.245.42.131
[Fri Jun 13 2014 15:33:11 GMT+0000 (UTC)] INFO STATUS waiting -> starting
[Fri Jun 13 2014 15:33:11 GMT+0000 (UTC)] NOTICE Starting application on port 10767
[Fri Jun 13 2014 15:33:11 GMT+0000 (UTC)] INFO STATUS starting -> running
[Fri Jun 13 2014 15:33:11 GMT+0000 (UTC)] WARNING /meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/boot.js:216
[Fri Jun 13 2014 15:33:11 GMT+0000 (UTC)] WARNING }).run();
^
[Fri Jun 13 2014 15:33:11 GMT+0000 (UTC)] WARNING Error: Cannot find module 'websocket-driver'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/meteor/containers/83e8fbbc-3894-a4c1-2aae-42a599e5a110/bundle/programs/server/npm/livedata/main/node_modules/sockjs/node_modules/faye-websocket/lib/faye/websocket.js:8:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
[Fri Jun 13 2014 15:33:11 GMT+0000 (UTC)] INFO STATUS running -> waiting
[Fri Jun 13 2014 15:33:11 GMT+0000 (UTC)] ERROR Application crashed with code: 8
[Fri Jun 13 2014 15:33:32 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 82.245.42.131
[Fri Jun 13 2014 15:33:36 GMT+0000 (UTC)] INFO HIT /_GALAXY_ 82.245.42.131
Following investigation with #user3567351 it looks like the problem is due to long paths.
By inspecting the differences in the deployed bundle it looks like some files are silently ignored.
So for now (until the issue is fixed), please try deploying from a shorter path.