Skip to content
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

nacos注册报错 #153

Open
huyang19881115 opened this issue Feb 29, 2024 · 2 comments
Open

nacos注册报错 #153

huyang19881115 opened this issue Feb 29, 2024 · 2 comments

Comments

@huyang19881115
Copy link

Traceback (most recent call last):
File "/data/llmservice-province/langchain_province/api.py", line 2174, in
regServer()
File "/data/llmservice-province/langchain_province/api.py", line 1971, in regServer
client.add_naming_instance(service_name=ServerName,
File "/data/llmservice-province/langchain_province/nacos/client.py", line 898, in add_naming_instance
resp = self._do_sync_req("/nacos/v1/ns/instance", {"example":"example"}, None, params, self.default_timeout, "POST", "naming")
File "/data/llmservice-province/langchain_province/nacos/client.py", line 702, in _do_sync_req
raise NacosRequestException("All server are not available")
nacos.exception.NacosRequestException: All server are not available

@huyang19881115
Copy link
Author

目前出现的问题,是nacos 启动后,会保留注册服务的信息,一直不掉。把nacos 的日志清理掉,就可以注册上去了,比较奇怪,不知道那个注册信息再日志的那块位置?

@GululuCopa
Copy link

碰到了相同的问题,苦比的是无权限清理nacos日志,目前不知道咋整了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants