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
2020-09-07 13:52:14,944 [ - /// - ] ERROR boot.SpringApplication - Application run failed
java.lang.NullPointerException
at com.alipay.sofa.runtime.invoke.DynamicJvmServiceProxyFinder.findServiceProxy(DynamicJvmServiceProxyFinder.java:114)
at com.alipay.sofa.runtime.service.component.ReferenceComponent.getServiceTarget(ReferenceComponent.java:256)
at com.alipay.sofa.runtime.service.component.ReferenceComponent.isHealthy(ReferenceComponent.java:103)
at com.alipay.sofa.healthcheck.impl.ComponentHealthChecker.isHealthy(ComponentHealthChecker.java:60)
at com.alipay.sofa.healthcheck.HealthCheckerProcessor.doHealthCheck(HealthCheckerProcessor.java:136)
at
com.alipay.sofa.healthcheck.HealthCheckerProcessor.lambda$readinessHealthCheck$4(HealthCheckerProcessor.java:108)
my code to publish sofa service is:
<sofa:service interface="com.alipay.serverless.base.facade.SampleService" ref="sampleService">
<!-- BUG ? WHEN PUBLISH BOLT, CAUSE MODULE SETUP DOWM -->
<sofa:binding.bolt/>
</sofa:service>
NPE occured at sofaboot codes ,because variable serviceJvmBinding is null:
alaneuler
changed the title
When using sofa:reference to reference jvm service in ark environment, my app occured a NPE error
When using sofa:reference to reference jvm service in ark environment, my app occurred an NPE error
Sep 7, 2020
here is some error info:
my code to publish sofa service is:
NPE occured at sofaboot codes ,because variable serviceJvmBinding is null:
The text was updated successfully, but these errors were encountered: