Build issues #808
Replies: 4 comments 2 replies
-
DEV.md is quite outdated. I would recommend to take a look on Github Actions https://github.com/apache/camel-karavan/blob/main/.github/workflows/app.yml |
Beta Was this translation helpful? Give feedback.
-
Have you followed the github action?
|
Beta Was this translation helpful? Give feedback.
-
Latest stable branch is 3.21.0 https://github.com/apache/camel-karavan/tree/3.21.0 |
Beta Was this translation helpful? Give feedback.
-
closing old tickets |
Beta Was this translation helpful? Give feedback.
-
Getting below error while trying to build locally with commands "mvn clean package -Dquarkus.container-image.build=true" provided in DEV.MD
Any suggestions here??
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:2.16.6.Final:build (default) on project karavan: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[ERROR] [error]: Build step io.quarkiverse.quinoa.deployment.QuinoaProcessor#processBuild threw an exception: java.lang.RuntimeException: Error in Quinoa while running package manager build command: npm.cmd run build
[ERROR] at io.quarkiverse.quinoa.deployment.packagemanager.PackageManager.build(PackageManager.java:56)
[ERROR] at io.quarkiverse.quinoa.deployment.QuinoaProcessor.processBuild(QuinoaProcessor.java:138)
[ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[ERROR] at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:909)
[ERROR] at io.quarkus.builder.BuildContext.run(BuildContext.java:281)
[ERROR] at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
[ERROR] at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
[ERROR] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
[ERROR] at java.base/java.lang.Thread.run(Thread.java:829)
[ERROR] at org.jboss.threads.JBossThread.run(JBossThread.java:501)
Beta Was this translation helpful? Give feedback.
All reactions