allenluce / mmap-object

Shared Memory Objects for Node
107 stars 16 forks source link

Getting an error after uploading server to Amazon ECS. #11

Closed cmhsu-cs closed 7 years ago

cmhsu-cs commented 7 years ago

It works locally but when I upload it, I'm seeing these errors in the logs:

{ [Error: ENOENT: no such file or directory, open '.env'] errno: -2, code: 'ENOENT', syscall: 'open', path: '.env' } <==== (I'm not sure if this one is related to mmap-object)

Error: Error relocating /usr/src/app/node_modules/mmap-object/lib/mmap-object.node: __open64_2: symbol not found.

Thanks!

allenluce commented 7 years ago

Yeah, that first looks like a dotenv error. I don't think it's related.

The second looks to be a glib version mismatch. Can you look at the versions of glibc on the server vs. locally?

allenluce commented 7 years ago

Closing this for now, please reopen if it's still happening.