Re: Emails not saving on email notification job option.

2013-06-21 Thread David Wynter
In fact the exception msg was from some time ago when I look at it. I did
tail -n 50 -f jenkins.log
and then tried the saving of the email address prefix, no new msgs added to
the log was the result? Where to now?

David


On Fri, Jun 21, 2013 at 4:36 PM, Slide  wrote:

> 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  > 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(FilterConfigu

Re: Emails not saving on email notification job option.

2013-06-21 Thread Slide
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
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.forwa

Re: Emails not saving on email notification job option.

2013-06-21 Thread David Wynter
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(Futu

Re: Emails not saving on email notification job option.

2013-06-21 Thread Slide
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
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  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 <
>> david.wyn...@refinery29.com> 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  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 <
 david.wyn...@refinery29.com> 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
>> preda...@gmail.com
>>
>> See my LinkedIn profile at:
>> http://www.linkedin.com/in/**rjeffreyvincent
>>  I ♥ DropBox  !!
>>
>  --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>
> 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
 jenkinsci-users+unsubscr...@googlegroups.com.

 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 jenkinsci-users+unsubscr...@googlegroups.com.
>>> 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
>> jenkinsci-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> You received this message because you are subscribed to the Google Group

Re: Emails not saving on email notification job option.

2013-06-21 Thread David Wynter
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  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  > 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  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 <
>>> david.wyn...@refinery29.com> 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
> preda...@gmail.com
>
> See my LinkedIn profile at:
> http://www.linkedin.com/in/**rjeffreyvincent
>  I ♥ DropBox  !!
>
  --
 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 jenkinsci-users+unsubscr...@googlegroups.com.

 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
>>> jenkinsci-users+unsubscr...@googlegroups.com.
>>>
>>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> 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
> jenkinsci-users+unsubscr...@googlegroups.com.
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Emails not saving on email notification job option.

2013-06-21 Thread Slide
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
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  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 <
>> david.wyn...@refinery29.com> 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
 preda...@gmail.com

 See my LinkedIn profile at:
 http://www.linkedin.com/in/**rjeffreyvincent
  I ♥ DropBox  !!

>>>  --
>>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>>>
>>> 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
>> jenkinsci-users+unsubscr...@googlegroups.com.
>>
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Emails not saving on email notification job option.

2013-06-21 Thread David Wynter
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  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  > 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
>>> preda...@gmail.com
>>>
>>> See my LinkedIn profile at:
>>> http://www.linkedin.com/in/**rjeffreyvincent
>>>  I ♥ DropBox  !!
>>>
>>  --
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>>
>> 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
> jenkinsci-users+unsubscr...@googlegroups.com.
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Emails not saving on email notification job option.

2013-06-21 Thread Slide
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
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
>> preda...@gmail.com
>>
>> See my LinkedIn profile at:
>> http://www.linkedin.com/in/**rjeffreyvincent
>> I ♥ DropBox  !!
>>
>  --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Emails not saving on email notification job option.

2013-06-21 Thread David Wynter
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
> preda...@gmail.com 
> See my LinkedIn profile at:
> http://www.linkedin.com/in/rjeffreyvincent
> I ♥ DropBox  !!  
>  

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




RE: Emails not saving on email notification job option.

2013-01-16 Thread Alex Earl
Are you using Mailer or email-ext?

Sent from my Windows Phone
--
From: Jeff
Sent: 1/16/2013 2:13 PM
To: jenkinsci-users@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
predato...@gmail.com
See my LinkedIn profile at:
http://www.linkedin.com/in/rjeffreyvincent
I ♥ DropBox  !!