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

Bug Report: Can't set values for configs.config.server-config.ejb-container by postboot comand file/FISH-5784 #5428

Open
ehurmuzov opened this issue Sep 29, 2021 · 2 comments
Assignees
Labels
Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev Type: Bug Label issue as a bug defect

Comments

@ehurmuzov
Copy link

Description


Can't set values for configs.config.server-config.ejb-container by postboot comand file.
This works with asadmin comands.
Not working with payara/server-full:5.2021.7-jdk11, payara/server-full:5.2021.7, payara/server-full:5.2021.6-jdk11 too.

Expected Outcome

configs.config.server-config.ejb-container.pool-resize-quantity=2
configs.config.server-config.ejb-container.max-pool-size=120
configs.config.server-config.ejb-container.steady-pool-size=10

Current Outcome

Boot Command set failed PlainTextActionReporterFAILURENo configuration found for configs.config.server-config.ejb-container

Steps to reproduce

Dockerfile

FROM payara/server-full:5.2021.7-jdk11
COPY commands.asadmin $POSTBOOT_COMMANDS

commands.asadmin

set configs.config.server-config.ejb-container.pool-resize-quantity=2
set configs.config.server-config.ejb-container.max-pool-size=120
set configs.config.server-config.ejb-container.steady-pool-size=10

docker build

docker build -t rs/cashier:1.0.0-jdk11 .

docker run

docker run -it -p 8080:8080 -p 4848:4848 rs/cashier:1.0.0-jdk11

Environment

  • Distribution: Docker - Server Full Profile
  • JDK Version: 11 - OpenJDK
  • Operating System: Linux - Ununtu 20.04
@ehurmuzov ehurmuzov added Status: Open Issue has been triaged by the front-line engineers and is being worked on verification Type: Bug Label issue as a bug defect labels Sep 29, 2021
@shub8968 shub8968 self-assigned this Oct 3, 2021
@shub8968
Copy link
Contributor

shub8968 commented Oct 5, 2021

Hi @ehurmuzov, I am able to reproduce this issue. I have raised an internal issue with JIRA FISH-5784. Thanks. It may take a while to fix the issue. You are free to submit a PR to fix this issue if you feel confident to do so.

@shub8968 shub8968 added Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev and removed Status: Open Issue has been triaged by the front-line engineers and is being worked on verification labels Oct 5, 2021
@shub8968 shub8968 changed the title Bug Report: Can't set values for configs.config.server-config.ejb-container by postboot comand file Bug Report: Can't set values for configs.config.server-config.ejb-container by postboot comand file\FISH-5784 Oct 5, 2021
@shub8968 shub8968 changed the title Bug Report: Can't set values for configs.config.server-config.ejb-container by postboot comand file\FISH-5784 Bug Report: Can't set values for configs.config.server-config.ejb-container by postboot comand file/FISH-5784 Oct 5, 2021
@Netskeh
Copy link

Netskeh commented Feb 16, 2023

Update:
This still exists in:

  • 5.2022.1
  • 5.2022.2
  • 5.2022.3
  • 5.2022.4
  • 5.2022.5
  • 6.2023.2

I only tested the most recent payara 6 server. I assume it would be the same for previous versions.

Has someone found a solution / workaround to this?
What I tried so far, is setting the values into the default-config, in hopes of them being used as a reference. That was not the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev Type: Bug Label issue as a bug defect
Projects
None yet
Development

No branches or pull requests

3 participants