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

SVT: Cannot Start Multi-module Application using Liberty Tools #497

Open
rumanaHaque opened this issue Feb 6, 2025 · 8 comments
Open

SVT: Cannot Start Multi-module Application using Liberty Tools #497

rumanaHaque opened this issue Feb 6, 2025 · 8 comments
Labels
bug Something isn't working multi-module

Comments

@rumanaHaque
Copy link

rumanaHaque commented Feb 6, 2025

Testing ACME application using Liberty Tools for VScode - https://github.ibm.com/websphere/system-test/issues/1357
For my ACMEApp on GHE ((https://github.ibm.com/was-svt/acme-ee/tree/acme-ee10) - if I add the Liberty-Maven-Plugin to my AcmeWebEjbEar module, I can start Liberty Tools successfully. However, if I comment out the LMP in the ear module, and put it in the parent pom, I get this exception while doing "Start" from the LT dashboard, and my server.xml is also not being picked up from the specified location.

Here is the stanza that I added in the parent pom.xml

<plugin>
     				<groupId>io.openliberty.tools</groupId>
     				<artifactId>liberty-maven-plugin</artifactId>
     				<version>3.11.2</version>
 
     				<configuration>
   				<appsDirectory>apps</appsDirectory>
   				<stripVersion>true</stripVersion>
   				<configDirectory>config</configDirectory>
   				</configuration> 
     		  </plugin>  

After adding this, if I try to start the Application using Liberty Tools - I see this error.

[INFO] [ERROR   ] CWWKZ0113E: Application AcmeWebEjbEar encountered a parse error when processing application descriptor META-INF/application.xml: com.ibm.wsspi.adaptable.module.UnableToAdaptException: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
[INFO]  at com.ibm.ws.javaee.ddmodel.app.ApplicationAdapter.adapt(ApplicationAdapter.java:147)
[INFO]  at [internal classes]
[INFO] Caused by: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
[INFO]  at com.ibm.ws.javaee.ddmodel.DDParserSpec.createRootParsable(DDParserSpec.java:122)
[INFO]  ... 1 more
[INFO] 
[INFO] [ERROR   ] CWWKZ0002E: An exception occurred while starting the application AcmeWebEjbEar. The exception message was: java.lang.IllegalStateException: com.ibm.wsspi.adaptable.module.UnableToAdaptException: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
``

Also it is not picking up the server.xml defined in the config dir, and so does not install any of the required features earlier.

This shows the detail of how the Liberty Tools is started.

-------------------< AcmeAnnuityMaven:AcmeWebEjbEar >-------------------
[INFO] Building AcmeWebEjbEar 0.0.1-SNAPSHOT                            [14/14]
[INFO]   from AcmeWebEjbEar/pom.xml
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- liberty:3.11.2:dev (default-cli) @ AcmeWebEjbEar ---
[INFO] The recompileDependencies parameter is set to "true". On a file change all dependent modules will be recompiled.
[INFO] Running maven-ear-plugin:generate-application-xml
[INFO] Running maven-resources-plugin:resources
[INFO] skip non existing resourceDirectory /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/src/main/resources
[INFO] Running liberty:create
[INFO] CWWKM2102I: Using artifact based assembly archive : io.openliberty:openliberty-kernel:null:25.0.0.1:zip.
[INFO] CWWKM2102I: Using installDirectory : /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp.
[INFO] CWWKM2102I: Using serverName : defaultServer.
[INFO] CWWKM2102I: Using serverDirectory : /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer.
[INFO] Installing assembly...
[INFO] Expanding: /Users/rumanahaque/.m2/repository/io/openliberty/openliberty-kernel/25.0.0.1/openliberty-kernel-25.0.0.1.zip into /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty
[INFO] CWWKM2143I: Server defaultServer does not exist. Now creating...
[INFO] CWWKM2001I: Invoke command is [/Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/bin/server, create, defaultServer].
[INFO] 
[INFO] Server defaultServer created.
[INFO] CWWKM2129I: Server defaultServer has been created at /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer.
[INFO] CWWKM2185I: The liberty-maven-plugin configuration parameter "appsDirectory" value defaults to "dropins".
[INFO] Running liberty:install-feature
[INFO] Feature signature verify option: enforce
[INFO] Parsing the server file for features and includes: defaultServer/server.xml
[INFO] plugin listed esa: []

[INFO] Resolving features: [jsp-2.3]
[INFO] Downloading public key(s) for signature verification
[INFO] Verifying features
<---------------------> 0.00%
All features were successfully verified.
[INFO] Installing features: [jsp-2.3]
[INFO] Product validation completed successfully.
[INFO] The following features have been installed: el-3.0 jsp-2.3 servlet-3.1 
[INFO] Running liberty:deploy
[INFO] Application configuration is not found in server.xml : AcmeWebEjbEar.ear
[INFO] Could not find application AcmeWebEjbEar.ear in server.xml locations.
[INFO] CWWKM2160I: Installing application AcmeWebEjbEar.ear.xml.
[WARNING] CWWKM2179W: The application is not defined in the server configuration but the POM configuration indicates it should be installed in the apps folder. Application configuration is being added to the target server configuration dropins folder by the plug-in.
[INFO] CWWKM2001I: Invoke command is [/Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/bin/server, debug, defaultServer].
[INFO] 
[INFO] Listening for transport dt_socket at address: 7777
[INFO] Launching defaultServer (Open Liberty 25.0.0.1/wlp-1.0.97.cl250120250113-0302) on Eclipse OpenJ9 VM, version 20.0.2+9 (en_US)
[INFO] [AUDIT   ] CWWKE0001I: The server defaultServer has been launched.
[INFO] CWWKM2010I: Searching for CWWKF0011I: in /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer/logs/messages.log. This search will timeout after 90 seconds.
[INFO] [AUDIT   ] CWWKG0093A: Processing configuration drop-ins resource: /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer/configDropins/defaults/install_apps_configuration_1491924271.xml
[INFO] [AUDIT   ] CWWKZ0058I: Monitoring dropins for applications.
[INFO] [ERROR   ] CWWKZ0113E: Application AcmeWebEjbEar encountered a parse error when processing application descriptor META-INF/application.xml: com.ibm.wsspi.adaptable.module.UnableToAdaptException: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
[INFO]  at com.ibm.ws.javaee.ddmodel.app.ApplicationAdapter.adapt(ApplicationAdapter.java:147)
[INFO]  at [internal classes]
[INFO] Caused by: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
[INFO]  at com.ibm.ws.javaee.ddmodel.DDParserSpec.createRootParsable(DDParserSpec.java:122)
[INFO]  ... 1 more
[INFO] 
[INFO] [ERROR   ] CWWKZ0002E: An exception occurred while starting the application AcmeWebEjbEar. The exception message was: java.lang.IllegalStateException: com.ibm.wsspi.adaptable.module.UnableToAdaptException: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
[INFO] [AUDIT   ] CWWKF0012I: The server installed the following features: [el-3.0, jsp-2.3, servlet-3.1].
[INFO] [AUDIT   ] CWWKF0011I: The defaultServer server is ready to run a smarter planet. The defaultServer server started in 5.768 seconds.
[INFO] CWWKM2015I: Match number: 1 is [2/5/25, 15:24:20:125 CST] 0000003c com.ibm.ws.kernel.feature.internal.FeatureManager            A CWWKF0011I: The defaultServer server is ready to run a smarter planet. The defaultServer server started in 5.768 seconds..
[INFO] ************************************************************************
[INFO] *    Liberty is running in dev mode.
[INFO] *        Automatic generation of features: [ Off ]
[INFO] *        h - see the help menu for available actions, type 'h' and press Enter.
[INFO] *        q - stop the server and quit dev mode, press Ctrl-C or type 'q' and press Enter.
[INFO] *        
[INFO] *    Liberty server port information:
[INFO] *        Liberty debug port: [ 7777 ]
[INFO] ************************************************************************
@rumanaHaque rumanaHaque added the bug Something isn't working label Feb 6, 2025
@gilbysunil14
Copy link
Contributor

Hi @rumanaHaque, I believe you are running a multi-module project using liberty. Multi-module projects are not explicitly supported by the liberty tools. Please see known limitations: https://github.com/OpenLiberty/liberty-tools-vscode/wiki/Known-Problems-and-Limitations. There is a work around provided. Kindly see if the work around works for you.

@rumanaHaque
Copy link
Author

Hi @gilbysunil14. I just looked at limitations doc, and I have opened both of the issues pointed out there, using the same acme-ee10 application. I am using the parent folder in this case, so should not see issue - #251.

And I have changed my application parent pom.xml for this test, and also changed the location of my server.xml. So far I have not been able to find a workaround to start the project using the parent pom.xml. If you do know of any workarounds that I can use for this scenario, please let me know. Thanks.

@TrevCraw
Copy link
Contributor

TrevCraw commented Feb 7, 2025

Hi @rumanaHaque , what is the view you see in the Liberty dashboard? And what is the command that runs in the terminal when you select the "Start" action?

@rumanaHaque
Copy link
Author

This is what I see in Liberty dashboard.

Image

And this is the command being run.

rumanahaque@rumanas-mbp-new acme-ee % mvn io.openliberty.tools:liberty-maven-plugin:dev -f "/Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/pom.xml"
[INFO] Scanning for projects...

If I run rumanahaque@Rumanas-MacBook-Pro-New acme-ee % mvn liberty:dev from the command line, I get the same error.

@TrevCraw
Copy link
Contributor

TrevCraw commented Feb 7, 2025

@rumanaHaque , which module contains the Liberty configuration you want to use? AcmeWebEjbEar?

@rumanaHaque
Copy link
Author

I have specified the liberty config in the config dir.

Image

And in the parent pom.xml, I have the liberty config defined as:

<plugin>
      				<groupId>io.openliberty.tools</groupId>
      				<artifactId>liberty-maven-plugin</artifactId>
      				<version>3.11.2</version>
  
      				<configuration>
					<appsDirectory>apps</appsDirectory>
					<stripVersion>true</stripVersion>
					<configDirectory>config</configDirectory>
    				</configuration> 
      		  </plugin> 

@rumanaHaque
Copy link
Author

Running using mvn liberty:dev from the command line shows the same error:

rumanahaque@rumanas-mbp-new ACME_EE % cd /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee
rumanahaque@rumanas-mbp-new acme-ee % mvn liberty:dev
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for AcmeAnnuityMaven:AcmeAnnuityCommon:jar:0.0.1-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for org.apache.wink:wink-client-apache-httpclient:jar should not point at files within the project directory, ${project.basedir}/src/main/resources/org.apache.wink.jar will be unresolvable by dependent projects @ line 221, column 18
[WARNING] 'dependencies.dependency.systemPath' for org.codehaus.jackson:jackson-xc:jar should not point at files within the project directory, ${project.basedir}/src/main/resources/jackson162.jar will be unresolvable by dependent projects @ line 229, column 
.
.
.
 -------------------< AcmeAnnuityMaven:AcmeWebEjbEar >-------------------
[INFO] Building AcmeWebEjbEar 0.0.1-SNAPSHOT                            [14/14]
[INFO]   from AcmeWebEjbEar/pom.xml
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- liberty:3.11.2:dev (default-cli) @ AcmeWebEjbEar ---
[INFO] The recompileDependencies parameter is set to "true". On a file change all dependent modules will be recompiled.
[INFO] Running maven-ear-plugin:generate-application-xml
[INFO] Running maven-resources-plugin:resources
[INFO] skip non existing resourceDirectory /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/src/main/resources
[INFO] Running liberty:create
[INFO] CWWKM2102I: Using artifact based assembly archive : io.openliberty:openliberty-kernel:null:25.0.0.1:zip.
[INFO] CWWKM2102I: Using installDirectory : /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp.
[INFO] CWWKM2102I: Using serverName : defaultServer.
[INFO] CWWKM2102I: Using serverDirectory : /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer.
[INFO] CWWKM2112I: Re-using previously installed assembly.
[INFO] CWWKM2185I: The liberty-maven-plugin configuration parameter "appsDirectory" value defaults to "dropins".
[INFO] Running liberty:install-feature
[INFO] Feature signature verify option: enforce
[INFO] Parsing the server file for features and includes: defaultServer/configDropins/defaults/install_apps_configuration_1491924271.xml
[INFO] Parsing the server file for features and includes: defaultServer/server.xml
[INFO] plugin listed esa: []

[INFO] Resolving features: [jsp-2.3]
[INFO] The features are already installed, so no action is needed.
[INFO] Running liberty:deploy
[INFO] Application configuration is not found in server.xml : AcmeWebEjbEar.ear
[INFO] Could not find application AcmeWebEjbEar.ear in server.xml locations.
[INFO] CWWKM2160I: Installing application AcmeWebEjbEar.ear.xml.
[WARNING] CWWKM2179W: The application is not defined in the server configuration but the POM configuration indicates it should be installed in the apps folder. Application configuration is being added to the target server configuration dropins folder by the plug-in.
[INFO] CWWKM2001I: Invoke command is [/Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/bin/server, debug, defaultServer].
[INFO] 
[INFO] Listening for transport dt_socket at address: 7777
[INFO] Launching defaultServer (Open Liberty 25.0.0.1/wlp-1.0.97.cl250120250113-0302) on Eclipse OpenJ9 VM, version 20.0.2+9 (en_US)
[INFO] [AUDIT   ] CWWKE0001I: The server defaultServer has been launched.
[INFO] [AUDIT   ] CWWKG0093A: Processing configuration drop-ins resource: /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer/configDropins/defaults/install_apps_configuration_1491924271.xml
[INFO] [AUDIT   ] CWWKZ0058I: Monitoring dropins for applications.
[INFO] CWWKM2010I: Searching for CWWKF0011I: in /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer/logs/messages.log. This search will timeout after 90 seconds.
[INFO] [ERROR   ] CWWKZ0113E: Application AcmeWebEjbEar encountered a parse error when processing application descriptor META-INF/application.xml: com.ibm.wsspi.adaptable.module.UnableToAdaptException: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
[INFO] 	at com.ibm.ws.javaee.ddmodel.app.ApplicationAdapter.adapt(ApplicationAdapter.java:147)
[INFO] 	at [internal classes]
[INFO] Caused by: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
[INFO] 	at com.ibm.ws.javaee.ddmodel.DDParserSpec.createRootParsable(DDParserSpec.java:122)
[INFO] 	... 1 more
[INFO] 
[INFO] [ERROR   ] CWWKZ0002E: An exception occurred while starting the application AcmeWebEjbEar. The exception message was: java.lang.IllegalStateException: com.ibm.wsspi.adaptable.module.UnableToAdaptException: com.ibm.ws.javaee.ddmodel.DDParser$ParseException: CWWKC2263E: The application : META-INF/application.xml deployment descriptor on line 2 specifies version 80, which is higher than the current provisioned version 70.
[INFO] [AUDIT   ] CWWKF0012I: The server installed the following features: [el-3.0, jsp-2.3, servlet-3.1].
[INFO] [AUDIT   ] CWWKF0011I: The defaultServer server is ready to run a smarter planet. The defaultServer server started in 1.255 seconds.
[INFO] CWWKM2015I: Match number: 1 is [2/13/25, 15:17:36:382 CST] 0000003c com.ibm.ws.kernel.feature.internal.FeatureManager            A CWWKF0011I: The defaultServer server is ready to run a smarter planet. The defaultServer server started in 1.255 seconds..
[INFO] ************************************************************************
[INFO] *    Liberty is running in dev mode.
[INFO] *        Automatic generation of features: [ Off ]
[INFO] *        h - see the help menu for available actions, type 'h' and press Enter.
[INFO] *        q - stop the server and quit dev mode, press Ctrl-C or type 'q' and press Enter.
[INFO] *        
[INFO] *    Liberty server port information:
[INFO] *        Liberty debug port: [ 7777 ]
[INFO] ************************************************************************

@rumanaHaque
Copy link
Author

After working with @jagraj, I was able to get past this error. The problem was that it wasn't picking up the server.xml file from the 'config' dir - as I was specifying in the parent pom while defining the LMP.
I had this:

<configuration>
					<appsDirectory>apps</appsDirectory>
					<stripVersion>true</stripVersion>
					<configDirectory>config</configDirectory>
</configuration> 

And that wasn't picking up the server.xml defined in the config dir. As shown in the comment above -

[INFO] Resolving features: [jsp-2.3]
[INFO] The features are already installed, so no action is needed.
[INFO] Running liberty:deploy

the only feature it picked up was jsp-2.3, but the server.xml in the config dir has a lot more features.

When I updated the config to include the full path name for the location of the config dir (/Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/config) - as shown here:

<configuration>
      		<appsDirectory>apps</appsDirectory>
		<stripVersion>true</stripVersion>
		<configDirectory>/Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/config</configDirectory>
				
</configuration> 

then it was able to copy over the server file successfully, and I did see all the features defined in the server.xml being installed.

[INFO] CWWKM2143I: Server defaultServer does not exist. Now creating...
[INFO] CWWKM2001I: Invoke command is [/Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/bin/server, create, defaultServer].
[INFO] 
[INFO] Server defaultServer created.
[INFO] CWWKM2129I: Server defaultServer has been created at /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer.
[INFO] Copying 7 files to /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer
[INFO] CWWKM2144I: Update server configuration file server.xml from /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/config/server.xml.
[INFO] CWWKM2144I: Update server configuration file jvm.options from /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/config/jvm.options.
[INFO] CWWKM2185I: The liberty-maven-plugin configuration parameter "appsDirectory" value defaults to "apps".
[INFO] Running liberty:install-feature
[INFO] Feature signature verify option: enforce
[INFO] Parsing the server file for features and includes: defaultServer/server.xml
[INFO] plugin listed esa: []

[INFO] Resolving features: [messagingserver, restfulws, cdi, localconnector-1.0, mdb, messagingsecurity, appsecurity, messaging, appclientsupport, pages, microprofile-6.0, enterprisebeans, persistence, ldapregistry-3.0, xmlws, messagingclient] using platforms: [jakartaee-10.0]
[INFO] Downloading public key(s) for signature verification
[INFO] Verifying features
<---------------------> 0.00%
All features were successfully verified.
[INFO] Installing features: [messagingserver, restfulws, cdi, localconnector-1.0, mdb, messagingsecurity, appsecurity, messaging, appclientsupport, pages, microprofile-6.0, enterprisebeans, persistence, ldapregistry-3.0, xmlws, messagingclient]
[INFO] Product validation completed successfully.
[INFO] The following features have been installed: federatedRegistry-1.0 monitor-1.0 distributedMap-1.0 xmlWS-4.0 messagingClient-3.0 restfulWS-3.1 expressionLanguage-5.0 restfulWS xmlBinding-4.0 messagingServer appClientSupport-2.0 mpRestClient-3.0 mpConfig-3.0 mpOpenAPI-3.1 mpTelemetry-1.0 messagingSecurity messagingServer-3.0 mpFaultTolerance-4.0 persistence-3.1 jsonb-3.0 appClientSupport pages jdbc-4.2 persistenceContainer-3.1 ldapRegistry-3.0 connectors-2.1 localConnector-1.0 mdb-4.0 microProfile-6.0 jndi-1.0 mpJwt-2.1 transportSecurity-1.0 messagingClient messaging-3.1 enterpriseBeansPersistentTimer-4.0 enterpriseBeans-4.0 restfulWSClient-3.1 mpHealth-4.0 pages-3.1 appSecurity mpMetrics-5.0 servlet-6.0 enterpriseBeansRemote-4.0 persistence enterpriseBeans xmlWS enterpriseBeansHome-4.0 enterpriseBeansLite-4.0 cdi-4.0 appSecurity-5.0 mdb cdi messagingSecurity-3.0 jsonp-2.1 ssl-1.0 jwt-1.0 messaging json-1.0 
[INFO] Running liberty:deploy
[INFO] Copying 7 files to /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/AcmeWebEjbEar/target/liberty/wlp/usr/servers/defaultServer
[INFO] CWWKM2144I: Update server configuration file server.xml from /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/config/server.xml.
[INFO] CWWKM2144I: Update server configuration file jvm.options from /Users/rumanahaque/Documents/ACME_EE/acme-ee10/acme-ee/config/jvm.options.
[INFO] Application configuration is found in server.xml : AcmeWebEjbEar.ear
[INFO] CWWKM2160I: Installing application AcmeWebEjbEar.ear.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working multi-module
Projects
Development

No branches or pull requests

3 participants