bk-process-config-manager icon indicating copy to clipboard operation
bk-process-config-manager copied to clipboard

[BUG] 打开进程管理页显示异常

Open ZhuoZhuoCrayon opened this issue 2 years ago • 0 comments

问题描述 打开进程管理页显示异常

重现方法 在 CMDB 建立重复进程

预期现象 简明扼要地描述预期的现象是什么

截屏 WeChatWorkScreenshot_78d4b49f-68d4-4d6b-b26a-284850f84654

6a4f01b6-0251-4066-91b2-305b80153faf | 捕获未处理异常,异常具体堆栈->[Traceback (most recent call last): File "/app/.heroku/python/lib/python3.7/site-packages/django/core/handlers/base.py", line 181, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/app/.heroku/python/lib/python3.7/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view return view_func(*args, **kwargs) File "/app/.heroku/python/lib/python3.7/site-packages/rest_framework/viewsets.py", line 125, in view return self.dispatch(request, *args, **kwargs) File "/app/apps/generic.py", line 70, in dispatch return super().dispatch(request, *args, **kwargs) File "/app/.heroku/python/lib/python3.7/site-packages/rest_framework/views.py", line 509, in dispatch response = self.handle_exception(exc) File "/app/.heroku/python/lib/python3.7/site-packages/rest_framework/views.py", line 469, in handle_exception self.raise_uncaught_exception(exc) File "/app/.heroku/python/lib/python3.7/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception raise exc File "/app/.heroku/python/lib/python3.7/site-packages/rest_framework/views.py", line 506, in dispatch response = handler(request, *args, **kwargs) File "/app/apps/gsekit/cmdb/views/cmdb.py", line 75, in service_instance with_proc_count=self.validated_data["with_proc_count"], File "/app/apps/gsekit/cmdb/handlers/cmdb.py", line 521, in fetch_service_instance_by_module_ids for process in processes File "/app/apps/gsekit/cmdb/handlers/cmdb.py", line 522, in if match.match(process["expression"].split(EXPRESSION_SPLITTER)[2], expression) IndexError: list index out of range ], 请求URL->[/api/105/cmdb/service_instance/], 请求方法->[POST] 请求参数->[{}]

请提供以下信息

  • [x] bk-process-config-manage 版本 (发布版本号 或 git tag):
  • [ ] 蓝鲸PaaS 版本:
  • [ ] bk-process-config-manage 异常日志:

ZhuoZhuoCrayon avatar Oct 14 '22 04:10 ZhuoZhuoCrayon