question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Converter distribution no longer works with 1.2.0.Final

See original GitHub issue

Follow https://github.com/debezium/debezium-examples/tree/master/tutorial#json-format but change the version in dockerfile file to 1.2.0.Final. The connector start will fail with

connect_1    | java.lang.NoClassDefFoundError: org/eclipse/microprofile/rest/client/RestClientBuilder
connect_1    | 	at io.apicurio.registry.client.GenericClient$ServiceProxy.lambda$invoke$0(GenericClient.java:193)
connect_1    | 	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1705)
connect_1    | 	at io.apicurio.registry.client.GenericClient$ServiceProxy.invoke(GenericClient.java:191)
connect_1    | 	at com.sun.proxy.$Proxy39.updateArtifact(Unknown Source)
connect_1    | 	at io.apicurio.registry.utils.serde.strategy.AutoRegisterIdStrategy.initialLookup(AutoRegisterIdStrategy.java:32)
connect_1    | 	at io.apicurio.registry.utils.serde.strategy.AbstractCrudIdStrategy.findId(AbstractCrudIdStrategy.java:50)
connect_1    | 	at io.apicurio.registry.utils.converter.ExtJsonConverter.fromConnectData(ExtJsonConverter.java:95)
connect_1    | 	at org.apache.kafka.connect.storage.Converter.fromConnectData(Converter.java:63)
connect_1    | 	at org.apache.kafka.connect.runtime.WorkerSourceTask.lambda$convertTransformedRecord$1(WorkerSourceTask.java:292)
connect_1    | 	at org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndRetry(RetryWithToleranceOperator.java:128)
connect_1    | 	at org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndHandleError(RetryWithToleranceOperator.java:162)
connect_1    | 	at org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execute(RetryWithToleranceOperator.java:104)
connect_1    | 	at org.apache.kafka.connect.runtime.WorkerSourceTask.convertTransformedRecord(WorkerSourceTask.java:292)
connect_1    | 	at org.apache.kafka.connect.runtime.WorkerSourceTask.sendRecords(WorkerSourceTask.java:321)
connect_1    | 	at org.apache.kafka.connect.runtime.WorkerSourceTask.execute(WorkerSourceTask.java:245)
connect_1    | 	at org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:184)
connect_1    | 	at org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:234)
connect_1    | 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
connect_1    | 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
connect_1    | 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
connect_1    | 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
connect_1    | 	at java.base/java.lang.Thread.run(Thread.java:834)
connect_1    | Caused by: java.lang.ClassNotFoundException: org.eclipse.microprofile.rest.client.RestClientBuilder
connect_1    | 	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
connect_1    | 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
connect_1    | 	at org.apache.kafka.connect.runtime.isolation.PluginClassLoader.loadClass(PluginClassLoader.java:104)
connect_1    | 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
connect_1    | 	... 22 more

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
im-kongecommented, May 21, 2020

@EricWittmann we will take a look at it.

0reactions
EricWittmanncommented, May 29, 2020

I believe this is now fixed. Fixed in this PR: https://github.com/Apicurio/apicurio-registry/pull/520

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install tensorflowjs error · Issue #704 · tensorflow/tfjs - GitHub
I'm getting an error while install tensorflowjs so I can convert keras ... No matching distribution found for tensorflow==1.10.1 (from ...
Read more >
Log4j – Changes - Apache Logging Services
Log4j 1.2 bridge methods Category.getChainedPriority() and getEffectiveLevel() should not be final. ggregory. Fix, Log4j 1.2 bridge adds org.
Read more >
Bug listing with status RESOLVED with resolution FIXED as at ...
The last guide contained an error" status:RESOLVED resolution:FIXED severity: ... Bug:2893 - "¿How I install a binary package from other distribution?
Read more >
Release Notes for Debezium 1.2
Final connectors will continue where the previous connector left off. ... Skip tests that are no longer compatible with Kafka 1.x DBZ-2068.
Read more >
Changes to CVXPY — CVXPY 1.2 documentation
We no longer support Python 2 or Python 3.4. CVXPY 1.1. 0 drops the SuperSCS and ECOS_BB solvers. We added ECOS_BB back in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found