Skip to end of metadata
Go to start of metadata


Home  ||  Download  ||  User Guide  ||  Developer Guide  ||  Administrator Guide  ||  Training  ||  FAQ  ||  Release Notes  ||  Roadmap  ||  Community

English | 中文

Community

Getting Supported

Issue Tracking

Before reporting a bug, please:

  • Kindly read the FAQ for suggestions and
  • Search the JIRA for possible duplications.
  • Register account: Signup

Follow Us

Mailing List

Resources

Developers Team

Committers


Charles Liu, William Liang, Kimi Lv, Tony Chen, Ludvik Liu, Jerry Lee

Contributors

  • Getting Involved
  • BaiWenZhi (baiwenzhi A yahoo D cn) (WebService Protocol)
  • KimmKing (kimmking.cn A gmail D com) (JMS Protocol)
  • Buptrolex (buptrolex A gmail D com) (TCK Test)

Known Users

[!youyou.gif!]

Related Projects

Similar Projects

Labels:
dubbo dubbo Delete
community community Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. 九月 26, 2012

    无论是下载的程序代码还是写的程序代码,都报相同的错误,程序在别人的电脑上运行通过,但在我的电脑上出错。求解啊!!!

    启动Provider时,日志中显示
    java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:519)
    at com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:310)
    at com.alibaba.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:281)
    at com.alibaba.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:242)
    at com.alibaba.dubbo.config.ServiceConfig.export(ServiceConfig.java:143)
    at com.alibaba.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:109)
    at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:78)
    at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
    at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:275)
    at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:737)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:384)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4765)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5260)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:842)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1095)
    at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1617)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    2012-09-26 00:38:29,921 DEBUG [com.alibaba.dubbo.common.extension.ExtensionLoader] - [DUBBO] package com.alibaba.dubbo.validation;

    执行cosumer时显示,创建bean时出错,No provider available for the service,显示错误:

    ERROR com.alibaba.dubbo.container.Main (Main.java:86) - [DUBBO] Error creating bean with name 'com.alibaba.dubbo.demo.consumer.DemoAction#0' defined in URL [jar:file:/F:/dubbo/dubbo-demo-consumer-2.4.1/lib/dubbo-demo-consumer-2.4.1.jar!/META-INF/spring/dubbo-demo-action.xml]: Cannot resolve reference to bean 'demoService' while setting bean property 'demoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoService': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to
    check the status of the service com.alibaba.dubbo.demo.DemoService. No provider available for the service com.alibaba.dubbo.demo.DemoService from the url multicast://224.5.6.7:1234/com.alibaba.dubbo.registry.RegistryService?application=demo-consumer&dubbo=2.4.1&interface=com.alibaba.dubbo.demo.DemoService&methods=sayHello&pid=2588&revision=2.4.1&side=consumer&timestamp=1348196199234 to the consumer 192.168.1.118 use dubbo version 2.4.1, dubbo version: 2.4.1, current host: 192.168.1.118
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.demo.consumer.DemoAction#0' defined in URL [jar:file:/F:/dubbo/dubbo-demo-consumer-2.4.1/lib/dubbo-demo-consumer-2.4.1.jar!/META-INF/spring/dubbo-demo-action.xml]: Cannot resolve reference to bean 'demoService' while setting bean property 'demoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoService': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.alibaba.dubbo.demo.DemoService. No provider available for the service com.alibaba.dubbo.demo.DemoService from the url multicast://224.5.6.7:1234/com.alibaba.dubbo.registry.RegistryService?application=demo-consumer&dubbo=2.4.1&interface=com.alibaba.dubbo.demo.DemoService&methods=sayHello&pid=2588&revision=2.4.1&side=consumer&timestamp=1348196199234 to the consumer 192.168.1.118 use dubbo version 2.4.1

  2. 八月 14, 2013

    Anonymous

    2013-08-14 00:41:44 ERROR (AbstractPipeline.java:48) execute() - dengex-1376412104122:Failed to check the status of the service com.blc.bop.mapping.proxy.BopServiceProxy. No provider available for the service com.blc.bop.mapping.proxy.BopServiceProxy:com.hf.open.stock.OrderService from the url zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?anyhost=true&application=HF-BOP&check=false&dubbo=2.5.1&interface=com.blc.bop.mapping.proxy.BopServiceProxy&loadbalance=roundrobin&methods=invoke&owner=hf&pid=2526&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1376412104177&version=com.hf.open.stock.OrderService to the consumer 60.191.124.236 use dubbo version 2.5.1

    本地使用dubbo可以,迁移到服务器(centos 5.6)上出现这个报错,是怎么回事?谢谢牛人指点

Add Comment