Problems defining mail server

I’m having problems defining a mail server in the Lucee control panel.
I’m trying to setup a gmail account using google’s direction
Send email from a printer, scanner, or app - Google Workspace Admin Help and no matter what
settings I use I always get:

request ((fail to retrieve path:java.lang.NullPointerException:null):5) has
run into a timeout (50 seconds) and has been stopped.
Has anyone been successful in
a) defining a mail server ,any?
b) defining gmails mail server ?

thanks in advance.
D.

lucee/admin/server.cfm?action=services.mail

StacktraceThe Error Occurred in
/context/admin/services.mail.cfm: line 146
called from /context/admin/web.cfm: line 389
called from /context/admin/server.cfm: line 2
Java Stacktracerequest ((fail to retrieve
path:java.lang.NullPointerException:null):2) has run into a timeout (50
seconds) and has been stopped.
at java.net.SocketInputStream.socketRead0(Native Method):-2
at java.net.SocketInputStream.read(SocketInputStream.java:152):152
at java.net.SocketInputStream.read(SocketInputStream.java:122):122
at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:79):79
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235):235
at java.io.BufferedInputStream.read(BufferedInputStream.java:254):254
Lucee takes about 5 minutes to display this error.

Well, yes, I think a lot of people are probably setting up mail servers
fine :slight_smile:
If you open the file up, that appears to be the line number of the verify
call.
This suggest it can’t connect to the SMTP server at all.
Could there be a firewall or DNS issue ? Can you telnet to the SMTP server
from the command line of the box ?

TomOn Thursday, June 11, 2015 at 1:19:53 PM UTC+1, DMan wrote:

I’m having problems defining a mail server in the Lucee control panel.
I’m trying to setup a gmail account using google’s direction
Send email from a printer, scanner, or app - Google Workspace Admin Help and no matter what
settings I use I always get:

request ((fail to retrieve path:java.lang.NullPointerException:null):5)
has run into a timeout (50 seconds) and has been stopped.
Has anyone been successful in
a) defining a mail server ,any?
b) defining gmails mail server ?

thanks in advance.
D.