You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by "enotsgib (via GitHub)" <gi...@apache.org> on 2023/03/21 08:02:46 UTC

[GitHub] [servicecomb-java-chassis] enotsgib opened a new issue, #3722: RPC接口调用出现类无法找到:Could not initialize class rx.Observable

enotsgib opened a new issue, #3722:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3722

   我尝试通过rpc调用时出现如下异常,不知道rx.Observable是什么,请问这是哪里缺少了东西么?重启微服务可规避,目前已出现两次,均出现在补丁升级后。


-- 
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: commits-unsubscribe@servicecomb.apache.org.apache.org

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


[GitHub] [servicecomb-java-chassis] lbc97 commented on issue #3722: RPC接口调用出现类无法找到:Could not initialize class rx.Observable

Posted by "lbc97 (via GitHub)" <gi...@apache.org>.
lbc97 commented on issue #3722:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3722#issuecomment-1477436904

   你们用的什么版本 有可能是组件不兼容导致的 或者是你们项目里面排查了什么依赖 


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] enotsgib commented on issue #3722: RPC接口调用出现类无法找到:Could not initialize class rx.Observable

Posted by "enotsgib (via GitHub)" <gi...@apache.org>.
enotsgib commented on issue #3722:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3722#issuecomment-1477680319

   感谢,我再看看


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] enotsgib commented on issue #3722: RPC接口调用出现类无法找到:Could not initialize class rx.Observable

Posted by "enotsgib (via GitHub)" <gi...@apache.org>.
enotsgib commented on issue #3722:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3722#issuecomment-1477530459

   > 你们用的什么版本 有可能是组件不兼容导致的 或者是你们项目里面排除了什么依赖
   
   目前用的是1.0.0.B003.59, 这个问题最近一个月才出现,近期代码修改未去除依赖,重启微服务时,该问题没有出现,目前只出现在补丁升级后,感觉不太像依赖的问题


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] enotsgib commented on issue #3722: RPC接口调用出现类无法找到:Could not initialize class rx.Observable

Posted by "enotsgib (via GitHub)" <gi...@apache.org>.
enotsgib commented on issue #3722:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3722#issuecomment-1477534548

   我找到了rx.observable类是属于rxjava组件的,查看依赖发现是servicecomb:handler-loadbalance -> ribbon-core -> rxjava, 感觉像是服务初始化时底层框架有些什么事件没有初始化成功,导致当通过rpc去调用时,底层框架报错。


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] lbc97 commented on issue #3722: RPC接口调用出现类无法找到:Could not initialize class rx.Observable

Posted by "lbc97 (via GitHub)" <gi...@apache.org>.
lbc97 commented on issue #3722:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3722#issuecomment-1477541283

   你们这个版本应该不是我们开源这边的版本应该是你们自己定制的版本 完了你说的初始化没有成功 那日志里面应该会有相应的日志失败打印 可以再检查一下日志。


-- 
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: commits-unsubscribe@servicecomb.apache.org

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