-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
k8s部署apollo 接入ldap报错 #5140
Comments
The error you're encountering, related to a duplicate bean definition named 'applicationTaskExecutor', typically occurs due to conflicting bean definitions within the Spring context. This can happen when there are overlapping configurations, especially when multiple profiles are active, such as
If these steps do not resolve the issue, providing more details about your configurations and any customizations to Apollo's default behavior could be helpful. Specifically, examining the Apollo authentication configurations and any related customizations might offer further insights.
|
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
可以看下具体的报错信息,截图中的信息不够明确 |
我遇到了同样的错误,这是 这个问题我已经解决了,根据此问题修改对应的代码,重新编译生成jar包替换即可。 |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
configmap配置如下
k8s deployment挂载配置文件如下图
启动的时候active变量如下图
下面是报错内容,我已明确检查配置ldap的配置文件已经被挂载进去
The text was updated successfully, but these errors were encountered: