mrwangyin opened a new issue, #5537:
URL: https://github.com/apache/shenyu/issues/5537
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
admin:
shenyu:
#
https://shenyu.apache.org/zh/docs/user-guide/property-config/admin-property-config
register:
#http #zookeeper #etcd #nacos #consul
registerType: nacos
#localhost:2181 #http://localhost:2379 #localhost:8848
serverLists: 10.10.10.203:8848
props:
nacosNameSpace: ShenyuRegisterCenter
username: nacos
password: nacos
# accessKey:
# secretKey:
pom.xml
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-registry-nacos</artifactId>
<version>${project.version}</version>
</dependency>

![Uploading image.png…]()
### Expected Behavior
_No response_
### Steps To Reproduce
_No response_
### Environment
```markdown
ShenYu version(s):2.6.1
```
### Debug logs
Caused by: java.lang.IllegalArgumentException: nacos name is error
at
org.apache.shenyu.spi.ExtensionLoader.createExtension(ExtensionLoader.java:197)
at
org.apache.shenyu.spi.ExtensionLoader.getJoin(ExtensionLoader.java:154)
at
org.apache.shenyu.admin.config.RegisterCenterConfiguration.shenyuClientServerRegisterRepository(RegisterCenterConfiguration.java:67)
at
org.apache.shenyu.admin.config.RegisterCenterConfiguration$$EnhancerBySpringCGLIB$$3ad2fcd3.CGLIB$shenyuClientServerRegisterRepository$0(<generated>)
at
org.apache.shenyu.admin.config.RegisterCenterConfiguration$$EnhancerBySpringCGLIB$$3ad2fcd3$$FastClassBySpringCGLIB$$41aea052.invoke(<generated>)
at
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at
org.apache.shenyu.admin.config.RegisterCenterConfiguration$$EnhancerBySpringCGLIB$$3ad2fcd3.shenyuClientServerRegisterRepository(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 20 common frames omitted
### Anything else?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]