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
[PANDORA WARNING] Can NOT find pandora.sar or taobao-hsf.sar. Init available components Scanning for available components in the runtime Starting available components
#39
[PANDORA WARNING] Can NOT find pandora.sar or taobao-hsf.sar. (1st line)
......
Caused by: java.lang.RuntimeException: com.taobao.hsf.app.spring.util.HSFSpringProviderBean was loaded by com.taobao.pandora.boot.loader.LaunchedURLClassLoader@5cb0d902, it should be loaded by Pandora Container. Can not load this fake sdk class. please refer to http://gitlab.alibaba-inc.com/middleware-container/pandora-boot/wikis/faq for the solution.
at com.taobao.hsf.app.spring.util.HSFSpringProviderBean.<init>(HSFSpringProviderBean.java)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:172)
... 27 more
How to fix this problem?
The text was updated successfully, but these errors were encountered:
In submodule
microservice-doc-demo/hsf-pandora-boot/hsf-pandora-boot-provider
, build the package with following command:A
jar
with name oftarget/hsf-pandora-boot-provider-1.0.jar
will be generated as expected. Just start it as:Following logging information will be printed:
How to fix this problem?
The text was updated successfully, but these errors were encountered: