V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
iliul
V2EX  ›  Python

pycharm remote debug openstack nova-api 报错

  •  1
     
  •   iliul · 2017-03-06 21:04:23 +08:00 · 2269 次点击
    这是一个创建于 2579 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Hi ,各位

    最近在搭建 openstack 调试环境,在虚拟机中配置了环境,但是通过 pycharm 调试时总是提示下面的错误,哪位帮忙定位一下?

    2017-03-06 20:39:22.637 DEBUG nova.osapi_compute.wsgi.server [req-023361de-cfff-4dfb-8d11-953c3b2619b2 None None] (50530) accepted ('192.168.150.129', 55309) from (pid=50530) server /usr/local/lib/python2.7/dist-packages/eventlet/wsgi.py:868
    2017-03-06 20:39:23.516 INFO nova.osapi_compute.wsgi.server [req-11822637-16c8-464e-8052-f4c99125cee6 admin admin] 192.168.150.129 "GET /v2.1 HTTP/1.1" status: 302 len: 251 time: 0.8773770
    2017-03-06 20:39:23.551 DEBUG nova.api.openstack.wsgi [req-9c43716d-4b21-4ea6-b41d-25f10a1c3ad8 admin admin] Calling method '<bound method VersionsController.show of <nova.api.openstack.compute.versionsV21.VersionsController object at 0x7fb79c5bfc50>>' from (pid=50530) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:626
    2017-03-06 20:39:23.553 INFO nova.osapi_compute.wsgi.server [req-9c43716d-4b21-4ea6-b41d-25f10a1c3ad8 admin admin] 192.168.150.129 "GET /v2.1/ HTTP/1.1" status: 200 len: 722 time: 0.0354731
    2017-03-06 20:39:23.731 DEBUG nova.api.openstack.wsgi [req-a4c33e38-44e2-475a-b829-160545bdb6a4 admin admin] Calling method '<bound method ServersController.detail of <nova.api.openstack.compute.servers.ServersController object at 0x7fb79c61e810>>' from (pid=50530) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:626
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/dist-packages/_pydevd_bundle/pydevd_process_net_command.py", line 268, in process_net_command
        type, file, line, func_name, suspend_policy, condition, expression = text.split('\t', 6)
    ValueError: need more than 6 values to unpack
    

    pycharm remote debug

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5356 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 08:04 · PVG 16:04 · LAX 01:04 · JFK 04:04
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.