abaldoni opened a new issue, #5712:
URL: https://github.com/apache/hop/issues/5712
### Apache Hop version?
2.15
### Java version?
"Homebrew" - "OpenJDK 17.0.16", also tested with "Oracle Corporation" -
"Java SE 21.0.2"
### Operating system
macOS
### What happened?
Setting up a SMTP mail server in Hop GUI fails with the following exception.
I'm trying to set up a simple SMTP mail server on port 25 without
authentication.
The server is reachable from the machine I'm running Hop.
java.lang.RuntimeException: jakarta.mail.NoSuchProviderException: invalid
provider
at
org.apache.hop.mail.metadata.MailServerConnection.testConnection(MailServerConnection.java:450)
at
org.apache.hop.mail.metadata.MailServerConnectionEditor.testConnection(MailServerConnectionEditor.java:469)
at
org.apache.hop.mail.metadata.MailServerConnectionEditor.lambda$createButtonsForButtonBar$2(MailServerConnectionEditor.java:412)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4660)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1657)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1680)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1665)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1394)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4427)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4003)
at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:486)
at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:364)
Caused by: jakarta.mail.NoSuchProviderException: invalid provider
at jakarta.mail.Session.getStore(Session.java:623)
at jakarta.mail.Session.getStore(Session.java:589)
at jakarta.mail.Session.getStore(Session.java:568)
at
org.apache.hop.mail.metadata.MailServerConnection.getStore(MailServerConnection.java:372)
at
org.apache.hop.mail.metadata.MailServerConnection.testConnection(MailServerConnection.java:446)
... 12 more
### Issue Priority
Priority: 2
### Issue Component
Component: Metadata
--
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]