Error running in Sandbox

3
I get this error when I try to run my app in de sandbox. I already deleted the emailtemplate module but this has no effect at all. What is wrong? Feb 3 16:39:15 127.0.0.1 tr10070: ERROR - OSGi: (1/72) org.apache.felix.log.LogException: java.lang.SecurityException: Failed creating security permission -> ALLOW {org.osgi.service.condpermadmin.BundleLocationCondition "project.jar"(org.osgi.framework.BundlePermission "" "provide,require, host,fragment")(org.osgi.service.event.TopicPermission "" "publish,subscribe")(java.util.PropertyPermission "mail.smtp.auth" "read,write")(java.util.PropertyPermission "mail.smtp.host" "read,write")(java.util.PropertyPermission "mail.smtp.password" "read,write")(java.util.PropertyPermission "mail.smtp.port" "read,write")(java.util.PropertyPermission "mail.smtp.starttls.enable" "read,write")(java.util.PropertyPermission "mail.smtp.user" "read,write")(java.util.PropertyPermission "ical4j." "read,write")(java.util.PropertyPermission "net.fortuna.*" "read,write")(java.util.Prope
asked
1 answers
0

HI Marco, After Deleting the email module, if u have assigned any user role(User) to email module, you must uncheck it from Project Properties. Deselect the email template assigned to any user role. save and try complilng again

answered