5-25 - Undefined exception from custom implementation

Possible Reason

The custom implemented org.apache.dubbo.rpc.Protocol protocol has a business logic exception when the method calls destroy.

Troubleshooting and resolution steps

Check the destory method of the custom implementation class code.