You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed a single redpanda node on an unbuntu 22.04 machine. Trying to install redpanda connect using the ansible role gives me the error below. The ubuntu vm itself does have openjdk-17 installed:
v@redpanda-0:/$ java -version
openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04)
OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, sharing)
Error
TASK [redpanda.cluster.redpanda_connect : Install JVM] ********************************************************************************************
fatal: [10.1.20.17]: FAILED! => {"changed": false, "msg": "No package matching 'java-17-openjdk' is available"}
The text was updated successfully, but these errors were encountered:
I installed a single redpanda node on an unbuntu 22.04 machine. Trying to install redpanda connect using the ansible role gives me the error below. The ubuntu vm itself does have openjdk-17 installed:
Error
The text was updated successfully, but these errors were encountered: