wzkris commented on issue #15114:
URL: https://github.com/apache/dubbo/issues/15114#issuecomment-2646683917

   And i can found the correct namespace in the console log.
   ```
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.deploy.DefaultApplicationDeployer
    -  [DUBBO] The registry[<dubbo:registry username="dev" password="******" 
port="8848" parameters="{namespace=dubbo-dev}" registerMode="instance" 
group="DUBBO_GROUP" address="nacos://localhost:8848" protocol="nacos" />] will 
be used as the config center, dubbo version: 3.3.3, current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.deploy.DefaultApplicationDeployer
    -  [DUBBO] use registry as config-center: <dubbo:config-center 
namespace="DUBBO_GROUP" group="DUBBO_GROUP" highestPriority="false" 
id="config-center-nacos-localhost-8848" username="dev" 
address="nacos://localhost:8848" protocol="nacos" password="******" port="8848" 
parameters="{namespace=dubbo-dev, client=null}" />, dubbo version: 3.3.3, 
current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
com.alibaba.nacos.plugin.auth.spi.client.ClientAuthPluginManager
    - [ClientAuthPluginManager] Load ClientAuthService 
com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
   2025-02-10 08:14:32 [main]  INFO  
com.alibaba.nacos.plugin.auth.spi.client.ClientAuthPluginManager
    - [ClientAuthPluginManager] Load ClientAuthService 
com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.common.config.ConfigurationUtils
    -  [DUBBO] Config center was specified, but no config item found., dubbo 
version: 3.3.3, current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.common.config.ConfigurationUtils
    -  [DUBBO] Config center was specified, but no config item found., dubbo 
version: 3.3.3, current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.context.ConfigManager
    -  [DUBBO] The current configurations or effective configurations are as 
follows:, dubbo version: 3.3.3, current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.context.ConfigManager
    -  [DUBBO] <dubbo:application enableFileCache="true" logger="slf4j" 
executorManagementMode="isolation" parameters="{}" registerMode="instance" 
name="wzkris-user" metadataType="remote" protocol="dubbo" />, dubbo version: 
3.3.3, current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.context.ConfigManager
    -  [DUBBO] <dubbo:protocol preferSerialization="hessian2,fastjson2" 
port="-1" name="dubbo" />, dubbo version: 3.3.3, current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.context.ConfigManager
    -  [DUBBO] <dubbo:registry username="dev" password="******" port="8848" 
parameters="{namespace=dubbo-dev}" registerMode="instance" group="DUBBO_GROUP" 
address="nacos://localhost:8848" protocol="nacos" />, dubbo version: 3.3.3, 
current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.context.ConfigManager
    -  [DUBBO] <dubbo:ssl />, dubbo version: 3.3.3, current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.deploy.DefaultModuleDeployer
    -  [DUBBO] Dubbo Module[1.1.0] has been initialized!, dubbo version: 3.3.3, 
current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.deploy.DefaultModuleDeployer
    -  [DUBBO] Dubbo Module[1.1.1] has been initialized!, dubbo version: 3.3.3, 
current host: 192.168.0.102
   2025-02-10 08:14:32 [main]  INFO  
org.apache.dubbo.config.deploy.DefaultApplicationDeployer
    -  [DUBBO] No value is configured in the registry, the 
MetadataReportFactory extension[name : nacos] supports as the metadata center, 
dubbo version: 3.3.3, current host: 192.168.0.102
   2025-02-10 08:14:33 [main]  INFO  
org.apache.dubbo.config.deploy.DefaultApplicationDeployer
    -  [DUBBO] The registry[<dubbo:registry username="dev" password="******" 
port="8848" parameters="{namespace=dubbo-dev}" registerMode="instance" 
group="DUBBO_GROUP" address="nacos://localhost:8848" protocol="nacos" />] will 
be used as the metadata center, dubbo version: 3.3.3, current host: 
192.168.0.102
   2025-02-10 08:14:33 [main]  INFO  
org.apache.dubbo.config.deploy.DefaultApplicationDeployer
    -  [DUBBO] use registry as metadata-center: <dubbo:metadata-report 
group="DUBBO_GROUP" username="dev" address="nacos://localhost:8848" 
protocol="nacos" password="******" port="8848" 
parameters="{namespace=dubbo-dev, client=null}" />, dubbo version: 3.3.3, 
current host: 192.168.0.102
   ```
   And I found thar config center will add to the correct namespace, but 
service will not.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to