Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: AWS Instance can't connect to AWS Simple Email Service #1896

Open
igorbeslic opened this issue Jan 3, 2025 · 0 comments
Open

[bug]: AWS Instance can't connect to AWS Simple Email Service #1896

igorbeslic opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@igorbeslic
Copy link
Collaborator

Describe the bug

On server boot there is message in log:

January 03, 2025 at 15:49 (UTC+1:00) | Caused by: java.net.ConnectException: Connection timed out | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at java.base/sun.nio.ch.Net.connect0(Native Method) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at java.base/sun.nio.ch.Net.connect(Net.java:589) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at java.base/sun.nio.ch.Net.connect(Net.java:578) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at java.base/java.net.Socket.connect(Socket.java:751) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at java.base/java.net.Socket.connect(Socket.java:686) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at org.eclipse.angus.mail.util.SocketFetcher.createSocket(SocketFetcher.java:368) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at org.eclipse.angus.mail.util.SocketFetcher.getSocket(SocketFetcher.java:243) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at org.eclipse.angus.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2193) | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | ... 195 common frames omitted | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | �[2m2025-01-03T14:49:56.350Z�[0;39m �[33m WARN�[0;39m �[35m1�[0;39m �[2m---�[0;39m �[2m[nio-8080-exec-4]�[0;39m �[36mo.s.b.actuate.mail.MailHealthIndicator �[0;39m �[2m:�[0;39m Mail health check failed | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | org.eclipse.angus.mail.util.MailConnectException: Couldn't connect to host, port: email-smtp.us-east-1.amazonaws.com, 25; timeout -1 | bytechef
January 03, 2025 at 15:49 (UTC+1:00) | at org.eclipse.angus.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2243)

Steps To Reproduce

Error message is visible on application boot. To reproduce, restart AWS Cluster service.

Expected behavior

AWS bytechef instance connects to AWS SES
Emails are sent
No error messages in logs

Version

2.3.1

OS

MacOsX

Browser

Chrome

Additional context

No response

@igorbeslic igorbeslic added the bug Something isn't working label Jan 3, 2025
@igorbeslic igorbeslic self-assigned this Jan 3, 2025
@igorbeslic igorbeslic moved this to 🏗 In progress in Platform - Roadmap Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant