Firstly, you have to use https://groups.google.com/d/forum/google-web-toolkit to ask support. Secondly, at first sight, your problem doesn't seem to be related to GWT.
Julien On Thu, May 22, 2014 at 8:40 AM, shreshth wadhwa <[email protected]>wrote: > Hi All, > > We have a web application running on Jetty 8. Now we upgraded the Jetty to > Jetty 9.0.7. We are facing an issue now that we are unable to send emails > through our application. > If we move our application back to Jetty 8 the problem is solved. > > The JDK version we are using is jdk1.7.0_51 > > We are getting the following error in the logs. > > com.accenture.ams.adaptiveAnalytics.core.execution.ProcessorException: > com.accenture.ams.adaptiveAnalytics.core.execution.ProcessorException: an > error occured processing the command GenericExtractCommand > at > com.accenture.ams.adaptiveAnalytics.core.execution.BrokerBase.dispatch(BrokerBase.java:257) > at > com.accenture.ams.adaptiveAnalytics.core.execution.ConcurrentExecutionController$2.run(ConcurrentExecutionController.java:162) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at > com.accenture.ams.adaptiveAnalytics.core.concurrency.ExecutorConcurrencyManager$1.call(ExecutorConcurrencyManager.java:263) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > Caused by: > com.accenture.ams.adaptiveAnalytics.core.execution.ProcessorException: an > error occured processing the command GenericExtractCommand > at > com.accenture.ams.adaptiveAnalytics.core.execution.SimpleBroker.dispatchInternal(SimpleBroker.java:65) > at > com.accenture.ams.adaptiveAnalytics.core.execution.BrokerBase.dispatch(BrokerBase.java:233) > ... 7 more > Caused by: java.lang.NoSuchMethodError: > javax.mail.Session.getInstance(Ljava/util/Properties;)Ljavax/mail/Session; > at > org.springframework.mail.javamail.JavaMailSenderImpl.getSession(JavaMailSenderImpl.java:155) > at > org.springframework.mail.javamail.JavaMailSenderImpl.createMimeMessage(JavaMailSenderImpl.java:325) > at > com.accenture.ams.adaptiveAnalytics.mailManager.ExtractMail.sendMail(ExtractMail.java:74) > at > com.accenture.ams.adaptiveAnalytics.mailManager.ExtractMail.sendMail(ExtractMail.java:48) > at > com.accenture.ams.adaptiveAnalytics.effectiveness.evaluation.extracts.CommonExtractProcessor.process(CommonExtractProcessor.java:51) > at > com.accenture.ams.adaptiveAnalytics.effectiveness.evaluation.extracts.CommonExtractProcessor.process(CommonExtractProcessor.java:1) > at > com.accenture.ams.adaptiveAnalytics.core.execution.SimpleBroker.dispatchInternal(SimpleBroker.java:58) > Please help me in this regard. > > -- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit-contributors/c23387db-9713-4747-815f-fc8f8020811d%40googlegroups.com<https://groups.google.com/d/msgid/google-web-toolkit-contributors/c23387db-9713-4747-815f-fc8f8020811d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D6G334N-KwO4Wu6ccCjHbO-PpYi%3DpT8mA%2Br%3D76_H4xD5A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
