-
Notifications
You must be signed in to change notification settings - Fork 789
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
接入自建集群时 后台日志报错 #1738
Comments
Title: When connecting to self-built cluster, the background log reports an error |
通过哪种方式安装并接入的? |
How was it installed and accessed? |
通过 docker 启动 rainbond 的 allinone 镜像之后,选择 平台管理 > 集群 -> 添加集群 -> 接入自建集群,然后按照 接入自建集群 的指示操作完成安装之后,在 rainbond 的集群接入等待页面依旧提示错误,查看 rainbond 的日志发现如问题所示的错误 |
After starting the allinone image of rainbond through docker, select Platform Management > Cluster -> Add Cluster -> Access Self-built Cluster, and then follow the instructions for accessing self-built cluster. After the installation is completed, the cluster access waiting page of rainbond still prompts Error, check the rainbond log and find the error shown in the question |
那这可能是一个bug,你现在应该可以通过以下方式绕过
|
Then this may be a bug, you should now be able to bypass the following ways
|
在5.17、6.0版本中已解决 |
Solved in versions 5.17 and 6.0 |
Describe the bug
接入自建集群时 后台日志报错
15:22 [ERROR] localhost [get] /app/ui/console/views/enterprise.py:602 'NoneType' object has no attribute 'region_id' File "/app/ui/console/views/enterprise.py", line 597, in get region_resource = region_services.conver_region_info(region, "yes") File "/app/ui/console/services/region_services.py", line 595, in conver_region_info region_resource = self.__init_region_resource_data(region, level) File "/app/ui/console/services/region_services.py", line 553, in __init_region_resource_data region_resource["region_id"] = region.region_id 'NoneType' object has no attribute 'region_id'
Screenshots
The relevant information:
The text was updated successfully, but these errors were encountered: