You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Cannot invoke "org.apache.dubbo.rpc.Result.recreate()" because the return value of "org.apache.dubbo.rpc.Invoker.invoke(org.apache.dubbo.rpc.Invocation)" is null
at org.apache.dubbo.rpc.proxy.InvocationUtil.invoke(InvocationUtil.java:64)
at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:81)
Expected Behavior
dubbo mock结果可以稳定成功
Steps To Reproduce
录制和回放在同一台机器上,录制频率配置为每分钟10次,可能和这个配置有关。。。。
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Yes I am willing to submit a pull request on my own!
The text was updated successfully, but these errors were encountered:
Search before asking
AREX Test Service
AREX Java Agent (arextest/arex-agent-java)
Current Behavior
http接口依赖一个dubbo接口,在调试窗口稳定 成功9次失败1次,失败时的异常日志显示如下内容,dubbo版本3.2.9
Expected Behavior
dubbo mock结果可以稳定成功
Steps To Reproduce
录制和回放在同一台机器上,录制频率配置为每分钟10次,可能和这个配置有关。。。。
Anything else
No response
Are you willing to submit a pull request to fix on your own?
The text was updated successfully, but these errors were encountered: