-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[1.4] New & existing projects cannot be run after update #7511
Comments
Same problem. |
Same problem as well |
Same here. |
On 28/07/16 20:43, Derek Brown wrote:
|
Good to know I'm not the only with a 32bit and experiencing the same problem! :) |
Confirmed, apologies for this folks. |
The error message is
So a workaround for the problem:
I'm looking into a proper fix. |
Temporarily I've rolled back to Meteor version 1.3.5.1 from 1.4 to get working again. I tried
|
@jeffcutten - could you by any chance try |
@tmeasday I have just tried version 1.4.0.1-rc.3 on 32bit Ubuntu after having the issues with Mongodb mentioned above (with Meteor 1.4). Everything seems to be working fine now, thanks for the fix! |
@tmeasday I can confirm also that a project created using |
Confirmed fixed on a new project created with (which will be available/recommended soon via regular |
Someone in MeteorChina has just bumped into this. |
@laosb They should not experience it anymore if they run |
@abernix Yeah, he confirmed this fix. Should we close this now? |
Let's wait for Tom to confirm and close once he officially recommends the release as he's the assignee on this issue. |
@tmeasday @abernix
The error was seen after I tried to run the project with |
If I take the specific project I had problems with after updating to 1.4 and I perform a |
I have the same problem. My computer system is linux 32 bit. But when I changed system to 64 bit, the problem disappeared. I have made the codes (meteor update --release 1.4.0.1 ). Yet, the problem can't be solved for linux 32 bit system. |
@y15651700507 What Linux flavour are you using (e.g. CentOS, Ubuntu, etc.)? I don't see why
|
Should be fixed in 1.4.0.1 |
@abernix The problem has disappeared, when I do as follow: curl https://install.meteor.com/ | sh(appear above problem)→meteor update --release 1.4.0.1(appear above problem)→meteor update --release 1.3(problem disappeared)→ meteor update --release 1.4.0.1-rc.3(problem disappeared)→meteor update --release 1.4.0.1(problem disappeared). Even though,I don't know what have changed in meteor, I am very happy that the problem has been solved. Thanks very much. My computer system is ubuntu. |
@tmeasday I tried all of the suggested fixes and I still get this, ideas? I am on 64 bit Ubuntu. I am upgrading a project to 1.4. |
@scott-cornwell this particular issue was unique to linux 32 bit. Does it work OK if you |
@tmeasday Well mine is actually failing with Unexpected mongo exit code 14. I have tried meteor reset, rm -r .meteor/local/db, updating to 1.4.0.1-rc.3, updating to meteor 1.4.1, nothing works. I just wiped my vagrant box and reinstalled everything, still exit code 14 :( |
@scott-cornwell can you try running
|
@tmeasday I get this:
It's not a huge project and I can create a new 1.4.1 project just fine so I think I may just try manually copying code over to the new project and fixing dependencies as needed. If this is an actual bug though hopefully that error helps. I would still be interested in anything you find or if I can try anything else to give you more information, but don't sweat about it too much. Thanks! |
@scott-cornwell sounds like perhaps this problem? http://stackoverflow.com/questions/35005560/mongodb-not-working-in-vagrant-centos-box |
@tmeasday It is in a shared folder, along with the rest of the Meteor project, however my working new Meteor project is also in that same shared folder. Could be permissions though, the broken one is owned by user "vagrant" and the one that works is owned by "root". Haven't had a chance to mess with it too much, but I can't chown to root for some reason :/ |
Meteor updates to latest release after which projects exit with error when running
meteor
command. Same is seen when new a project is created usingmeteor create 1-4-update-fail
Error seen:
Initial Conditions
System
Disk Usage
File System
Observations
Ctrl^c
out of it.Things I’ve Tried
meteor update
.meteor reset
meteor --version 1.4
output 1.4LC_ALL="en_US.UTF-8"
command before meteor command as per this SO article.curl https://install.meteor.com/ | sh
Reproduction
This issue is seen when creating a new project under 1.4. I have created a git repo. https://github.com/TimeBandit/meteor-1-4-update-fail
The text was updated successfully, but these errors were encountered: