com.alibaba.nacos.api.exception.NacosException: http error, code=403,dataId=huoban.abc.net,group=domain-name-mapping,tenant=
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:1035)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:407)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.jd.magnus.cms.service.nacos.NacosService.getConfig(NacosService.java:94)
at com.jd.magnus.cms.controller.MallController.queryInfoById(MallController.java:501)
at sun.reflect.GeneratedMethodAccessor340.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
在客户端是加入了用户名密码的
Properties properties = new Properties();
properties.put("serverAddr", nacosConfigProperties.getServerAddr());
properties.put("username", nacosConfigProperties.getUsername());
properties.put("password", nacosConfigProperties.getPassword());
this.configService = NacosFactory.createConfigService(properties);
使用上一阵后,代码中连nacos去查询和push就都不行了,看不出什么问题