jamesnetherton commented on issue #7973: URL: https://github.com/apache/camel-quarkus/issues/7973#issuecomment-3538427589
I don't see the 'port in use by another process' message, the app starts ok for me. But, the dev-ui is not accessible. You can get around it by configuring the mock server ports: ``` quarkus.lambda.mock-event-server.dev-port=8082 quarkus.lambda.mock-event-server.test-port=8083 ``` All of this behaviour is controlled by the `quarkus-aws-lamdba` extension. So it'd be better to create a [Quarkus issue](https://github.com/quarkusio/quarkus/issues) if you'd like it to be investigated. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
