-
为了适应现有项目,我讲dubbo升级到2.8.2,spring升级到5.0.7.RELEASE。然后大致在com.github.myth.core.service.handler.ActorMythTransactionHandler#handler中,执行demo到协调inventoryService的事务时,mythTransactionContext为null,导致消息没有发送出去。
-
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
- [x] I have searched the [issues]of this reposito…
-
dubbo version: 3.0.9
error: 2023-03-28 17:47:33.403 ERROR 4212 --- [o-8082-exec-303] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with pat…
-
看了看之前的issues,感觉和我这个有点像,又有点不像……原谅我这个小菜鸡,这是什么原因啊,timeout都重新设置了,执行mvn clean package 每次都能build success,但是进入dubbo-admin-distribution目录下target子目录进行java -jar .\dubbo-admin-0.4.0.jar 命令就一直失败,提示信息如下:
`2022-04…
-
给spring boot配置logback-spring.xml日志配置文件,如果希望dubbo框架内的 LoggerFactory.getLogger(getClass())输出的日志logback日志中,需要制定system properties -Ddubbo.application.logger=slf4j。建议Slf4jLoggerAdapter设置为默认适配器。
![im…
-
拉取到zookeeper的镜像之后,不能用访问到http://localhost:设置端口号/dubbo-admin-2.8.4/,求解答,页面显示"该网页无法正常运作".
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [REAMDE](https://github.com/apac…
-
Most things out there use spring or spring boot. It would be nice to have a demo for how to configure tracing for dubbo when someone is only using the api (per @chickenlj)
http://dubbo.io/books/dub…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [REAMDE](https://github.com/apac…
-
扫描多个包时,DubboAutoConfiguration.serviceClassPostProcessor未能初始化,配置如下:
dubbo:
scan:
base-packages:
- com.cyril.one.rpc
- com.cyril.two.rpc
只有扫描一个包时,才能正常使用