Ksqldb start problem Confluent Platform Community Components

Hello!

Please, help, - suggest the solution.

On Debian 12 I installed confluent platform community components edition.

There is problems with confluent local services start, so I am running services manually.

First problem to discuss illustrated below

$ sudo systemctl status confluent-ksqldb.service 
× confluent-ksqldb.service - Streaming SQL engine for Apache Kafka
     Loaded: loaded (/lib/systemd/system/confluent-ksqldb.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Thu 2022-08-25 19:51:43 +03; 4s ago
   Duration: 70ms
       Docs: http://docs.confluent.io/
    Process: 4166 ExecStart=/usr/bin/ksql-server-start /etc/ksqldb/ksql-server.properties (code=exited, status=1/FAILURE)
   Main PID: 4166 (code=exited, status=1/FAILURE)
        CPU: 47ms

Aug 25 19:51:43 host systemd[1]: Started Streaming SQL engine for Apache Kafka.
Aug 25 19:51:43 host ksql-server-start[4166]: Unrecognized VM option 'UseConcMarkSweepGC'
Aug 25 19:51:43 host ksql-server-start[4166]: Error: Could not create the Java Virtual Machine.
Aug 25 19:51:43 host ksql-server-start[4166]: Error: A fatal exception has occurred. Program will exit.
Aug 25 19:51:43 host systemd[1]: confluent-ksqldb.service: Main process exited, code=exited, status=1/FAILURE
Aug 25 19:51:43 host systemd[1]: confluent-ksqldb.service: Failed with result 'exit-code'.

Any ideas?

This topic was automatically closed after 30 days. New replies are no longer allowed.