2021年1月份开始深入学习Spirng Cloud Alibaba Nacos,过程中遇到一些问题总结如下:
为了帮助大家快速解决类似问题,特意在这里写一个博客,希望能节约时间。
Issue1:创建命名空间失败
问题描述:版本1.3.1/1.3.2创建命名空间失败,提示Required String parameter 'customNamespaceId' is not present !
2021-01-16 14:48:18,669 ERROR CONSOLE
org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'customNamespaceId' is not present
at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:202)
at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:113)
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:126)
at org.springframework.web.method.support.InvocableHandlerMe

在学习Spring Cloud Alibaba Nacos时,遇到版本1.3.1/1.3.2创建命名空间失败的问题,错误提示'Required String parameter 'customNamespaceId' is not present!'。分析原因是版本升级后的页面缓存问题。解决方法是清理浏览器缓存,参照GitHub上的Issues解答。
最低0.47元/天 解锁文章
5万+

被折叠的 条评论
为什么被折叠?



