Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix required: JVM11 instead of JVM17 #12

Closed
Bdegraaf1234 opened this issue Apr 24, 2024 · 1 comment · Fixed by #13
Closed

Hotfix required: JVM11 instead of JVM17 #12

Bdegraaf1234 opened this issue Apr 24, 2024 · 1 comment · Fixed by #13
Assignees

Comments

@Bdegraaf1234
Copy link
Member

As described in issue #11, we need a hotfix release to resolve the problems caused by release #10

@Bdegraaf1234
Copy link
Member Author

For future reference, these jvm mismatches result in unrecognized classes when deploying the containers. Others have the same issues.

[2024-04-24 12:39:05,597] ERROR Failed to create connector for /etc/kafka-connect/sink-s3/sink-s3.properties (org.apache.kafka.connect.cli.ConnectStandalone)
[2024-04-24 12:39:05,598] ERROR Stopping after connector error (org.apache.kafka.connect.cli.ConnectStandalone)
java.util.concurrent.ExecutionException: org.apache.kafka.connect.runtime.rest.errors.BadRequestException: Connector configuration is invalid and contains the following 2 error(s):
Invalid value org.radarbase.kafka.connect.transforms.CombineKeyValue for configuration transforms.combineKeyValue.type: Class org.radarbase.kafka.connect.transforms.CombineKeyValue could not be found.
Invalid value null for configuration transforms.combineKeyValue.type: Not a Transformation
You can also find the above list of errors at the endpoint `/connector-plugins/{connectorType}/config/validate`
	at org.apache.kafka.connect.util.ConvertingFutureCallback.result(ConvertingFutureCallback.java:123)
	at org.apache.kafka.connect.util.ConvertingFutureCallback.get(ConvertingFutureCallback.java:107)
	at org.apache.kafka.connect.cli.ConnectStandalone.processExtraArgs(ConnectStandalone.java:81)
	at org.apache.kafka.connect.cli.AbstractConnectCli.startConnect(AbstractConnectCli.java:150)
	at org.apache.kafka.connect.cli.AbstractConnectCli.run(AbstractConnectCli.java:94)
	at org.apache.kafka.connect.cli.ConnectStandalone.main(ConnectStandalone.java:112)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant