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

gzweb failing on npm start. #171

Open
osrf-migration opened this issue Dec 9, 2019 · 0 comments
Open

gzweb failing on npm start. #171

osrf-migration opened this issue Dec 9, 2019 · 0 comments
Labels
bug Something isn't working major

Comments

@osrf-migration
Copy link

Original report (archived issue) by Mithun Kinarullathil (Bitbucket: MITHUN KINARULLATHIL).


Followed this procedure: http://gazebosim.org/gzweb.html#install

npm --version
6.12.0

nodejs -v
v4.2.6

gzserver --version

Gazebo multi-robot simulator, version 7.0.0
Copyright (C) 2012-2016 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org

Ubuntu 16.04 LTS

Error:

npm start

[email protected] start /home/simulator/gzweb
if [ $npm_config_port ]; then port=$npm_config_port; fi; cd gzbridge && ./server.js $port

internal/modules/cjs/loader.js:807
return process.dlopen(module, path.toNamespacedPath(filename));
^

Error: /home/simulator/gzweb/gzbridge/build/Debug/gzbridge.node: undefined symbol: _ZN6google8protobuf8internal13empty_string_E
at Object.Module._extensions..node (internal/modules/cjs/loader.js:807:18)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/home/simulator/gzweb/gzbridge/server.js:9:18)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: if [ $npm_config_port ]; then port=$npm_config_port; fi; cd gzbridge && ./server.js $port
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

@osrf-migration osrf-migration added major bug Something isn't working labels Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant