You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
I am trying to run FakeSMTP on MacOS High Sierra with installed MAMP Pro.
When I run the FakeSMTP server (port 2525) and the integration test I receive the following error:
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "org.subethamail.smtp.server.ServerThread *:2525"
I have update my java JSD and SE from 1.8.0_25 to 9.0.1+11 without any other outcome than the above given exception.
Also I get the following error in the mvn integration test:
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "localhost", port 2525, isSSL false
DEBUG SMTP: exception reading response: java.net.SocketTimeoutException: Read timed out
It makes no difference to run with or without MAMP(Pro).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to run FakeSMTP on MacOS High Sierra with installed MAMP Pro.
When I run the FakeSMTP server (port 2525) and the integration test I receive the following error:
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "org.subethamail.smtp.server.ServerThread *:2525"
I have update my java JSD and SE from 1.8.0_25 to 9.0.1+11 without any other outcome than the above given exception.
Also I get the following error in the mvn integration test:
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "localhost", port 2525, isSSL false
DEBUG SMTP: exception reading response: java.net.SocketTimeoutException: Read timed out
It makes no difference to run with or without MAMP(Pro).
The text was updated successfully, but these errors were encountered: