You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AllAccessDisabled</Code>
<Message>All access to this object has been disabled</Message>
<RequestId>*********************</RequestId>
<HostId>
*****************************************************************************</HostId>
</Error>
I think the URL needs to be updated from orientdb_url: https://s3.us-east-2.amazonaws.com/orientdb3/releases/{{orientdb_version}}/orientdb-{{orientdb_version}}.tar.gz
to https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/{{orientdb_version}}/orientdb-community-{{orientdb_version}}.tar.gz
If this solution is accepted, Then a small edit to the oriented_path is also required from orientdb_path: '{{orientdb_dir}}/orientdb-{{orientdb_version}}'
to orientdb_path: '{{orientdb_dir}}/orientdb-community-{{orientdb_version}}'
The text was updated successfully, but these errors were encountered:
razekmh
added a commit
to razekmh/orientdb-role
that referenced
this issue
Mar 7, 2023
The AWS URL for the orientdb in
main.yml
throwsI think the URL needs to be updated from
orientdb_url: https://s3.us-east-2.amazonaws.com/orientdb3/releases/{{orientdb_version}}/orientdb-{{orientdb_version}}.tar.gz
to
https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/{{orientdb_version}}/orientdb-community-{{orientdb_version}}.tar.gz
If this solution is accepted, Then a small edit to the
oriented_path
is also required fromorientdb_path: '{{orientdb_dir}}/orientdb-{{orientdb_version}}'
to
orientdb_path: '{{orientdb_dir}}/orientdb-community-{{orientdb_version}}'
The text was updated successfully, but these errors were encountered: