canal报错解析,该如何解决

Exception in thread "main" com.alibaba.otter.canal.protocol.exception.CanalClientException: failed to subscribe with reason: something goes wrong with channel:[id: 0x28f6409f, /192.168.148.1:56329 => /192.168.148.***:11111], exception=com.alibaba.otter.canal.server.exception.CanalServerException: destination:example should start first

    at com.alibaba.otter.canal.client.impl.SimpleCanalConnector.subscribe(SimpleCanalConnector.java:208)
    at testbin.CanalClient.main(CanalClient.java:29)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at com.intellij.rt.execution.application.AppMainV2.main(AppMainV2.java:131)

我的canal在客户端读取mysql的binlog时报了这个错误,但是不知道出了什么问题,而且其他帖子说要删除一个meta.dat文件才能运行,可能我没有消费才没这个文件,什么原因?

你把报错复制到记事本发给我,我给你解析一下

这篇文章:canal 服务启动报错 也许有你想要的答案,你可以看看