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

Address warnings during startup of Docker container #29419

Open
1 of 2 tasks
inad9300 opened this issue May 9, 2024 · 2 comments
Open
1 of 2 tasks

Address warnings during startup of Docker container #29419

inad9300 opened this issue May 9, 2024 · 2 comments

Comments

@inad9300
Copy link

inad9300 commented May 9, 2024

Before reporting an issue

  • I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

Area

dist/quarkus

Describe the bug

There are a few warnings printed during initialization of quay.io/keycloak/keycloak:24.0.4. At least some appear to be simple to address. Could you have a look? Thanks.

2024-05-09 13:26:09 WARN [org.keycloak.quarkus.runtime.cli.Picocli] (main) The following build time non-cli options were found, but will be ignored during run time: kc.db
...
2024-05-09 13:26:10 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the send buffer of socket MulticastSocket was set to 1MB, but the OS only allocated 212.99KB
2024-05-09 13:26:10 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 20MB, but the OS only allocated 212.99KB
2024-05-09 13:26:10 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the send buffer of socket MulticastSocket was set to 1MB, but the OS only allocated 212.99KB
2024-05-09 13:26:10 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 25MB, but the OS only allocated 212.99KB
...
2024-05-09 13:26:11 WARN [io.quarkus.agroal.runtime.DataSources] (JPA Startup Thread) Datasource <default> enables XA but transaction recovery is not enabled. Please enable transaction recovery by setting quarkus.transaction-manager.enable-recovery=true, otherwise data may be lost if the application is terminated abruptly
...
2024-05-09 13:26:12 WARN [org.infinispan.CONFIG] (keycloak-cache-init) ISPN000569: Unable to persist Infinispan internal caches as no global state enabled

Version

24.0.4

Regression

  • The issue is a regression

Expected behavior

No warnings.

Actual behavior

Warnings.

How to Reproduce?

Build and run a Dockerfile derived from quay.io/keycloak/keycloak:24.0.4.

Anything else?

No response

@shawkins
Copy link
Contributor

shawkins commented May 9, 2024

This issue mostly overlaps with #27308

2024-05-09 13:26:09 WARN [org.keycloak.quarkus.runtime.cli.Picocli] (main) The following build time non-cli options were found, but will be ignored during run time: kc.db

Will covered by #28654

The only ones not covered are JGRP000015 - the warning seems valid given the defult configuration, but is probably something that most won't care about. cc @vmuzikar

~priority-low

@keycloak-github-bot
Copy link

Due to the amount of issues reported by the community we are not able to prioritise resolving this issue at the moment.

If you are affected by this issue, upvote it by adding a 👍 to the description. We would also welcome a contribution to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants