New Install issues

71 views
Skip to first unread message

Hugh Mc Gauran

unread,
Nov 5, 2014, 11:24:39 AM11/5/14
to vfe...@googlegroups.com
Hi,

I've managed to get the server up and running and am now trying to install an agent and get it working. I have defined the username/password for the agent as the autogenerated one as listed during the install (hope thats correct)

The agent is up and running but is not appearing in the web interface. When i check the logs, i get the error as below...any thoughts?


2014-11-05 15:41:27 - rvapi - ERROR - False
2014-11-05 15:41:27 - rvapi - ERROR - Unable to add authorized key.
2014-11-05 15:41:27 - rvapi - ERROR - RqlCompileError: Unrecognized optional argument `upsert`. in:
r.table('authorized_keys').insert(r.expr({'agent_id': u'9db6ff61-53d8-4da5-b38e-4df7ab5d83fa', 'ssh_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCVdafzlCKmmJGJQaKVwfsYzlQAMX4vFwz8CIPMw+pSfQBmRaphgjtBDNHCsr6XKGxvX2XcTfwhkQKGC+ctCMEPabYLdT1H4kvKtQeOh0Llygz0hxhR7b9KJ/EMqdFDiPwScrEUqtG5y1DsIDSKC8iHKvpDJwpk7MsMEVYGuaLxSe/+OF6B8eE1IOe7zq8iU/3G9Mydvi5BP6aDoVZl8mwWF+qiv6l5aYazzD0SFKv2vgp5KuWImF+NuFDu1G/8nIX9u0hMfVOl10kebmtbWL8OU5t0WonUy/H9Gk45+FmYtIxNwVtqxzSKc0N41fMSFXK6aKauQVjK+Mej5T3Z+A9 root@MSS-MAIL2\n'}), upsert=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Denis Kostromitskiy

unread,
Nov 28, 2014, 4:42:25 AM11/28/14
to vfe...@googlegroups.com
It is because of rethinkdb version. In versions above 1.13 there is a major change and you have to replace "upsert=True" to 'conflict="replace"' everywhere in server code. You can check latest server commits on github or checkout latest version of the server.
Check rethinkdb versions:
> rethinkdb -v

>pip list | grep rethink

Mijor and minor versions should match. And if version > 1.13, you need change I described above.
Reply all
Reply to author
Forward
0 new messages