5-27 - Incorrect usage of internal class API

5-27 - Incorrect usage of internal class API

Possible Causes

org.apache.dubbo.config.ReferenceConfig and org.apache.dubbo.common.config.ReferenceCache may be defined as non-singleton mode.

Troubleshooting and Resolution Steps

Check custom annotations or configurations that have defined the core application class as non-singleton mode, and check the scope configuration.