• 首页
  • 产品中心
    • 数式Oinone四大产品

      低代码开发平台无代码开发平台集成开发平台AI大模型开发
    • 数式Oinone体系能力

      用户与组织权限管理文件管理消息中心国际化业务审计
    • 数式Oinone核心产品特性

      低无一体面向软件公司场景无限制应用级扩容可分可合
  • 服务中心
    • 客户服务

      预约演示方案咨询私有部署找人定制
    • 开发者

      问答下载
    • Oinone学院

      社区学习

    《精讲面向软件公司的低代码平台——以Oinone为例》

  • 合作伙伴
    渠道申请伙伴名录专家库
  • 关于数式
0571-88757863

Runtime:Dubbo Service Not Found


I. Error Caused by Accessing Unrelated Modules

(Ⅰ) Error Message

In a newly deployed service system where the OA module is not enabled, there is a requirement to invoke OA services. What could be the reason behind this?

(Ⅱ) Solution

By examining the error stack trace, it is clear that the system invoked the DefaultHookApi service during runtime. Analysis reveals that this issue arises because the base library of the newly deployed project is shared with that of the OA project. Consequently, an OA-related hook was registered. To resolve this, simply delete the OA-related hook records from the base_hook table and restart the project.

II. Startup Error: Dubbo Remote Invocation Cannot Find Service

(Ⅰ) Error Message

Caused by: org.apache.dubbo.rpc.RpcException: No provider available from registry 183.224.180.166:32182 for service pamirs/eip.oio.5000:1.0.0 on consumer 172.17.0.1 use dubbo version 2.7.22, please check status of providers(disabled, not registered or in blacklist).
    at org.apache.dubbo.registry.integration.DynamicDirectory.doList(DynamicDirectory.java:177) ~[dubbo-2.7.22.jar!/:2.7.22]
    at org.apache.dubbo.rpc.cluster.directory.AbstractDirectory.list(AbstractDirectory.java:99) ~[dubbo-2.7.22.jar!/:2.7.22]

(Ⅱ) Solution

The error message indicates that the pamirs/eip service cannot be found. Therefore, check if the startup package includes a dependency on the eip package. Additionally, add –eip to the startup module configuration.

<dependency>
  <groupId>pro.shushi.pamirs.core</groupId>
  <artifactId>pamirs-eip2-api</artifactId>
</dependency>

III. Error: "not registered or in blacklist"

(Ⅰ) Error Message

Exception while fetching data(/manageEmployeeBaseQuery/queryPage) :
Noprovider available from registry 127.0.0.1:2181 for service
pamirs/AkdsjManage_core.oi0.5000:1.0.0 onconsumer 172.17.0.3 use dubbo version 2.7.22,
please check status of providers(disabled, not registered or in blacklist).

(Ⅱ) Solution

Error Symptom: The consumer cannot resolve the service provider's interface.

  1. Verify that both the consumer and provider use the same ZooKeeper instance.
  2. Ensure network connectivity between the consumer and provider.
  3. Confirm that the relevant services are registered with Dubbo.
Edit this page
Last Updated:1/15/26, 4:02 AM
Prev
Operation and Maintenance Related:Does the Platform Have a Health Check Interface?
Next
Runtime:SQL Execution Error When Saving Multivalue Fields
默认页脚
Copyright © 2026 Mr.Hope