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 2022/11/07 11:08:01 UTC

[GitHub] [servicecomb-java-chassis] edgar1170 opened a new issue, #3456: 服务间调用报错NullPointerException,但是没有任何其他日志

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

   在版本升级后,同一个service方法里面的其他服务器方法正常,唯独有一个方法调用报错
   服务器端错误信息:
   [transport-vert.x-eventloop-thread-4] o.a.s.c.h.impl.ProducerOperationHandler  : 50unexpected error operation=PRODUCER rest xxx.xxx.queryBill, message=cause:InvocationTargetException,message:null;cause:NullPointerException,message:null
   客户端错误信息:
   2022-10-28 17:10:40.936 ERROR 2230 --- [service-tomcat-165] c.h.m.p.m.b.c.RechargeController         : 222 inner error when query user number or connect error , ex:InvocationException: code=500;msg=Map(message -> Unexpected exception when processing the request.)
   	


-- 
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] edgar1170 commented on issue #3456: 服务间调用报错NullPointerException,但是没有任何其他日志

Posted by GitBox <gi...@apache.org>.
edgar1170 commented on issue #3456:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3456#issuecomment-1305447697

   版本从1.3升级到2.7.5


-- 
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] liubao68 closed issue #3456: 服务间调用报错NullPointerException,但是没有任何其他日志

Posted by GitBox <gi...@apache.org>.
liubao68 closed issue #3456: 服务间调用报错NullPointerException,但是没有任何其他日志
URL: https://github.com/apache/servicecomb-java-chassis/issues/3456


-- 
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 #3456: 服务间调用报错NullPointerException,但是没有任何其他日志

Posted by GitBox <gi...@apache.org>.
lbc97 commented on issue #3456:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3456#issuecomment-1305598639

   50unexpected error operation=PRODUCER rest xxx.xxx.queryBill, message=cause:InvocationTargetException,message:null;cause:NullPointerException,message:null 这段日志指出xxx.xxx.queryBill这个方法报空指针异常了 可以仔细排查一下这个方法 按理应该有错误信息堆栈日志打印的 可以在日志中搜索一下。


-- 
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] liubao68 commented on issue #3456: 服务间调用报错NullPointerException,但是没有任何其他日志

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

   @gsnx 可以调试下。 另外,使用JDK17或许有帮助,对于NPE异常,会有更详细的信息。


-- 
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] gsnx commented on issue #3456: 服务间调用报错NullPointerException,但是没有任何其他日志

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

   > 麻烦问下这个问题有解决方法吗
   
   


-- 
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