Error message

java.lang.IllegalArgumentException: The service type specified in ProviderBean does not indicate the [com.taobao.hsf.jar.test.HelloWorldServiceImpl] interface.

Solution

serviceInterface configured for the bean of the provider is not an interface. Check the configuration file and set serviceInterface to an interface name.