[
https://issues.apache.org/jira/browse/CAMEL-23770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aurélien Pupier updated CAMEL-23770:
------------------------------------
Description:
all IT test are failing with similar error:
{noformat}
org.apache.camel.itest.springboot.CamelJmsIT -- Time elapsed: 7.714 s <<< ERROR!
java.io.IOException: Cannot run program "./mvnw" (in directory
"/home/runner/work/camel-spring-boot/camel-spring-boot/tests/camel-itest-spring-boot/target/archetype-test-481133225031915726/camel-jms"):
Exec failed, error: 2 (No such file or directory)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1112)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1046)
at
org.apache.camel.itest.springboot.common.AbstractSpringBootBaseTestSupport.compileAndStartApp(AbstractSpringBootBaseTestSupport.java:95)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
Caused by: java.io.IOException: Exec failed, error: 2 (No such file or
directory)
at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:300)
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:231)
{noformat}
the tests are passing on Jekins CI and locally (tried with mvn and mvnw from
root folder and directly from the integration test folder, also tried with mvnd)
was:
all IT test are failing with similar error:
```
org.apache.camel.itest.springboot.CamelJmsIT -- Time elapsed: 7.714 s <<< ERROR!
java.io.IOException: Cannot run program "./mvnw" (in directory
"/home/runner/work/camel-spring-boot/camel-spring-boot/tests/camel-itest-spring-boot/target/archetype-test-481133225031915726/camel-jms"):
Exec failed, error: 2 (No such file or directory)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1112)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1046)
at
org.apache.camel.itest.springboot.common.AbstractSpringBootBaseTestSupport.compileAndStartApp(AbstractSpringBootBaseTestSupport.java:95)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
Caused by: java.io.IOException: Exec failed, error: 2 (No such file or
directory)
at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:300)
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:231)
```
> Camel Spring Boot Integration tests are failing on GitHub CI
> ------------------------------------------------------------
>
> Key: CAMEL-23770
> URL: https://issues.apache.org/jira/browse/CAMEL-23770
> Project: Camel
> Issue Type: Test
> Components: camel-spring-boot
> Affects Versions: 4.20.0
> Reporter: Aurélien Pupier
> Priority: Minor
>
> all IT test are failing with similar error:
> {noformat}
> org.apache.camel.itest.springboot.CamelJmsIT -- Time elapsed: 7.714 s <<<
> ERROR!
> java.io.IOException: Cannot run program "./mvnw" (in directory
> "/home/runner/work/camel-spring-boot/camel-spring-boot/tests/camel-itest-spring-boot/target/archetype-test-481133225031915726/camel-jms"):
> Exec failed, error: 2 (No such file or directory)
> at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1112)
> at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1046)
> at
> org.apache.camel.itest.springboot.common.AbstractSpringBootBaseTestSupport.compileAndStartApp(AbstractSpringBootBaseTestSupport.java:95)
> at java.base/java.lang.reflect.Method.invoke(Method.java:565)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
> Caused by: java.io.IOException: Exec failed, error: 2 (No such file or
> directory)
> at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
> at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:300)
> at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:231)
> {noformat}
> the tests are passing on Jekins CI and locally (tried with mvn and mvnw from
> root folder and directly from the integration test folder, also tried with
> mvnd)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)