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

Changed commons-io exception due upgrade of dependency #1424

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

mareknovotny
Copy link
Member

@mareknovotny mareknovotny commented Sep 3, 2024

Thank you for submitting this pull request

referenced Pull Requests:

How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • a pull request please add comment: Jenkins retest this

  • a full downstream build please add comment: Jenkins run fdb

  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

@mareknovotny
Copy link
Member Author

jenkins retest this please

@mareknovotny
Copy link
Member Author

jenkins do fdb

@mareknovotny
Copy link
Member Author

mareknovotny commented Sep 9, 2024

cdb is failing on kie-wb-distribution:

[2024-09-04T15:07:02.555Z] [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-jar-maven-plugin:6.1.2.Final:package (default) on project business-central-webapp: Packaging wildfly failed: InvocationTargetException: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Cannot start embedded server: WFLYEMB0022: Cannot invoke 'start' on embedded process: WFLYEMB0021: Cannot start embedded process: JBTHR00005: Operation failed: WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. -> [Help 1]
[2024-09-04T15:07:02.555Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.wildfly.plugins:wildfly-jar-maven-plugin:6.1.2.Final:package (default) on project business-central-webapp: Packaging wildfly failed
[2024-09-04T15:07:02.555Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2024-09-04T15:07:02.555Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2024-09-04T15:07:02.555Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2024-09-04T15:07:02.555Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-09-04T15:07:02.555Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:190)
[2024-09-04T15:07:02.555Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:186)
[2024-09-04T15:07:02.555Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.555Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2024-09-04T15:07:02.555Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.555Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.555Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.555Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.555Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Packaging wildfly failed
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.execute (AbstractBuildBootableJarMojo.java:540)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.goals.BuildBootableJarMojo.execute (BuildBootableJarMojo.java:55)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:190)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:186)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.809Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.809Z] Caused by: java.lang.reflect.InvocationTargetException
[2024-09-04T15:07:02.809Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-09-04T15:07:02.809Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-09-04T15:07:02.809Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-09-04T15:07:02.809Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.cli.CLIWrapper.handle (CLIWrapper.java:82)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.cli.LocalCLIExecutor.handle (LocalCLIExecutor.java:68)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.cli.LocalCLIExecutor.execute (LocalCLIExecutor.java:93)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.processCLI (AbstractBuildBootableJarMojo.java:756)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.executeCliScript (AbstractBuildBootableJarMojo.java:717)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.userScripts (AbstractBuildBootableJarMojo.java:703)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.execute (AbstractBuildBootableJarMojo.java:516)
[2024-09-04T15:07:02.809Z]     at org.wildfly.plugins.bootablejar.maven.goals.BuildBootableJarMojo.execute (BuildBootableJarMojo.java:55)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:190)
[2024-09-04T15:07:02.809Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:186)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.809Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.809Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.809Z] Caused by: org.jboss.as.cli.CommandLineException: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Cannot start embedded server
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandContextImpl.execute (CommandContextImpl.java:941)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandContextImpl.handleLegacyCommand (CommandContextImpl.java:1911)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandContextImpl.handle (CommandContextImpl.java:878)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-09-04T15:07:02.810Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.cli.CLIWrapper.handle (CLIWrapper.java:82)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.cli.LocalCLIExecutor.handle (LocalCLIExecutor.java:68)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.cli.LocalCLIExecutor.execute (LocalCLIExecutor.java:93)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.processCLI (AbstractBuildBootableJarMojo.java:756)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.executeCliScript (AbstractBuildBootableJarMojo.java:717)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.userScripts (AbstractBuildBootableJarMojo.java:703)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.execute (AbstractBuildBootableJarMojo.java:516)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.BuildBootableJarMojo.execute (BuildBootableJarMojo.java:55)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:190)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:186)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.810Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.810Z] Caused by: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Cannot start embedded server
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.report (FutureTask.java:122)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.get (FutureTask.java:191)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandExecutor.execute (CommandExecutor.java:713)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandExecutor.execute (CommandExecutor.java:694)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandContextImpl.lambda$handleLegacyCommand$4 (CommandContextImpl.java:1912)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandContextImpl.execute (CommandContextImpl.java:928)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandContextImpl.handleLegacyCommand (CommandContextImpl.java:1911)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandContextImpl.handle (CommandContextImpl.java:878)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-09-04T15:07:02.810Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.cli.CLIWrapper.handle (CLIWrapper.java:82)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.cli.LocalCLIExecutor.handle (LocalCLIExecutor.java:68)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.cli.LocalCLIExecutor.execute (LocalCLIExecutor.java:93)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.processCLI (AbstractBuildBootableJarMojo.java:756)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.executeCliScript (AbstractBuildBootableJarMojo.java:717)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.userScripts (AbstractBuildBootableJarMojo.java:703)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.AbstractBuildBootableJarMojo.execute (AbstractBuildBootableJarMojo.java:516)
[2024-09-04T15:07:02.810Z]     at org.wildfly.plugins.bootablejar.maven.goals.BuildBootableJarMojo.execute (BuildBootableJarMojo.java:55)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:190)
[2024-09-04T15:07:02.810Z]     at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:186)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:515)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.810Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.810Z] Caused by: org.jboss.as.cli.CommandLineException: Cannot start embedded server
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.embedded.EmbedServerHandler.doHandle (EmbedServerHandler.java:301)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.handlers.CommandHandlerWithHelp.handle (CommandHandlerWithHelp.java:89)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandExecutor$2.lambda$build$0 (CommandExecutor.java:685)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandExecutor.lambda$execute$0 (CommandExecutor.java:708)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.810Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.810Z] Caused by: java.lang.IllegalStateException: WFLYEMB0022: Cannot invoke 'start' on embedded process
[2024-09-04T15:07:02.810Z]     at org.wildfly.core.embedded.EmbeddedManagedProcessImpl.invokeOnServer (EmbeddedManagedProcessImpl.java:119)
[2024-09-04T15:07:02.810Z]     at org.wildfly.core.embedded.EmbeddedManagedProcessImpl.start (EmbeddedManagedProcessImpl.java:64)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.embedded.EmbedServerHandler.doHandle (EmbedServerHandler.java:243)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.handlers.CommandHandlerWithHelp.handle (CommandHandlerWithHelp.java:89)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandExecutor$2.lambda$build$0 (CommandExecutor.java:685)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandExecutor.lambda$execute$0 (CommandExecutor.java:708)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.810Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.810Z] Caused by: org.wildfly.core.embedded.EmbeddedProcessStartException: WFLYEMB0021: Cannot start embedded process
[2024-09-04T15:07:02.810Z]     at org.wildfly.core.embedded.EmbeddedStandaloneServerFactory$StandaloneServerImpl.start (EmbeddedStandaloneServerFactory.java:324)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-09-04T15:07:02.810Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2024-09-04T15:07:02.810Z]     at org.wildfly.core.embedded.EmbeddedManagedProcessImpl.invokeOnServer (EmbeddedManagedProcessImpl.java:107)
[2024-09-04T15:07:02.810Z]     at org.wildfly.core.embedded.EmbeddedManagedProcessImpl.start (EmbeddedManagedProcessImpl.java:64)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.embedded.EmbedServerHandler.doHandle (EmbedServerHandler.java:243)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.handlers.CommandHandlerWithHelp.handle (CommandHandlerWithHelp.java:89)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandExecutor$2.lambda$build$0 (CommandExecutor.java:685)
[2024-09-04T15:07:02.810Z]     at org.jboss.as.cli.impl.CommandExecutor.lambda$execute$0 (CommandExecutor.java:708)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.810Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.810Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.810Z] Caused by: java.util.concurrent.ExecutionException: JBTHR00005: Operation failed
[2024-09-04T15:07:02.810Z]     at org.jboss.threads.AsyncFutureTask.get (AsyncFutureTask.java:253)
[2024-09-04T15:07:02.810Z]     at org.wildfly.core.embedded.EmbeddedStandaloneServerFactory$StandaloneServerImpl.start (EmbeddedStandaloneServerFactory.java:305)
[2024-09-04T15:07:02.810Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-09-04T15:07:02.811Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2024-09-04T15:07:02.811Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-09-04T15:07:02.811Z]     at java.lang.reflect.Method.invoke (Method.java:566)
[2024-09-04T15:07:02.811Z]     at org.wildfly.core.embedded.EmbeddedManagedProcessImpl.invokeOnServer (EmbeddedManagedProcessImpl.java:107)
[2024-09-04T15:07:02.811Z]     at org.wildfly.core.embedded.EmbeddedManagedProcessImpl.start (EmbeddedManagedProcessImpl.java:64)
[2024-09-04T15:07:02.811Z]     at org.jboss.as.cli.embedded.EmbedServerHandler.doHandle (EmbedServerHandler.java:243)
[2024-09-04T15:07:02.811Z]     at org.jboss.as.cli.handlers.CommandHandlerWithHelp.handle (CommandHandlerWithHelp.java:89)
[2024-09-04T15:07:02.811Z]     at org.jboss.as.cli.impl.CommandExecutor$2.lambda$build$0 (CommandExecutor.java:685)
[2024-09-04T15:07:02.811Z]     at org.jboss.as.cli.impl.CommandExecutor.lambda$execute$0 (CommandExecutor.java:708)
[2024-09-04T15:07:02.811Z]     at java.util.concurrent.FutureTask.run (FutureTask.java:264)
[2024-09-04T15:07:02.811Z]     at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[2024-09-04T15:07:02.811Z]     at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
[2024-09-04T15:07:02.811Z]     at java.lang.Thread.run (Thread.java:829)
[2024-09-04T15:07:02.811Z] Caused by: java.lang.Exception: WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
[2024-09-04T15:07:02.811Z]     at org.jboss.as.server.BootstrapListener.bootFailure (BootstrapListener.java:87)
[2024-09-04T15:07:02.811Z]     at org.jboss.as.server.ServerService.boot (ServerService.java:434)
[2024-09-04T15:07:02.811Z]     at org.jboss.as.controller.AbstractControllerService$1.run (AbstractControllerService.java:416)
[2024-09-04T15:07:02.811Z]     at java.lang.Thread.run (Thread.java:829)

because on parent PR in kie-parent it all worked i am just for sure triggered FDB again CDB.
jenkins do cdb

@mareknovotny
Copy link
Member Author

so fdb didn't support failure from cdb, that is good.

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

Successfully merging this pull request may close these issues.

2 participants