[JBoss JIRA] (WFLY-13791) Manual IIOP/CORBA stub generation fails on IBM JDK when running the Galleon Layers testsuite
by Yeray Borges Santana (Jira)
Yeray Borges Santana created WFLY-13791:
-------------------------------------------
Summary: Manual IIOP/CORBA stub generation fails on IBM JDK when running the Galleon Layers testsuite
Key: WFLY-13791
URL: https://issues.redhat.com/browse/WFLY-13791
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 20.0.1.Final
Reporter: Yeray Borges Santana
Assignee: Yeray Borges Santana
The Galleon Layers basic integration test suite fails on IBM JDK with the following error:
{noformat}
[INFO] --- exec-maven-plugin:1.6.0:exec (ibmjdk.iiop.stub-creation) @ wildfly-ts-integ-basic ---
error: Class javax.ejb.EJBHome not found in interface org.jboss.as.test.integration.ejb.iiop.naming.IIOPStatefulNamingHome.
error: Class javax.ejb.EJBHome not found.
error: Class javax.ejb.EJBHome not found in interface org.jboss.as.test.integration.ejb.iiop.naming.IIOPNamingHome.
error: Class javax.ejb.EJBHome not found.
4 errors
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke (Method.java:508)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
{noformat}
The reason is the ibmjdk.profile is activated independently if we are generating a slimmer server by using Galleon layers, failing in such cases.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFWIP-324) Bootable JAR - Add an alternative way to the CLI in order to configure the server
by Fabio Burzigotti (Jira)
[ https://issues.redhat.com/browse/WFWIP-324?page=com.atlassian.jira.plugin... ]
Fabio Burzigotti commented on WFWIP-324:
----------------------------------------
Thanks [~jdenise] - as agreed let's make sure to turn this into a valid WFLY enhancement issue for future development.
> Bootable JAR - Add an alternative way to the CLI in order to configure the server
> ---------------------------------------------------------------------------------
>
> Key: WFWIP-324
> URL: https://issues.redhat.com/browse/WFWIP-324
> Project: WildFly WIP
> Issue Type: Enhancement
> Reporter: Fabio Burzigotti
> Assignee: Jean Francois Denise
> Priority: Major
>
> Using the CLI to configure the packaged server seems not to be the optimal or final solution, since it reveals implementation details about the runtime and its usage is not immediate.
> Furthermore that configuration makes POM definition more cumbersome IMHO.
> This WFWIP is to discuss an enhancement as an alternative to the CLI scripts for a static configuration of the server.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFWIP-324) Bootable JAR - Add an alternative way to the CLI in order to configure the server
by Jean Francois Denise (Jira)
[ https://issues.redhat.com/browse/WFWIP-324?page=com.atlassian.jira.plugin... ]
Jean Francois Denise commented on WFWIP-324:
--------------------------------------------
[~fburzigo] I agree that we have a gap there. Layers abstract the configuration, CLI brings you back to require a detailed knowledge of its content.
CLI is, for now, the only supported/well known way to apply changes to a configuration. Introducing a new way seems outside the scope of XP 2.0.
> Bootable JAR - Add an alternative way to the CLI in order to configure the server
> ---------------------------------------------------------------------------------
>
> Key: WFWIP-324
> URL: https://issues.redhat.com/browse/WFWIP-324
> Project: WildFly WIP
> Issue Type: Enhancement
> Reporter: Fabio Burzigotti
> Assignee: Jean Francois Denise
> Priority: Major
>
> Using the CLI to configure the packaged server seems not to be the optimal or final solution, since it reveals implementation details about the runtime and its usage is not immediate.
> Furthermore that configuration makes POM definition more cumbersome IMHO.
> This WFWIP is to discuss an enhancement as an alternative to the CLI scripts for a static configuration of the server.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFWIP-330) Bootable JAR - Cloud - No HA support in default configuration.
by Jean Francois Denise (Jira)
[ https://issues.redhat.com/browse/WFWIP-330?page=com.atlassian.jira.plugin... ]
Jean Francois Denise updated WFWIP-330:
---------------------------------------
Description:
When no Galleon Layers are provisioned, the default configuration standalone-microprofile.xml is used. For cloud, having an HA configuration makes more sense.
The Bootable JAR maven plugin should provision a standalone-microprofile-ha.xml
NB: HA features are enabled for WildFly/EAP/XP S2I builder image default configurations.
was:
When no Galleon Layers are provisioned, the default configuration standalone-microprofile.xml is used. For cloud, having an HA configuration makes more sense.
The Bootable JAR maven plugin should provision a standalone-microprofile-ha.xml
NB: HA features are enabled for EAP/XP S2I builder image default configurations.
> Bootable JAR - Cloud - No HA support in default configuration.
> --------------------------------------------------------------
>
> Key: WFWIP-330
> URL: https://issues.redhat.com/browse/WFWIP-330
> Project: WildFly WIP
> Issue Type: Bug
> Reporter: Jean Francois Denise
> Assignee: Jean Francois Denise
> Priority: Major
>
> When no Galleon Layers are provisioned, the default configuration standalone-microprofile.xml is used. For cloud, having an HA configuration makes more sense.
> The Bootable JAR maven plugin should provision a standalone-microprofile-ha.xml
> NB: HA features are enabled for WildFly/EAP/XP S2I builder image default configurations.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (WFWIP-330) Bootable JAR - Cloud - No HA support in default configuration.
by Jean Francois Denise (Jira)
Jean Francois Denise created WFWIP-330:
------------------------------------------
Summary: Bootable JAR - Cloud - No HA support in default configuration.
Key: WFWIP-330
URL: https://issues.redhat.com/browse/WFWIP-330
Project: WildFly WIP
Issue Type: Bug
Reporter: Jean Francois Denise
Assignee: Jean Francois Denise
When no Galleon Layers are provisioned, the default configuration standalone-microprofile.xml is used. For cloud, having an HA configuration makes more sense.
The Bootable JAR maven plugin should provision a standalone-microprofile-ha.xml
NB: HA features are enabled for EAP/XP S2I builder image default configurations.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months