Strange, I don't see anything in there about the Mailer task...just some
generic errors.


On Fri, Jun 21, 2013 at 8:26 AM, David Wynter
<[email protected]>wrote:

> After much messing about, finally got this:
>
> Jun 21, 2013 1:02:51 PM winstone.Logger logInternal
> SEVERE: Error while serving
> http://jenkins.athena.refinery29.com/job/athena-build-master/configSubmit
> java.lang.reflect.InvocationTargetException
>     at sun.reflect.GeneratedMethodAccessor474.invoke(Unknown Source)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
>     at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
>     at
> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
>     at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
>     at
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
>     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
>     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
>     at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
>     at
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
>     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
>     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
>     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:583)
>     at org.kohsuke.stapler.Stapler.service(Stapler.java:214)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
>     at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
>     at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
>     at
> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
>     at
> hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
>     at
> hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:124)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
>     at
> hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
>     at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at
> org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at
> hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
>     at
> winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:227)
>     at winstone.RequestHandlerThread.run(RequestHandlerThread.java:150)
>     at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
>     at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>     at
> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
>     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:722)
> Caused by: java.lang.Error: This page expects a form submission
>     at
> org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:768)
>     at hudson.model.Job.doConfigSubmit(Job.java:1042)
>     at
> hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:758)
>     ... 65 more
>
> Jun 21, 2013 1:02:51 PM org.kohsuke.stapler.compression.CompressionFilter
> reportException
> WARNING: Untrapped servlet exception
> javax.servlet.ServletException: java.lang.Error: This page expects a form
> submission
>     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:719)
>     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
>     at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
>     at
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
>     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
>     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
>     at org.kohsuke.stapler.Stapler.invoke(Stapler.java:583)
>     at org.kohsuke.stapler.Stapler.service(Stapler.java:214)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
>     at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
>     at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
>     at
> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
>     at
> hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
>     at
> hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:124)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
>     at
> hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
>     at
> hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
>     at
> hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
>     at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at
> org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at
> hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
>     at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
>     at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
>     at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
>     at
> winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:227)
>     at winstone.RequestHandlerThread.run(RequestHandlerThread.java:150)
>     at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
>     at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>     at
> winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
>     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:722)
> Caused by: java.lang.Error: This page expects a form submission
>     at
> org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:768)
>     at hudson.model.Job.doConfigSubmit(Job.java:1042)
>     at
> hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:758)
>     at sun.reflect.GeneratedMethodAccessor474.invoke(Unknown Source)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
>     at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
>     at
> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
>     at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
>     at
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
>     at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
>     ... 56 more
>
>
>
> On Fri, Jun 21, 2013 at 2:47 PM, Slide <[email protected]> wrote:
>
>> The plugin may not log much, so adding the logger for the mailer may not
>> give you any information.
>>
>>
>> On Fri, Jun 21, 2013 at 6:45 AM, David Wynter <
>> [email protected]> wrote:
>>
>>> Winstone. I am just coming to this installation of Jenkins fresh. It is
>>> on a AWS, I'll talk to someone about getting a copy of the log file.
>>>
>>> I tried adding a logger for hudson.plugins.mailer but that recorded
>>> nothing in it. Do new loggers require a restart?
>>>
>>> David
>>>
>>>
>>> On Fri, Jun 21, 2013 at 2:36 PM, Slide <[email protected]> wrote:
>>>
>>>> The logs are saved to a file, it depends on where it is based on how
>>>> you are running Jenkins (Tomcat? Winstone? etc).
>>>>
>>>>
>>>> On Fri, Jun 21, 2013 at 6:33 AM, David Wynter <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> That is the problem I allude to in point 3. It takes me longer than
>>>>> the 2 seconds the System log display shows messages for to get to the log.
>>>>> There does not seem to be a way of seeing older log messages?
>>>>>
>>>>> David
>>>>>
>>>>>
>>>>> On Fri, Jun 21, 2013 at 2:12 PM, Slide <[email protected]> wrote:
>>>>>
>>>>>> Can you look at the Jenkins logs and paste any strange exceptions you
>>>>>> might see?
>>>>>>
>>>>>>
>>>>>> On Fri, Jun 21, 2013 at 6:10 AM, David Wynter <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I have the same problem. Here are the additional details:
>>>>>>>
>>>>>>> 1. Using Mailer plugin
>>>>>>> 2. Of 3 tasks one allows me to enter email addresses and does
>>>>>>> persist them, the other 2 do not.
>>>>>>> 3. I try to persist the changes to the email entry textbox, and then
>>>>>>> get to the (truncated) System logs they have scrolled past the time of 
>>>>>>> the
>>>>>>> click on Save, so no idea if there is an exception.
>>>>>>> 4. I am using the "Default user e-mail suffix" for the domain and '@'
>>>>>>> 5. When I click Apply it does show the saved banner, but when I then
>>>>>>> Save and then select the Configure for that task the emails have not 
>>>>>>> been
>>>>>>> saved
>>>>>>>
>>>>>>> So my question is, how do I debug further?
>>>>>>>
>>>>>>> Cheers,
>>>>>>>
>>>>>>> David
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wednesday, January 16, 2013 9:26:54 PM UTC, slide wrote:
>>>>>>>
>>>>>>>> Are you using Mailer or email-ext?
>>>>>>>>
>>>>>>>> Sent from my Windows Phone
>>>>>>>> ------------------------------
>>>>>>>> From: Jeff
>>>>>>>> Sent: 1/16/2013 2:13 PM
>>>>>>>> To: jenkins...@googlegroups.**com
>>>>>>>>
>>>>>>>> Subject: Emails not saving on email notification job option.
>>>>>>>>
>>>>>>>>  I have a jenkins server (Ubuntu 12.04+Tomcat7 + Oracle JDK 7u6)
>>>>>>>> with only one job and no matter what I do, when I enter even one email
>>>>>>>> address into the job and save it, it saves without errors, but the 
>>>>>>>> emails
>>>>>>>> are gone when I view the job config again.
>>>>>>>>
>>>>>>>> I tried looking through the logs, but there is no error that I can
>>>>>>>> see related to saving the job...can I debug it somehow?  Has anyone 
>>>>>>>> else
>>>>>>>> seen this?  It is frustrating and I don't see this on any of our other
>>>>>>>> Jenkins boxes.
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Jeff Vincent
>>>>>>>> [email protected]
>>>>>>>>
>>>>>>>> See my LinkedIn profile at:
>>>>>>>> http://www.linkedin.com/in/**rjeffreyvincent<http://www.linkedin.com/in/rjeffreyvincent>
>>>>>>>>  I ♥ DropBox <http://db.tt/9O6LfBX> !!
>>>>>>>>
>>>>>>>  --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Jenkins Users" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to [email protected].
>>>>>>>
>>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Website: http://earl-of-code.com
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to a topic in
>>>>>> the Google Groups "Jenkins Users" group.
>>>>>> To unsubscribe from this topic, visit
>>>>>> https://groups.google.com/d/topic/jenkinsci-users/axnRVXMQhHI/unsubscribe
>>>>>> .
>>>>>> To unsubscribe from this group and all its topics, send an email to
>>>>>> [email protected].
>>>>>>
>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Jenkins Users" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to [email protected].
>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Website: http://earl-of-code.com
>>>>
>>>> --
>>>> You received this message because you are subscribed to a topic in the
>>>> Google Groups "Jenkins Users" group.
>>>> To unsubscribe from this topic, visit
>>>> https://groups.google.com/d/topic/jenkinsci-users/axnRVXMQhHI/unsubscribe
>>>> .
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> [email protected].
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>>
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>>
>>>
>>
>>
>>
>> --
>> Website: http://earl-of-code.com
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jenkinsci-users/axnRVXMQhHI/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Website: http://earl-of-code.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to