[ 
https://issues.jenkins-ci.org/browse/JENKINS-12970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161561#comment-161561
 ] 

vjuranek commented on JENKINS-12970:
------------------------------------

I tried to reproduce and was able to reproduce only in case when 
Analysis-collector (1.24) *is* installed and Dashboard view plugin *isn't* 
installed. Installing Dashboard view plugin (2.2) solved the issue. Can someone 
confirm that installing Dashboard view solves the issue?
Thanks

(I'll continue investigating where is the root cause of the issue, as missing 
dependency in one plugin impacting other plugin is an issue anyway)
                
> NPE in disk-usage during jenkins startup
> ----------------------------------------
>
>                 Key: JENKINS-12970
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12970
>             Project: Jenkins
>          Issue Type: Bug
>          Components: disk-usage
>    Affects Versions: current
>         Environment: Jenkins ver. 1.452
> java version "1.7.0"
> Java(TM) SE Runtime Environment (build 1.7.0-b147)
> Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
>            Reporter: Maciej Olędzki
>            Assignee: vjuranek
>
> After updating disk-usage plugin to version 0.15 I can't start jenkins 
> anymore. During statup process following error appears:
> {code}
> org.jvnet.hudson.reactor.ReactorException: java.lang.Error: 
> java.lang.reflect.InvocationTargetException
>       at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
>       at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
>       at jenkins.model.Jenkins.executeReactor(Jenkins.java:824)
>       at jenkins.model.Jenkins.<init>(Jenkins.java:736)
>       at hudson.model.Hudson.<init>(Hudson.java:81)
>       at hudson.model.Hudson.<init>(Hudson.java:77)
>       at hudson.WebAppMain$2.run(WebAppMain.java:217)
> Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
>       at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
>       at 
> hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
>       at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
>       at jenkins.model.Jenkins$5.runTask(Jenkins.java:813)
>       at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
>       at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>       at java.lang.Thread.run(Thread.java:722)
> Caused by: java.lang.reflect.InvocationTargetException
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:601)
>       at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
>       ... 8 more
> Caused by: java.lang.NullPointerException
>       at 
> hudson.plugins.disk_usage.DiskUsageProperty$DiskUsageDescriptor.access$000(DiskUsageProperty.java:46)
>       at 
> hudson.plugins.disk_usage.DiskUsageProperty.transitionAuth(DiskUsageProperty.java:36)
>       ... 13 more
> {code}
> Previous version of disk-usage (0.14) plugin works ok.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to