[JIRA] [syslog-logger-plugin] (JENKINS-27959) NullPointerException in SyslogLoggerPlugin.applySettings after upgrading the plugin

2015-04-16 Thread clecl...@cloudbees.com (JIRA)















































Cyrille Le Clerc
 resolved  JENKINS-27959 as Fixed


NullPointerException in SyslogLoggerPlugin.applySettings after upgrading the plugin
















Change By:


Cyrille Le Clerc
(16/Apr/15 8:11 AM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [syslog-logger-plugin] (JENKINS-27959) NullPointerException in SyslogLoggerPlugin.applySettings after upgrading the plugin

2015-04-16 Thread clecl...@cloudbees.com (JIRA)














































Cyrille Le Clerc
 updated  JENKINS-27959


NullPointerException in SyslogLoggerPlugin.applySettings after upgrading the plugin
















Change By:


Cyrille Le Clerc
(16/Apr/15 7:56 AM)




Description:


NullPointerException in SyslogLoggerPlugin.applySettings(SyslogLoggerPlugin.java:149) after upgrading to version 1.0.2
```
{code}
Caused by: java.lang.NullPointerException	at org.jenkinsci.plugins.sysloglogger.SyslogLoggerPlugin.applySettings(SyslogLoggerPlugin.java:149)	at org.jenkinsci.plugins.sysloglogger.SyslogLoggerPlugin.(SyslogLoggerPlugin.java:112)	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)	at java.lang.reflect.Constructor.newInstance(Constructor.java:408)	at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:86)	at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:108)	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:88)	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:269)	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1058)	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)	... 25 more
```
{code}




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [syslog-logger-plugin] (JENKINS-27959) NullPointerException in SyslogLoggerPlugin.applySettings after upgrading the plugin

2015-04-16 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27959


NullPointerException in SyslogLoggerPlugin.applySettings after upgrading the plugin















Code changed in jenkins
User: Cyrille Le Clerc
Path:
 src/main/java/org/jenkinsci/plugins/sysloglogger/SyslogLoggerPlugin.java
http://jenkins-ci.org/commit/syslog-logger-plugin/530312102c30b8b67197837788566ccd0404ff4a
Log:
  Fix JENKINS-27959 - define UDP as the default transport





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [syslog-logger-plugin] (JENKINS-27959) NullPointerException in SyslogLoggerPlugin.applySettings after upgrading the plugin

2015-04-15 Thread clecl...@cloudbees.com (JIRA)














































Cyrille Le Clerc
 created  JENKINS-27959


NullPointerException in SyslogLoggerPlugin.applySettings after upgrading the plugin















Issue Type:


Bug



Assignee:


Cyrille Le Clerc



Components:


syslog-logger-plugin



Created:


15/Apr/15 2:55 PM



Description:


NullPointerException in SyslogLoggerPlugin.applySettings(SyslogLoggerPlugin.java:149) after upgrading to version 1.0.2


```
Caused by: java.lang.NullPointerException
	at org.jenkinsci.plugins.sysloglogger.SyslogLoggerPlugin.applySettings(SyslogLoggerPlugin.java:149)
	at org.jenkinsci.plugins.sysloglogger.SyslogLoggerPlugin.(SyslogLoggerPlugin.java:112)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
	at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:86)
	at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:108)
	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:88)
	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:269)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1058)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	... 25 more
```





Environment:


syslog-logger-plugin:1.0.2




Project:


Jenkins



Priority:


Minor



Reporter:


Cyrille Le Clerc

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.