at org.apache.kafka.clients.producer.ProducerConfig.<init>(ProducerConfig.java:336)
at org.apache.kafka.clients.producer.KafkaProducer.<init>(KafkaProducer.java:188)
at com.googlesource.gerrit.plugins.kafka.session.type.KafkaSession.connect(KafkaSession.java:55)
at com.googlesource.gerrit.plugins.kafka.message.MessagePublisher.start(MessagePublisher.java:47)
at com.googlesource.gerrit.plugins.kafka.Manager.start(Manager.java:50)
at com.google.gerrit.lifecycle.LifecycleManager.start(LifecycleManager.java:89)
at com.google.gerrit.server.plugins.ServerPlugin.startPlugin(ServerPlugin.java:214)
at com.google.gerrit.server.plugins.ServerPlugin.start(ServerPlugin.java:155)
at com.google.gerrit.server.plugins.PluginLoader.runPlugin(PluginLoader.java:508)
at com.google.gerrit.server.plugins.PluginLoader.rescan(PluginLoader.java:435)
at com.google.gerrit.server.plugins.PluginLoader.start(PluginLoader.java:339)
at com.google.gerrit.lifecycle.LifecycleManager.start(LifecycleManager.java:89)
at com.google.gerrit.pgm.Daemon.start(Daemon.java:311)
at com.google.gerrit.pgm.Daemon.run(Daemon.java:212)
at com.google.gerrit.pgm.util.AbstractProgram.main(AbstractProgram.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.gerrit.launcher.GerritLauncher.invokeProgram(GerritLauncher.java:161)
at com.google.gerrit.launcher.GerritLauncher.mainImpl(GerritLauncher.java:102)
at com.google.gerrit.launcher.GerritLauncher.main(GerritLauncher.java:59)
at Main.main(Main.java:25)
[2016-11-07 16:33:08,073] [main] INFO com.google.gerrit.server.change.ChangeCleanupRunner : Ignoring missing changeCleanup schedule configuration
[2016-11-07 16:33:08,111] [main] INFO com.google.gerrit.sshd.SshDaemon : Started Gerrit SSHD-CORE-1.2.0 on localhost:29418
[2016-11-07 16:33:08,120] [main] INFO org.eclipse.jetty.server.Server : jetty-9.2.14.v20151106
[2016-11-07 16:33:08,794] [main] INFO org.eclipse.jetty.server.handler.ContextHandler : Started o.e.j.s.ServletContextHandler@7598d675{/,null,AVAILABLE}
[2016-11-07 16:33:08,805] [main] INFO org.eclipse.jetty.server.ServerConnector : Started ServerConnector@126254ec{HTTP/1.1}{localhost:8081}
[2016-11-07 16:33:08,807] [main] INFO org.eclipse.jetty.server.Server : Started @8178ms
[2016-11-07 16:33:08,809] [main] INFO com.google.gerrit.pgm.Daemon : Gerrit Code Review 2.13.2 ready
0 % ./bin/gerrit.sh daemon
Running Gerrit Code Review:
[2016-11-07 16:35:38,349] [main] INFO com.google.gerrit.server.cache.h2.H2CacheFactory : Enabling disk cache /Users/ptardy/dev/gerrit_testsite/cache
[2016-11-07 16:35:38,883] [main] WARN com.google.gerrit.server.documentation.QueryDocumentationExecutor : No index available
[2016-11-07 16:35:39,709] [main] INFO com.google.gerrit.server.config.ScheduleConfig : gc schedule parameter "gc.interval" is not configured
[2016-11-07 16:35:39,709] [main] INFO com.google.gerrit.server.config.ScheduleConfig : changeCleanup schedule parameter "changeCleanup.interval" is not configured
[2016-11-07 16:35:40,306] [main] WARN com.google.gerrit.sshd.SshDaemon : Disabling cipher aes192-ctr: Unable to initialize cipher BaseCipher[AES,16,24,AES/CTR/NoPadding]
[2016-11-07 16:35:40,306] [main] WARN com.google.gerrit.sshd.SshDaemon : Disabling cipher aes256-ctr: Unable to initialize cipher BaseCipher[AES,16,32,AES/CTR/NoPadding]
[2016-11-07 16:35:40,307] [main] WARN com.google.gerrit.sshd.SshDaemon : Disabling cipher arcfour256: Illegal key size or default parameters; try installing unlimited cryptography extension
[2016-11-07 16:35:40,317] [main] WARN com.google.gerrit.sshd.SshDaemon : Disabling cipher aes192-cbc: Unable to initialize cipher BaseCipher[AES,16,24,AES/CBC/NoPadding]
[2016-11-07 16:35:40,317] [main] WARN com.google.gerrit.sshd.SshDaemon : Disabling cipher aes256-cbc: Unable to initialize cipher BaseCipher[AES,16,32,AES/CBC/NoPadding]
[2016-11-07 16:35:40,376] [main] WARN com.google.gerrit.server.config.GitwebCgiConfig : gitweb not installed (no /usr/lib/cgi-bin/gitweb.cgi found)
[2016-11-07 16:35:40,732] [main] INFO org.eclipse.jetty.util.log : Logging initialized @7114ms
[2016-11-07 16:35:40,848] [main] INFO com.google.gerrit.server.git.LocalDiskRepositoryManager : Defaulting core.streamFileThreshold to 456m
[2016-11-07 16:35:41,356] [main] INFO com.google.gerrit.server.plugins.PluginLoader : Loading plugins from /Users/ptardy/dev/gerrit_testsite/plugins
[2016-11-07 16:35:41,466] [main] INFO com.googlesource.gerrit.plugins.kafka.config.KafkaProperties : applying config: com.google.gerrit.server.config.PluginConfig@474ce6b8
[2016-11-07 16:35:41,467] [main] INFO com.googlesource.gerrit.plugins.kafka.config.KafkaProperties : applying config: bootstrapServers localhost:9092
[2016-11-07 16:35:41,471] [main] INFO com.googlesource.gerrit.plugins.kafka.session.type.KafkaSession : Connect to localhost:9092...
[2016-11-07 16:35:41,486] [main] INFO org.apache.kafka.clients.producer.ProducerConfig : ProducerConfig values:
metric.reporters = []
sasl.kerberos.ticket.renew.window.factor = 0.8
bootstrap.servers = [localhost:9092]
ssl.keystore.type = JKS
sasl.mechanism = GSSAPI
interceptor.classes = null
ssl.truststore.password = null
ssl.endpoint.identification.algorithm = null
acks = all
receive.buffer.bytes = 32768
ssl.truststore.type = JKS
retries = 0
ssl.truststore.location = null
ssl.keystore.password = null
send.buffer.bytes = 131072
compression.type = none
sasl.kerberos.kinit.cmd = /usr/bin/kinit
buffer.memory = 33554432
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
sasl.kerberos.ticket.renew.jitter = 0.05
ssl.trustmanager.algorithm = PKIX
block.on.buffer.full = false
ssl.key.password = null
sasl.kerberos.min.time.before.relogin = 60000
max.in.flight.requests.per.connection = 5
metrics.num.samples = 2
ssl.protocol = TLS
ssl.provider = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
batch.size = 16384
ssl.keystore.location = null
ssl.cipher.suites = null
security.protocol = PLAINTEXT
max.request.size = 1048576
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
ssl.keymanager.algorithm = SunX509
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
[2016-11-07 16:35:41,588] [main] INFO org.apache.kafka.clients.producer.ProducerConfig : ProducerConfig values:
metric.reporters = []
sasl.kerberos.ticket.renew.window.factor = 0.8
bootstrap.servers = [localhost:9092]
ssl.keystore.type = JKS
sasl.mechanism = GSSAPI
interceptor.classes = null
ssl.truststore.password = null
ssl.endpoint.identification.algorithm = null
acks = all
receive.buffer.bytes = 32768
ssl.truststore.type = JKS
retries = 0
ssl.truststore.location = null
ssl.keystore.password = null
send.buffer.bytes = 131072
compression.type = none
sasl.kerberos.kinit.cmd = /usr/bin/kinit
buffer.memory = 33554432
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
sasl.kerberos.ticket.renew.jitter = 0.05
ssl.trustmanager.algorithm = PKIX
block.on.buffer.full = false
ssl.key.password = null
sasl.kerberos.min.time.before.relogin = 60000
max.in.flight.requests.per.connection = 5
metrics.num.samples = 2
ssl.protocol = TLS
ssl.provider = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
batch.size = 16384
ssl.keystore.location = null
ssl.cipher.suites = null
security.protocol = PLAINTEXT
max.request.size = 1048576
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
ssl.keymanager.algorithm = SunX509
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
[2016-11-07 16:35:41,590] [main] INFO org.apache.kafka.common.utils.AppInfoParser : Kafka version : 0.10.0.1
[2016-11-07 16:35:41,591] [main] INFO org.apache.kafka.common.utils.AppInfoParser : Kafka commitId : a7a17cdec9eaa6c5
[2016-11-07 16:35:41,591] [main] INFO com.googlesource.gerrit.plugins.kafka.session.type.KafkaSession : Connection established.
[2016-11-07 16:35:41,592] [main] INFO com.google.gerrit.server.plugins.PluginLoader : Loaded plugin kafka-events, version a00708d-dirty
[2016-11-07 16:35:41,593] [main] INFO com.google.gerrit.server.change.ChangeCleanupRunner : Ignoring missing changeCleanup schedule configuration
[2016-11-07 16:35:41,623] [main] INFO com.google.gerrit.sshd.SshDaemon : Started Gerrit SSHD-CORE-1.2.0 on localhost:29418
[2016-11-07 16:35:41,629] [main] INFO org.eclipse.jetty.server.Server : jetty-9.3.11.v20160721
[2016-11-07 16:35:42,118] [main] INFO org.eclipse.jetty.server.handler.ContextHandler : Started o.e.j.s.ServletContextHandler@1d0dad12{/,null,AVAILABLE}
[2016-11-07 16:35:42,127] [main] INFO org.eclipse.jetty.server.AbstractConnector : Started ServerConnector@7296fe0b{HTTP/1.1,[http/1.1]}{localhost:8081}
[2016-11-07 16:35:42,130] [main] INFO org.eclipse.jetty.server.Server : Started @8513ms
[2016-11-07 16:35:42,131] [main] INFO com.google.gerrit.pgm.Daemon : Gerrit Code Review 2.13.2-1409-gfd0a87d-dirty ready