ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Lhilo's profile - activity

2020-12-01 15:08:06 -0500 received badge  Famous Question (source)
2018-01-11 07:15:27 -0500 received badge  Notable Question (source)
2018-01-11 07:15:27 -0500 received badge  Popular Question (source)
2015-11-10 02:11:12 -0500 asked a question Problem in configuring the database

Hello, I have installed ORK (on ubuntu 14.04) following the installation instruction given on http://wg-perception.github.io/object... . I'm facing a problem in configuring the database. I'm getting the following problem after running the rosrun object_recognition_core push.sh command:

2015-11-05 17:53:28 [CRITICAL] {'msg': '', 'status_int': 504, 'response': <couchapp.client.couchdbresponse object="" at="" 0x7f1e1b633dd0="">}

Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/couchapp/dispatch.py", line 48, in dispatch return _dispatch(args) File "/usr/local/lib/python2.7/dist-packages/couchapp/dispatch.py", line 92, in _dispatch return fun(conf, conf.app_dir, args, *opts) File "/usr/local/lib/python2.7/dist-packages/couchapp/commands.py", line 76, in push dbs = conf.get_dbs(dest) File "/usr/local/lib/python2.7/dist-packages/couchapp/config.py", line 146, in get_dbs return [Database(dburl, use_proxy=use_proxy) for dburl in dburls] File "/usr/local/lib/python2.7/dist-packages/couchapp/client.py", line 223, in __init__ self.res.head() File "/usr/local/lib/python2.7/dist-packages/restkit/resource.py", line 122, in head params_dict=params_dict, **params) File "/usr/local/lib/python2.7/dist-packages/couchapp/client.py", line 141, in request raise RequestFailed(str(e)) RequestFailed: {'msg': '', 'status_int': 504, 'response': <couchapp.client.couchdbresponse object="" at="" 0x7f1e1b633dd0="">}

Can anyone help out in resolving this problem?

Thank you.

2015-11-10 02:11:12 -0500 asked a question Problem in configuring the database

Hello,

I have installed ORK (on ubuntu 14.04) following the installation instruction given on http://wg-perception.github.io/object... . I'm facing a problem in configuring the database. I'm getting the following problem after running the rosrun object_recognition_core push.sh command:

2015-11-05 17:53:28 [CRITICAL] {'msg': '', 'status_int': 504, 'response': <couchapp.client.CouchdbResponse object at 0x7f1e1b633dd0>}

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/couchapp/dispatch.py", line 48, in dispatch
    return _dispatch(args)
  File "/usr/local/lib/python2.7/dist-packages/couchapp/dispatch.py", line 92, in _dispatch
    return fun(conf, conf.app_dir, *args, **opts)
  File "/usr/local/lib/python2.7/dist-packages/couchapp/commands.py", line 76, in push
    dbs = conf.get_dbs(dest)
  File "/usr/local/lib/python2.7/dist-packages/couchapp/config.py", line 146, in get_dbs
    return [Database(dburl, use_proxy=use_proxy) for dburl in dburls]
  File "/usr/local/lib/python2.7/dist-packages/couchapp/client.py", line 223, in __init__
    self.res.head()
  File "/usr/local/lib/python2.7/dist-packages/restkit/resource.py", line 122, in head
    params_dict=params_dict, **params)
  File "/usr/local/lib/python2.7/dist-packages/couchapp/client.py", line 141, in request
    raise RequestFailed(str(e))
RequestFailed: {'msg': '', 'status_int': 504, 'response': <couchapp.client.CouchdbResponse object at 0x7f1e1b633dd0>}

Can anyone help out in resolving this problem?

Thank you.