Skip to content
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

Error: grpc_node.node: invalid ELF header #1409

Closed
Nabarun opened this issue Jul 5, 2016 · 2 comments
Closed

Error: grpc_node.node: invalid ELF header #1409

Nabarun opened this issue Jul 5, 2016 · 2 comments
Assignees

Comments

@Nabarun
Copy link

Nabarun commented Jul 5, 2016

I have a node.js app which is deployed in heroku. I am using gcloud to query vision related stuff. It works on my local but in heroku it throws following exception. Please help me to resolve this

2016-07-05T04:56:40.742299+00:00 app[web.1]: module.js:440
2016-07-05T04:56:40.742348+00:00 app[web.1]:   return process.dlopen(module, path._makeLong(filename));
2016-07-05T04:56:40.742354+00:00 app[web.1]:                  ^
2016-07-05T04:56:40.742355+00:00 app[web.1]: 
2016-07-05T04:56:40.742356+00:00 app[web.1]: Error: /app/node_modules/gcloud/node_modules/grpc/src/node/extension_binary/grpc_node.node: invalid ELF header
2016-07-05T04:56:40.742356+00:00 app[web.1]:     at Error (native)
2016-07-05T04:56:40.742357+00:00 app[web.1]:     at Object.Module._extensions..node (module.js:440:18)
2016-07-05T04:56:40.742358+00:00 app[web.1]:     at Module.load (module.js:357:32)
2016-07-05T04:56:40.742358+00:00 app[web.1]:     at Function.Module._load (module.js:314:12)
2016-07-05T04:56:40.742359+00:00 app[web.1]:     at Module.require (module.js:367:17)
2016-07-05T04:56:40.742359+00:00 app[web.1]:     at require (internal/module.js:20:19)
2016-07-05T04:56:40.742360+00:00 app[web.1]:     at Object.<anonymous> (/app/node_modules/gcloud/node_modules/grpc/src/node/src/grpc_extension.js:38:15)
2016-07-05T04:56:40.742361+00:00 app[web.1]:     at Module._compile (module.js:413:34)
2016-07-05T04:56:40.742361+00:00 app[web.1]:     at Object.Module._extensions..js (module.js:422:10)
2016-07-05T04:56:40.742362+00:00 app[web.1]:     at Module.load (module.js:357:32)
2016-07-05T04:56:40.723358+00:00 heroku[router]: at=error code=H13 desc="Connection closed without response" method=GET path="/getlogo?url=http://i.forbesimg.com/media/lists/companies/coca-cola_416x416.jpg" host=runu.herokuapp.com request_id=92c7b1f8-be1c-4009-b2a9-73ac8adf81fe fwd="71.202.43.114" dyno=web.1 connect=1ms service=1350ms status=503 bytes=0
2016-07-05T04:56:41.531276+00:00 heroku[web.1]: Process exited with status 1
2016-07-05T04:56:41.516318+00:00 heroku[web.1]: State changed from up to crashed
@Nabarun
Copy link
Author

Nabarun commented Jul 5, 2016

node --version
v4.4.1

@stephenplusplus
Copy link
Contributor

This issue was moved to grpc/grpc#7236

sofisl pushed a commit that referenced this issue Nov 11, 2022
…530)

This reverts commit e1557e468fd986c952ba718d9ff90e1d87390209.
Source-Link: googleapis/synthtool@8a475dc
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ba0957cb15a1b8ca7ec2795c7783cd09cb68be2de9f4a7c69aa15b759c622735

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
sofisl pushed a commit that referenced this issue Nov 11, 2022
…21)

This reverts commit e1557e468fd986c952ba718d9ff90e1d87390209.
Source-Link: googleapis/synthtool@8a475dc
Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:ba0957cb15a1b8ca7ec2795c7783cd09cb68be2de9f4a7c69aa15b759c622735
sofisl pushed a commit that referenced this issue Nov 12, 2022
…30)

* Revert "fix: clarify the gax-nodejs usage in README (#1352)" (#1409)

This reverts commit e1557e468fd986c952ba718d9ff90e1d87390209.
Source-Link: googleapis/synthtool@8a475dc
Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:ba0957cb15a1b8ca7ec2795c7783cd09cb68be2de9f4a7c69aa15b759c622735

* owlbot-nodes is in cloud-devrel-public-resources

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Rennie <rennie@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants