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

unable to use the connector :{"error_code":500,"message":"Failed to find any class that implements Connector and which name matches uk.co.threefi.connect.http.HttpSinkConnector #11

Open
rorowehbi opened this issue Aug 27, 2020 · 1 comment

Comments

@rorowehbi
Copy link

here is what I did:

--build
git clone https://github.com/thomaskwscott/kafka-connect-http.git
cd kafka-connect-http
mvn clean package

--copy plugin to same directory as the others plugin /usr/share/java/*
copy the generated jar under /usr/share/java/kafka-connect-http/lib/

--reboot
restart the connector.

--verify
ask the connector for the list of plugins: yours was listed

--create new task ==> following error (any idea please) ?

{"error_code":500,"message":"Failed to find any class that implements Connector and which name matches uk.co.threefi.connect.http.HttpSinkConnector, available connectors are: PluginDesc{klass=class at.grahsl.kafka.connect.mongodb.MongoDbSinkConnector, name='at.grahsl.kafka.connect.mongodb.MongoDbSinkConnector', version='1.4.0', encodedVersion=1.4.0, type=sink, typeName='sink', location='file:/usr/share/java/hpgrahsl-kafka-connect-mongodb-1.4.0/'}

@OneCricketeer
Copy link

OneCricketeer commented Oct 4, 2021

Seems like an installation issue, not related to this repo itself.

Does your connect properties have plugin.path=/usr/share/java/?

Where does your Mongo connector libraries live? In another sub-folder of /usr/share/java?

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

No branches or pull requests

2 participants