Failed to check the status of the service报错解决

报这个错误是因为我的application_context.service.xml
文件里的的dubbo声明暴露口时的ref属性写错了。

    <dubbo:service interface="cn.e3mall.content.service.ContentCategoryService"
    ref="contentCategoryServiceImpl" timeout="600000"/>

    <dubbo:service interface="cn.e3mall.content.service.ContentService"
    ref="contentServiceImpl" timeout="600000"/>

    ref= " ContentServiceImpl"
    首字母大写是不对的!!!

原文地址:https://www.cnblogs.com/zxbolg/p/10508083.html

时间: 2024-08-22 00:07:11

Failed to check the status of the service报错解决的相关文章

关于Failed to check the status of the service com.taotao.service.ItemService. No provider available for the service【已解决】

项目中用dubbo发生: Failed to check the status of the service com.taotao.service.ItemService. No provider available for the service 原因: Dubbo缺省会在启动时检查依赖的服务是否可用,不可用时会抛出异常,阻止Spring初始化完成,以便上线时,能及早发现问题,默认check=true. 如果你的Spring容器是懒加载的,或者通过API编程延迟引用服务,请关闭check,否则

java.lang.IllegalStateException: Failed to check the status of the service

java.lang.IllegalStateException: Failed to check the status of the service com.pinyougou.sellergoods.service.BrandService. No provider available for the service com.pinyougou.sellergoods.service.BrandService from the url zookeeper://192.168.25.129:21

jmeter测试dubbo接口遇到 Failed to check the status of the service

Exception in thread "main" java.lang.IllegalStateException: Failed to check the status of the service com.******. No provider available for the service com.***.IProxyCertApi:1.0 from the url zookeeper://10.8.*.*:2181/com.alibaba.dubbo.registry.R

IDEA创建maven项目报错解决:Failed to create a Maven project: &#39;C:/Users/../IdeaProjects/../pom.xml&#39; already e

晚上用IDEA创建Java的maven项目时报错了: Failed to create a Maven project: 'C:/Users/../IdeaProjects/../pom.xml' already exists in VFS1这个错误是因为之前我已经在这个文件夹里创建过同名的maven项目. 解决方法如下: 先把这个项目删了,然后把回收站中的这个项目和之前同名的项目一起彻底删除,重新创建一遍就不会报错了 IDEA创建maven项目报错解决:Failed to create a M

MySQL主从报错解决:Failed to initialize the master info structure

大清早收到一个MySQL的自定义语言告警 :replication interrupt,看来是主从同步报错了. 登陆MySQL,执行 show slave status \G 发现salve已经停止了,于是使用 start slave启动,结果有如下报错: 1 ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log

友盟登录微信第三方登录报错解决linker command failed with exit code 1

:错误 Undefined symbols for architecture x86_64: "OBJC_CLASS$_UMSocialUtils", referenced from: objc-class-ref in libSocialWechat.a(UMSocialWechatHandler.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with ex

mysql show table status报错解决办法

在数据库上执行show table status命令,报错如下图所示: 但是在数据库上是没有空用户的,下图验证: 那就可以判断不是数据库用户授权的问题,那就可能是数据库视图的问题,当打开该库的视图时,出现如下错误: 原因:此数据库视图是由[email protected]%用户建立的,然而该用户不存在于数据库中,当用其他用户执行时默认就被拒绝了 现在查看视图的定义者为[email protected]%: 解决办法:修改视图定义者为当前用户,执行如下sql语句: create or replac

ORA-09817: Write to audit file failed 报错解决办法

上午开虚拟机登录数据库的时候,突然就报错:ORA-09817: Write to audit file failed 写入失败?不会是磁盘满了吧?当然,no space left on device提示的很明显,df -h 查询一下,果然100%了: 马上搜罗下oracle目录有什么能删的,发现有补丁文件,果断删除,腾出将近200M空间,应该能起来了: 终于又见面了,回想一下,之前做实验的时候有开过归档,确认下: 的确是开着的,归档文件就在/oracle目录,大小1G左右,先关归档再删除文件吧.

YUM报错解决:rpmdb open failed

yum安装某个软件的时候,出现报错 [[email protected] ~]# yum install -y zabbix-agent rpmdb: unable to join the environment error: db3 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db3 - Resource temporarily unav