You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Loïc (JIRA)" <ji...@apache.org> on 2019/05/20 09:04:01 UTC

[jira] [Created] (KAFKA-8393) Kafka Connect: Kafka Connect: could not get type for name org.osgi.framework.BundleListener on Windows

Loïc created KAFKA-8393:
---------------------------

             Summary: Kafka Connect: Kafka Connect: could not get type for name org.osgi.framework.BundleListener on Windows
                 Key: KAFKA-8393
                 URL: https://issues.apache.org/jira/browse/KAFKA-8393
             Project: Kafka
          Issue Type: Bug
          Components: KafkaConnect
    Affects Versions: 2.2.0
         Environment: Windows 10
            Reporter: Loïc


Hi guys,

according the documentation [https://kafka.apache.org/quickstart#quickstart_kafkaconnect]

I've tried the command

`c:\dev\Tools\servers\kafka_2.12-2.2.0>bin\windows\connect-standalone.bat config\connect-standalone.properties config\connect-file-source.properties config\connect-file-sink.properties`

and got this error:

c:\dev\Tools\servers\kafka_2.12-2.2.0>bin\windows\connect-standalone.bat config\connect-standalone.properties config\connect-file-source.properties config\connect-file-sink.properties
[2019-05-17 10:21:25,049] WARN could not get type for name org.osgi.framework.BundleListener from any class loader (org.reflections.Reflections)
org.reflections.ReflectionsException: could not get type for name org.osgi.framework.BundleListener
 at org.reflections.ReflectionUtils.forName(ReflectionUtils.java:390)
 at org.reflections.Reflections.expandSuperTypes(Reflections.java:381)
 at org.reflections.Reflections.<init>(Reflections.java:126)
 at org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader$InternalReflections.<init>(DelegatingClassLoader.java:400)
 at org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader.scanPluginPath(DelegatingClassLoader.java:299)
 at org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader.scanUrlsAndAddPlugins(DelegatingClassLoader.java:237)
 at org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader.initPluginLoader(DelegatingClassLoader.java:185)

 

Environment:  Windows 10, Kafka 2.12-2.2.0 [current]

 

Many thanks for your help.

Regards

Loïc



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)