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

PyOrientSecurityAccessException #23

Closed
ehrenb opened this issue Jan 7, 2023 · 1 comment
Closed

PyOrientSecurityAccessException #23

ehrenb opened this issue Jan 7, 2023 · 1 comment

Comments

@ehrenb
Copy link
Owner

ehrenb commented Jan 7, 2023

After some time (20 minutes) of analyzing a jffs2, workers start throwing the following error:

Exception in thread Thread-3820 (callback):
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/machina/src/identifier.py", line 137, in callback
    origin_node = self.graph.get_vertex(data['origin']['id'])
  File "/usr/lib/python3.10/site-packages/pyorient/ogm/graph.py", line 612, in get_vertex
    record = self.client.command('SELECT FROM {}'.format(vertex_id))
  File "/usr/lib/python3.10/site-packages/pyorient/orient.py", line 481, in command
    return self.get_message("CommandMessage").prepare((QUERY_CMD,) + args).send().fetch_response()
  File "/usr/lib/python3.10/site-packages/pyorient/messages/commands.py", line 143, in fetch_response
    super(CommandMessage, self).fetch_response()
  File "/usr/lib/python3.10/site-packages/pyorient/messages/database.py", line 300, in fetch_response
    self._decode_all()
  File "/usr/lib/python3.10/site-packages/pyorient/messages/database.py", line 283, in _decode_all
    self._decode_header()
  File "/usr/lib/python3.10/site-packages/pyorient/messages/database.py", line 229, in _decode_header
    raise PyOrientCommandException(
pyorient.exceptions.PyOrientSecurityAccessException: com.orientechnologies.orient.core.exception.OSecurityAccessException - Invalid authentication info for access to the database com.orientechnologies.orient.core.metadata.security.auth.OTokenAuthInfo@18287ceb
	DB name="machina"
@ehrenb
Copy link
Owner Author

ehrenb commented Jan 7, 2023

moving to neo4j

@ehrenb ehrenb closed this as completed Jan 7, 2023
This issue was closed.
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