You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all, thank for sharing a microservices application.
I am trying to follow the steps as per the read me document and build and eploy the application.
Currently I am facing Maven build issues. Can you please help me in resolving this issue?
For your information, i have pasted the issue below.
INFO] spring-boot-3-microservices 1.0-SNAPSHOT ........... SUCCESS [ 0.402 s]
[INFO] api-gateway 0.0.1-SNAPSHOT ......................... FAILURE [ 8.805 s]
[INFO] product-service 1.0-SNAPSHOT ....................... SKIPPED
[INFO] order-service 1.0-SNAPSHOT ......................... SKIPPED
[INFO] inventory-service 1.0-SNAPSHOT ..................... SKIPPED
[INFO] notification-service 1.0-SNAPSHOT .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.737 s
[INFO] Finished at: 2024-11-23T09:52:42-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.2.4:build-image (default-cli) on project api-gateway: Execution default-cli of goal org.springframework.boot:spring-boot-maven-plugin:3.2.4:build-image failed: Builder lifecycle 'creator' failed with status code 51 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :api-gateway
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank for sharing a microservices application.
I am trying to follow the steps as per the read me document and build and eploy the application.
Currently I am facing Maven build issues. Can you please help me in resolving this issue?
For your information, i have pasted the issue below.
INFO] spring-boot-3-microservices 1.0-SNAPSHOT ........... SUCCESS [ 0.402 s]
[INFO] api-gateway 0.0.1-SNAPSHOT ......................... FAILURE [ 8.805 s]
[INFO] product-service 1.0-SNAPSHOT ....................... SKIPPED
[INFO] order-service 1.0-SNAPSHOT ......................... SKIPPED
[INFO] inventory-service 1.0-SNAPSHOT ..................... SKIPPED
[INFO] notification-service 1.0-SNAPSHOT .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.737 s
[INFO] Finished at: 2024-11-23T09:52:42-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.2.4:build-image (default-cli) on project api-gateway: Execution default-cli of goal org.springframework.boot:spring-boot-maven-plugin:3.2.4:build-image failed: Builder lifecycle 'creator' failed with status code 51 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :api-gateway
The text was updated successfully, but these errors were encountered: