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 starting vpoller-worker #265

Closed
Cenzooo opened this issue May 23, 2019 · 2 comments
Closed

Error starting vpoller-worker #265

Cenzooo opened this issue May 23, 2019 · 2 comments

Comments

@Cenzooo
Copy link

Cenzooo commented May 23, 2019

Hello,

I have installed vconnector and vpoller as guided in documentation. This are versions of programs:
vconnector-cli --version : 0.5.3
vpoller-worker --version: 0.7.3
python --version : Python 2.7.12

I can successfully start vpoller-proxy, but when i try to start vpoller-worker following error appears:

Traceback (most recent call last):
File "/usr/local/bin/vpoller-worker", line 4, in
import('pkg_resources').run_script('vpoller==0.7.3', 'vpoller-worker')
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 661, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 1448, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/vpoller-0.7.3-py2.7.egg/EGG-INFO/scripts/vpoller-worker", line 138, in

File "/usr/local/lib/python2.7/dist-packages/vpoller-0.7.3-py2.7.egg/EGG-INFO/scripts/vpoller-worker", line 130, in main

File "/usr/local/lib/python2.7/dist-packages/vpoller-0.7.3-py2.7.egg/EGG-INFO/scripts/vpoller-worker", line 62, in start

File "build/bdist.linux-x86_64/egg/vpoller/worker.py", line 118, in start
File "build/bdist.linux-x86_64/egg/vpoller/worker.py", line 230, in create_sockets
File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind
File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc

Any ideas?

@Cenzooo
Copy link
Author

Cenzooo commented May 23, 2019

On the other server I did the same, difference is only I have python version 3 there, and I get this error:

Traceback (most recent call last):
File "/usr/local/bin/vpoller-worker", line 4, in
import('pkg_resources').run_script('vpoller==0.7.3', 'vpoller-worker')
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 658, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1429, in run_script
.format(**locals()),
pkg_resources.ResolutionError: Script 'scripts/vpoller-worker' not found in metadata at '/usr/local/lib/python3.6/dist-packages/vpoller-0.7.3.egg-info'

@Cenzooo
Copy link
Author

Cenzooo commented May 28, 2019

Hello,

we solved the problem by reinstalling everything... There is another issue now mentioned in : #264 so I will close this one.

@Cenzooo Cenzooo closed this as completed May 28, 2019
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

1 participant