17:54:01,368 ERROR [ContextLoader] Context initialization failed
: Error creating bean with name 'customerService' defined in ServletContext resource [/WEB-INF/classes/config/]: Cannot resolve reference to bean 'systemLogService' while setting bean property 'logService'; nested exception is : Error creating bean with name 'systemLogService': FactoryBean threw exception on object creation; nested exception is : Failed to check the status of the service . No provider available for the service from the url zookeeper://127.0.0.1:2088/?anyhost=true&application=security-portal&check=false&dubbo=2.5.2&interface=&methods=logOnLoginError,debug,log,find&pid=5228&side=consumer×tamp=1394099638978&token=4ecb7c2d-82a2-4c08-9938-1f1ddc9d3f82 to the consumer 192.168.141.10 use dubbo version 2.5.2
at (:329)
at (:107)
at (:1391)
at (:1132)
at (:522)
at (:461)
at $(:295)
at (:223)
·····
at $(:518)
at (:619)
Caused by: : Error creating bean with name 'systemLogService': FactoryBean threw exception on object creation; nested exception is : Failed to check the status of the service . No provider available for the service from the url zookeeper://127.0.0.1:2088/?anyhost=true&application=security-portal&check=false&dubbo=2.5.2&interface=&methods=logOnLoginError,debug,log,find&pid=5228&side=consumer×tamp=1394099638978&token=4ecb7c2d-82a2-4c08-9938-1f1ddc9d3f82 to the consumer 192.168.141.10 use dubbo version 2.5.2
at (:149)
at (:102)
at (:1443)
at (:249)
at (:194)
at (:323)
... 150 more
Caused by: : Failed to check the status of the service . No provider available for the service from the url zookeeper://127.0.0.1:2088/?anyhost=true&application=security-portal&check=false&dubbo=2.5.2&interface=&methods=logOnLoginError,debug,log,find&pid=5228&side=consumer×tamp=1394099638978&token=4ecb7c2d-82a2-4c08-9938-1f1ddc9d3f82 to the consumer 192.168.141.10 use dubbo version 2.5.2
at (:420)
at (:300)
at (:138)
at (:65)
at (:142)
... 155 more
我这里出现的这个文件是加载war包是先后问题出错了,导致这个找类找不到,如果你出现类似问题,可以在生成war后,调整war包名称,不加载项目,直接运行jboss看看是否还会出现这个错。
如果没有错了,可以去这个地址看看如果更改Jboss启动顺序:/mypointone/article/details/20722807
如果还有错,我就无能为力了。希望能帮助你。