jamesnetherton opened a new issue, #4923:
URL: https://github.com/apache/camel-quarkus/issues/4923

   Not entirely sure what's going on here. It could be related to the Quarkus 
3.1.0 upgrade.
   
   The error mentions:
   
   ```
   2023-05-21T12:52:30.6596426Z [ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM 
terminated without properly saying goodbye. VM crash or System.exit called?
   2023-05-21T12:52:30.6602147Z [ERROR] Command was /bin/sh -c cd 
/home/runner/work/camel-quarkus/camel-quarkus/integration-tests/knative-producer
 && /usr/lib/jvm/temurin-17-jdk-amd64/bin/java -jar 
/home/runner/work/camel-quarkus/camel-quarkus/integration-tests/knative-producer/target/surefire/surefirebooter6916239432367835748.jar
 
/home/runner/work/camel-quarkus/camel-quarkus/integration-tests/knative-producer/target/surefire
 2023-05-21T11-22-59_098-jvmRun1 surefire15058348560204099572tmp 
surefire_43296614256411341884tmp
   2023-05-21T12:52:30.6603332Z [ERROR] Process Exit Code: 0
   2023-05-21T12:52:30.6604659Z [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
   ```
   
   But the test execution was apparently successful:
   
   ```
   Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
   ```
   
   There are a lot of errors like:
   
   ```
   org.apache.camel.CamelException: HTTP operation failed invoking 
http://localhost:39977/service-test
   2023-05-21T11:59:00.9862837Z 144 WARN  [org.apa.cam.com.tim.TimerConsumer] 
(vert.x-eventloop-thread-1) Error processing exchange. 
Exchange[AFD7B8704B21AA7-00000000000054CE]. Caused by: 
[org.apache.camel.CamelException - HTTP operation failed invoking 
http://localhost:39977/channel-test ]: org.apache.camel.CamelException: HTTP 
operation failed invoking http://localhost:39977/channel-test 
   2023-05-21T11:59:00.9864259Z 178 ERROR 
[org.apa.cam.pro.err.DefaultErrorHandler] (vert.x-eventloop-thread-1) Failed 
delivery for (MessageId: AFD7B8704B21AA7-00000000000053DD on ExchangeId: 
AFD7B8704B21AA7-00000000000053DD). Exhausted after delivery attempt: 1 caught: 
org.apache.camel.CamelException: HTTP operation failed invoking 
http://localhost:39977/broker-test
   2023-05-21T11:59:00.9865682Z 178 WARN  [org.apa.cam.com.tim.TimerConsumer] 
(vert.x-eventloop-thread-1) Error processing exchange. 
Exchange[AFD7B8704B21AA7-00000000000053DD]. Caused by: 
[org.apache.camel.CamelException - HTTP operation failed invoking 
http://localhost:39977/broker-test]: 
   ```
   
   I also see for other tests, warnings like this, which may hint at a wider 
problem:
   
   ```
   [WARNING] Corrupted STDOUT by directly writing to native stream in forked 
JVM 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to