Error in Adv Email module preventing me to send email

1
Hi, I'm working with the Adv Email module for my project. To my knowledge I'm using all the microflows and templates as I should and provided the right Gmail SMTP in the settings. I keep getting this error: Message: access denied (java.security.SecurityPermission insertProvider.SunJSSE) Stacktrace: com.mendix.core.CoreRuntimeException: java.security.AccessControlException: access denied (java.security.SecurityPermission insertProvider.SunJSSE) at com.mendix.core.Core.execute(SourceFile:225) Caused by: java.security.AccessControlException: access denied (java.security.SecurityPermission insertProvider.SunJSSE) at hC.b(SourceFile:193) Caused by: access denied (java.security.SecurityPermission insertProvider.SunJSSE) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374) at java.security.AccessController.checkPermission(AccessController.java:546) at java.lang.SecurityManager.checkPermission(SecurityManager.java:532) at java.lang.SecurityManager.checkSecurityAccess(SecurityManager.java:1698) at java.security.Security.check(Security.java:819) at java.security.Security.insertProviderAt(Security.java:324) at java.security.Security.addProvider(Security.java:372) at advemail.mail.Sender.getEmailSession(Sender.java:275) at advemail.mail.Sender.send(Sender.java:66) at advemail.mail.EmailModule.mail(EmailModule.java:123) at advemail.actions.SendEmailAttachments.executeAction(SendEmailAttachments.java:89) at advemail.actions.SendEmailAttachments.executeAction(SendEmailAttachments.java:23) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hC.b(SourceFile:182) at com.mendix.core.Core.execute(SourceFile:219) at li.a(SourceFile:69) at mh.a(SourceFile:73) at mg.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hC.b(SourceFile:182) at com.mendix.core.Core.executeSync(SourceFile:196) at lj.a(SourceFile:70) at mh.a(SourceFile:73) at mg.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hC.b(SourceFile:182) at com.mendix.core.Core.execute(SourceFile:219) at gm.execute(SourceFile:186) at iX.a(SourceFile:297) at com.mendix.externalinterface.connector.RequestDispatching$Worker.a(SourceFile:141) at com.mendix.externalinterface.connector.RequestDispatching$Worker$a.a(SourceFile:133) at com.mendix.externalinterface.connector.RequestDispatching$Worker$a.apply(SourceFile:131) at akka.actor.Actor$class.apply(Actor.scala:545) at com.mendix.externalinterface.connector.RequestDispatching$Worker.apply(SourceFile:127) at akka.actor.LocalActorRef.invoke(ActorRef.scala:910) at akka.dispatch.MessageInvocation.invoke(MessageHandling.scala:25) at akka.dispatch.ExecutableMailbox$class.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:223) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:123) at akka.dispatch.ExecutableMailbox$class.run(ExecutorBasedEventDrivenDispatcher.scala:195) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.run(ExecutorBasedEventDrivenDispatcher.scala:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) at akka.dispatch.MonitorableThread.run(ThreadPoolBuilder.scala:192) Can anyone please help translating the error message and maybe even help me how to fix this? I understand it has something to do with the SSL usage but don't know what is causing it. Many hanks! Michiel
asked
3 answers
0

Have a look at this question and Achiel's answer.

answered
0

Thanks Bas,

But I don't think this is the problem. Switching the 'emulate cloud security' on or off doesn't solve the problem like in Erdal's case it did.

Michiel

answered
0

ied eve

I have also an error with my rr mail… SMTP server error when connecting to SMTP server. 

I tried everything on this: http://www.roadrunnersupport247.com/blog/how-to-resolve-roadrunner-mail-not-working-error/

answered