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

ArangoError 1208: illegal name #2949

Closed
arturasjurev opened this issue Aug 4, 2017 · 3 comments
Closed

ArangoError 1208: illegal name #2949

arturasjurev opened this issue Aug 4, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@arturasjurev
Copy link

arturasjurev commented Aug 4, 2017

Hello, so I ran into a problem with starting arangorestore after upgrading arango.

Im using arango on one of my docker containers and recently ive upgraded arango from 2.8 to 3.2.
My arangodb conf :

# ArangoDB configuration file
# 
# Documentation: 
# https://docs.arangodb.com/ConfigureArango/README.html
# 

[database]
directory = /home/proj/shared
# directory = @HOMEDRIVE@/@HOMEPATH@/arangodb/databases

maximal-journal-size = 33554432

[server]
# Specify the endpoint for HTTP requests by clients.
#  tcp://ipv4-address:port
#  tcp://[ipv6-address]:port
#  ssl://ipv4-address:port
#  ssl://[ipv6-address]:port
#  unix:///path/to/socket
#
# Examples:
#   endpoint = tcp://0.0.0.0:8529
#   endpoint = tcp://127.0.0.1:8529
#   endpoint = tcp://localhost:8529
#   endpoint = tcp://myserver.arangodb.com:8529
#   endpoint = tcp://[::]:8529
#   endpoint = tcp://[fe80::21a:5df1:aede:98cf]:8529
#
endpoint = tcp://0.0.0.0:8529

# resuse a port on restart or wait until it is freed by the operating system
# reuse-address = false

# disable authentication for the admin frontend
authentication = false

# number of server threads
threads = 4

# the user and group are normally set in the start script
# uid = arangodb
# gid = arangodb

[scheduler]

# number of threads used for I/O

[javascript]
startup-directory = /usr/share/arangodb3/js
app-path = /var/lib/arangodb3-apps
# app-path = @HOMEDRIVE@/@HOMEPATH@/arangodb/apps

# number of worker threads for V8
v8-contexts = 5

[log]
level = info
file = -

[cluster]
#disable-dispatcher-kickstarter = yes
#disable-dispatcher-frontend = yes
data-path = /home/proj/shared/cluster
log-path = /home/proj/shared/cluster
agency-prefix = /usr/lib/arangodb/etcd-arango
arangod-path = /usr/sbin/arangod
dbserver-config = /home/proj/shared/arangod.conf

So i run :
arangorestore --include-system-collections true --server.database $dbname --create-database true --input-directory $location

Error i get :

Restoring 27240629947776
Please specify a password:  

Creating database 'org_27240629947776'
Server version: 3.2.0
# Connected to ArangoDB 'http+tcp://127.0.0.1:8529'
# Re-creating document collection '_aqlfunctions'...
2017-08-04T06:20:06Z [56] ERROR got error from server: HTTP 500 (Internal Server Error): ArangoError 1208: illegal name
Processed 0 collection(s), read 0 byte(s) from datafiles, sent 0 batch(es)
Restoring _sys
Please specify a password: 

Server version: 3.2.0
# Connected to ArangoDB 'http+tcp://127.0.0.1:8529'
# Re-creating document collection '_aqlfunctions'...
2017-08-04T06:20:09Z [59] ERROR got error from server: HTTP 500 (Internal Server Error): ArangoError 1208: illegal name
Processed 0 collection(s), read 0 byte(s) from datafiles, sent 0 batch(es)
Restoring system
Please specify a password: 

Creating database 'my_system'
Server version: 3.2.0
# Connected to ArangoDB 'http+tcp://127.0.0.1:8529'
# Re-creating document collection '_aqlfunctions'...
2017-08-04T06:20:09Z [60] ERROR got error from server: HTTP 500 (Internal Server Error): ArangoError 1208: illegal name
Processed 0 collection(s), read 0 byte(s) from datafiles, sent 0 batch(es)

Thanks in advance !

@arturasjurev
Copy link
Author

By the way , I'm currently using python-arango lib is v2.2.0 and willing to upgrade to v3.6 after successfull arango upgrade.

@jsteemann jsteemann added the 1 Bug label Aug 4, 2017
@jsteemann jsteemann self-assigned this Aug 4, 2017
jsteemann added a commit that referenced this issue Aug 4, 2017
@jsteemann
Copy link
Contributor

Fixed in 3.2.1

@jsteemann jsteemann added this to the 3.2.1 milestone Aug 4, 2017
@jsteemann jsteemann added the 2 Fixed Resolution label Aug 4, 2017
fceller pushed a commit that referenced this issue Aug 4, 2017
ObiWahn added a commit that referenced this issue Aug 7, 2017
…ture/js_to_cpp_transaction_handler

* 'devel' of https://github.com/arangodb/arangodb: (30 commits)
  fix typo
  specialize IndexIterator::skip for primary indexes (#2952)
  Feature/jenkins pipeline (#2967)
  lower concurrency
  Feature/jenkins pipeline (#2966)
  Feature/jenkins pipeline (#2963)
  RocksDB: Optimizing dropCollection / dropIndex / fillIndex (#2927)
  used the required mutex in Store::clear to avoid races (#2957)
  Bug fix/macos readlink (#2961)
  ensure that exit signals are still valid (#2962)
  Bug fix/daily fixes (#2958)
  Feature/slow queries log bind vars (#2954)
  add "cluster selectivity estimates" to CHANGELOG (#2956)
  fixed issue #2943 (#2945)
  fixed issue #2949 (#2951)
  Feature/jenkins pipeline (#2944)
  Bug fix/nightly fixes (#2946)
  Fixing occasional foxx errors (#2953)
  Bug fix/windows non docker build (#2941)
  Improve windows compatibility...remove shell scripts..use cmake logic (#2940)
  ...
@jsteemann
Copy link
Contributor

3.2.1 has been released and is available for download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants