Internal exception while processing message [reinstall to fix] #5228
Comments
+1 on Ubuntu Server 14
|
Confirm on same system as @awsp but I don't think the local node version maters for it is running the version bundled with meteor. It is not a complete crash for meteor still runs and thus I can check the internal node version
FYI: Local node version is v4.1.0 But I am getting a complete crash in any of my more complicated apps I have updated. The same error message as @Shutik |
I think this line has the error meteor/packages/meteor/timers.js Line 3 in 832e6fe |
Good catch! |
I have met the same issue on my Mac OS X 10.9.5 for meteor 1.2, and node version is 4.1.0 |
Could someone encountering this issue post their |
Also, @awsp what do you get when you log |
Freshly created app on mac 10.10.3:
|
if (Meteor.isClient) {
Meteor.startup(function () {
console.log(Package.ddp);
});
}
if (Meteor.isServer) {
Meteor.startup(function () {
console.log(Package.ddp);
});
} Returns |
@mplatts here's what it logs for me:
|
@stolinski: It seems you are still running an RC. Have you updated to release 1.2? |
@mplatts can you post/send a zip file of your whole project directory, including |
@stubailo sent |
same with me I20150922-13:11:37.805(8)? Internal exception while processing message { msg: 'connect', |
on meteor version 1.1.0.3 no errors updating to 1.2 causing this errors... |
Well, running with @mplatts thanks for sending me the zip, I can see that the error is happening but can't yet establish how the app gets into that state. If you have fast internet, do you mind re-installing Meteor and checking if it still breaks in that way? |
@stolinski so it works fine for you with the RC, but not with the released version? |
@stubailo That's correct. I've run several RCs with no issue. After updating to the released version, I'm getting the same error. "Cannot read property '_CurrentInvocation'" |
@stolinski can you send me a zip of your |
@stubailo Would you like the current running the rc, or the 1.2 release version? |
All of them if possible, or at least one RC and the final. I want to see how the different versions are represented on disk. |
@stubailo On its way. |
I'm having a similar issue
So I stripped out all packages from my app, and added them back one by one. As soon as I added Leaving When I have |
Re-installing meteor fixed it for me. |
@stubailo seems to work fine upon re-installing Meteor. Must be a bug in the update process |
Just did the same. Removing the |
Re-installing worked for me as well. |
Yeah we figured it out, 1.2.0.1 incoming soon probably! glad that reinstalling works. |
@locksalt I don't believe so, this seems like an issue in Iron Router. |
Could you be a little more specific? Which TV shows should we watch while we wait for a patch to come out? Will any TV show do, or does it have to last exactly 30 minutes? |
Same error upon upgrade. Tested our app previously with RC-7 and had no issues. Weirdly only affecting 1 of our two apps which share a lot of common packages. |
@locksalt your issue seems like a result of iron router not having a dependency on EJSON when it should have one declared. Perhaps file an issue there. |
I guess I was optimistic with 30 minutes! Still working through the process. |
Can confirm reinstalling fixed the issue for me. |
@SachaG: I can recommend Halt and Catch Fire. |
reinstalling fixed the issue for me |
|
@lukasvan3l great! Glad that works, now we just need to update the installer etc. |
Wow, that was fast, just went home. @stubailo Thanks for the fix! |
OK 1.2.0.1 fixes this. Thanks everyone for reporting and sending us reproductions! |
thumb up! |
Wow, you guys stayed up pretty late lol. |
I'm experiencing the same problem here on Meteor 1.5 and I did meteor update even I reinstall MeteorJS but the issue still persists. What do you guys reckon? |
I have the same problem here on Meteor 1.5 , and meteor create tdb2 --release 1.4.3.1 is still have the problem: And I did : The following top-level dependencies were not updated to the very latest
Newer versions of the following indirect dependencies are available:
Even I reinstall MeteorJS but the issue still persists. On my Mac is Any one can help me , TKS ! |
Same here. |
Looks like this issue happened a long time ago and it's back. @denispasin any progress. |
See #8908 - try running:
|
Yep. |
@denispasin It will be recommended (the default) very shortly. |
Perfect ! Sorry for the false alarm :) |
Don't want to invest much time on shaky foundation. Probably going to Angular or back to Backbone. |
meteor update --release 1.5.1 -- solved it. Thanks a lot. |
can anyone suggest the soltion for this... I20171005-07:19:15.685(0)? |
After upgrading Meteor to 1.2 for my existing project, I keep getting this error.
So I went to create a fresh project, and it is still giving me this error. See below,
Here is some error messages from the fresh untouched project.
Error received on client side

System Information
The text was updated successfully, but these errors were encountered: