You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/02/19 09:34:14 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1582: 使用InvokerUtils.syncInvoke调用RPC接口,一直失败,所有RPC接口都报NullPointerException

liubao68 commented on issue #1582: 使用InvokerUtils.syncInvoke调用RPC接口,一直失败,所有RPC接口都报NullPointerException
URL: https://github.com/apache/servicecomb-java-chassis/issues/1582#issuecomment-588123551
 
 
   那就要看下这个接口被 `第一次` 的场景有哪些。 OSGI 由于存在不同的 class loader, 不同的入口可能导致当前线程所处的 class loader 不一样, 出现加载类错误的情况。 OSGI 使得运行环境变得复杂, 问题不好发现。 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services