Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Route that starts with a cMail endpoint, using TOS 5.5.1 it works just fine.
I upgraded to TOS 5.6.1 and now I got javax.mail.AuthenticationFailedException using the same route, I just imported in to the new workspace.
I'm using Gmail - IMAPs on port 993, and setup the cMail using context variables. I already confirm the username and password, but I'm getting the error below:
: org.apache.camel.spring.SpringCamelContext - Apache Camel 2.13.2 (CamelContext: LinkExtractor-ctx) started in 3.098 seconds
: org.apache.camel.component.mail.MailConsumer - Consumer Consumer failed polling endpoint: Endpoint. Will try again at next poll. Caused by: Invalid credentials (Failure)]
javax.mail.AuthenticationFailedException: Invalid credentials (Failure)
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:661)
at javax.mail.Service.connect(Service.java:317)
I know that the route is using the right context because of the host (smtp.gmail.com) its only defined on my Dev context
Is any one got the same problem with this version?
Thanks,
Rogério