-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
Hi, build fails with the error below on m3 MacBook. It works on Intel chip.
$ mvn clean verify -Dquick
.. skip ..
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project debezium-connector-oracle: Compilation failure: Compilation failure:
.. skip ..
[ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :debezium-connector-oracle
What Debezium connector do you use and what version?
3.0.0-SNAPSHOT
What is the connector configuration?
Building debezium on m3 mac
What is the captured database version and mode of deployment?
Building debezium on m3 mac
What behavior do you expect?
Build success
What behavior do you see?
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project debezium-connector-oracle: Compilation failure: Compilation failure: [ERROR] /Users/chan/IdeaProjects/debezium/debezium-connector-oracle/src/main/java/io/debezium/connector/oracle/logminer/processor/infinispan/RemoteInfinispanLogMinerEventProcessor.java:[37,78] cannot find symbol [ERROR] symbol: class LogMinerEventMarshallerImpl [ERROR] location: package io.debezium.connector.oracle.logminer.processor.infinispan.marshalling [ERROR] /Users/chan/IdeaProjects/debezium/debezium-connector-oracle/src/main/java/io/debezium/connector/oracle/logminer/processor/infinispan/RemoteInfinispanLogMinerEventProcessor.java:[38,78] cannot find symbol [ERROR] symbol: class TransactionMarshallerImpl [ERROR] location: package io.debezium.connector.oracle.logminer.processor.infinispan.marshalling [ERROR] /Users/chan/IdeaProjects/debezium/debezium-connector-oracle/src/main/java/io/debezium/connector/oracle/logminer/processor/infinispan/RemoteInfinispanLogMinerEventProcessor.java:[82,40] cannot find symbol [ERROR] symbol: class TransactionMarshallerImpl [ERROR] location: class io.debezium.connector.oracle.logminer.processor.infinispan.RemoteInfinispanLogMinerEventProcessor [ERROR] /Users/chan/IdeaProjects/debezium/debezium-connector-oracle/src/main/java/io/debezium/connector/oracle/logminer/processor/infinispan/RemoteInfinispanLogMinerEventProcessor.java:[83,40] cannot find symbol [ERROR] symbol: class LogMinerEventMarshallerImpl [ERROR] location: class io.debezium.connector.oracle.logminer.processor.infinispan.RemoteInfinispanLogMinerEventProcessor [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :debezium-connector-oracle
Do you see the same behaviour using the latest released Debezium version?
It works well on Intel chips.
Do you have the connector logs, ideally from start till finish?
-
How to reproduce the issue using our tutorial deployment?
-
Feature request or enhancement
-
Which use case/requirement will be addressed by the proposed feature?
-
Implementation ideas (optional)
-