I’ve been trying to get a trivial Meteor app to deploy consistently on meteor.com today, but it fails much more often than it works :
`Partial list of log file : `
At : 15:14:16 : NOTICE Starting application on port 24038
At : 15:14:16 : INFO STATUS waiting -> starting
At : 15:14:16 : INFO STATUS starting -> running
At : 15:14:20 : ERROR Application crashed with code: 143
At : 15:14:20 : INFO STATUS running -> waiting
At : 15:15:14 : NOTICE Starting application on port 24038
At : 15:15:14 : INFO STATUS waiting -> starting
At : 15:15:14 : INFO STATUS starting -> running
At : 15:15:16 : ERROR Application crashed with code: 143
At : 15:15:16 : INFO STATUS running -> waiting
At : 15:17:08 : INFO STATUS waiting -> starting
At : 15:17:08 : NOTICE Starting application on port 24038
At : 15:17:08 : INFO STATUS starting -> running
At : 15:17:11 : INFO STATUS running -> waiting
At : 15:17:11 : ERROR Application crashed with code: 143
At : 15:18:12 : INFO HIT / 67.193.0.1
At : 15:18:18 : INFO HIT / 67.193.0.1
At : 15:19:14 : INFO STATUS waiting -> killed
At : 15:19:14 : NOTICE Starting application on port 24038
At : 15:19:14 : INFO STATUS killed -> starting
At : 15:19:15 : INFO STATUS starting -> running
I tried at least 30 times. Many times when it would fail, a request for logs would get me, “Couldn’t view logs: Site does not exist”. Sometimes I would get an HTML dump stating that the app was failing, sometimes it would be a single line of plain text.
I made no changes to the app at any point; same exact code every time.
Am I the only one seeing this? Has everyone moved on to Galaxy?
After numerous tries I got my app to run yesterday. Today it reports that it is crashing, but the only log result is :
At : 15:18:18 : INFO HIT / 67.193.0.1
At : 15:19:14 : NOTICE Starting application on port 13984
At : 15:19:14 : INFO STATUS null -> starting
At : 15:19:15 : INFO STATUS starting -> crashed
Am I missing something? Is this service deprecated?