Flink CDC 中有大哥能帮我看看这个错吗?加了 ORACLE CDC 的包 就报错了 chatgpt 的回答没啥用,我试了
The error message indicates that the method setXIncludeAware
is not supported by the JAXP implementation being used. This method is used to enable XInclude processing in XML documents.
There are a few possible solutions to this issue:
Upgrade your JAXP implementation to a version that supports the setXIncludeAware
method. Check the documentation of your JAXP implementation for details on which version supports this method.
Use a different JAXP implementation that supports the setXIncludeAware
method. There are several JAXP implementations available, such as Apache Xerces and Oracle XML Parser.
Disable XInclude processing in your XML document. If XInclude processing is not required, you can remove any XInclude elements from your XML document or disable XInclude processing altogether.
Modify your code to use a different approach to XInclude processing that does not rely on the setXIncludeAware
method. For example, you can use a third-party library like VTD-XML or implement your own XInclude processing logic using DOM or SAX APIs.,此回答整理自钉群“Flink CDC 社区”
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。