You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/31 09:18:42 UTC

[GitHub] [dubbo] xiongwu1 opened a new issue, #10858: 当我切换成triple协议时 junit4运行会报错

xiongwu1 opened a new issue, #10858:
URL: https://github.com/apache/dubbo/issues/10858

   配置:dubbo.protocol.name=tri
   错误信息如下:
   ![image](https://user-images.githubusercontent.com/15642586/198973868-b34657f7-3fab-4bbe-8bd8-05c09b462df2.png)
   
   应用可以正常启动,但是跑测试用例时会抛出以上错误信息


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] xiongwu1 commented on issue #10858: 当我切换成triple协议时 junit4运行会报错

Posted by GitBox <gi...@apache.org>.
xiongwu1 commented on issue #10858:
URL: https://github.com/apache/dubbo/issues/10858#issuecomment-1296883991

   已解决 记得添加protobuf的依赖
   
   ```
   <dependency>
       <groupId>org.apache.dubbo</groupId>
       <artifactId>dubbo-metadata-definition-protobuf</artifactId>
       <version>${dubbo.version}</version>
   </dependency>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] xiongwu1 closed issue #10858: 当我切换成triple协议时 junit4运行会报错

Posted by GitBox <gi...@apache.org>.
xiongwu1 closed issue #10858: 当我切换成triple协议时 junit4运行会报错
URL: https://github.com/apache/dubbo/issues/10858


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org