help:resource did not handle connector request

I use the code to create a resource connector:

ResourceReference resr=ResourceReference.create(source, this,“src”);
getState().sources.add(resr);
getState().sourceTypes.add(source.getMIMEType());

and in the GWT client connector,I use resr.getURL() method,

the URL show in the web elements is that:
http://localhost:8080/dv2/APP/connector/0/139/src/VID_20190119_094502.mp4

but the URL is unavailable,show that:

二月 11, 2019 1:45:13 下午 com.vaadin.server.ConnectorResourceHandler error
警告: VideoPlayView (153) did not handle connector request for src/VID_20190119_094502.mp4

how could i do? thanks!