Raj,

This is a bug in upgrading from a very old version of the plugin. As a work 
around you can remove that XML config and restart - this will delete your 
pipeline view, but you can re-create it.

As an alternative, you can try upgrading to an older yet more recent 
version (such as 1.5.2), re-save the pipeline, and then upgrade to the very 
latest version.



On Wednesday, May 17, 2017 at 4:23:02 PM UTC-4, Raj wrote:
>
> <au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView 
> plugin="[email protected]">
>
>       <owner class="hudson" reference="../../.."/>
>
>       <name>j_CloudViewer_build_pipeline</name>
>
>       <description>Vega Build Pipeline </description>
>
>       <filterExecutors>false</filterExecutors>
>
>       <filterQueue>false</filterQueue>
>
>       <properties class="hudson.model.View$PropertyList"/>
>
>       <selectedJob>j_Cloudviewer-Snapshot</selectedJob>
>
>       <noOfDisplayedBuilds>3</noOfDisplayedBuilds>
>
>       <buildViewTitle>Vega Build Pipeline</buildViewTitle>
>
>       <triggerOnlyLatestJob>false</triggerOnlyLatestJob>
>
>       <alwaysAllowManualTrigger>true</alwaysAllowManualTrigger>
>
>       <showPipelineParameters>true</showPipelineParameters>
>
>       <refreshFrequency>3</refreshFrequency>
>
>       <showPipelineDefinitionHeader>true</showPipelineDefinitionHeader>
>
>       <displayProgressBar>false</displayProgressBar>
>
>     </au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView>
>
> On Wednesday, May 17, 2017 at 11:40:29 AM UTC-4, Raj wrote:
>>
>> Thank you 
>> created : https://issues.jenkins-ci.org/browse/JENKINS-44324
>>
>> On Wednesday, May 17, 2017 at 11:17:45 AM UTC-4, Dan Alvizu wrote:
>>>
>>> Also please include in the bug report:
>>>
>>>
>>>    - The version of the build pipeline plugin you are using
>>>    - The build pipeline XML from the config.xml of the build pipeline - 
>>>    it will be a file in /var/lib/jenkins/config.xml - or if you are using a 
>>>    folder will be in /var/lib/jenkins/jobs/<folder>/config.xml - example 
>>>    snippet would be:
>>>
>>>     <au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView 
>>> plugin="[email protected]">
>>>       <owner class="hudson" reference="../../.."/>
>>>       <name>test-pipeline</name>
>>>       <filterExecutors>false</filterExecutors>
>>>       <filterQueue>false</filterQueue>
>>>       <properties class="hudson.model.View$PropertyList"/>
>>>       <consoleOutputLinkStyle>Lightbox</consoleOutputLinkStyle>
>>>       <triggerOnlyLatestJob>false</triggerOnlyLatestJob>
>>>       <alwaysAllowManualTrigger>false</alwaysAllowManualTrigger>
>>>       <showPipelineParameters>false</showPipelineParameters>
>>>       
>>> <showPipelineParametersInHeaders>false</showPipelineParametersInHeaders>
>>>       <startsWithParameters>false</startsWithParameters>
>>>       <refreshFrequency>3</refreshFrequency>
>>>       <showPipelineDefinitionHeader>false</showPipelineDefinitionHeader>
>>>     
>>> </au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView>
>>>
>>> On Tuesday, May 16, 2017 at 10:17:09 PM UTC-6, Raj wrote:
>>>>
>>>>
>>>> A problem occurred while processing the request. Please check our bug 
>>>> tracker to see if a similar problem has already been reported. If it is 
>>>> already reported, please vote and put a comment on it to let us gauge the 
>>>> impact of the problem. If you think this is a new issue, please file a new 
>>>> issue. When you file an issue, make sure to add the entire stack trace, 
>>>> along with the version of Jenkins and relevant plugins. The users list 
>>>> might be also useful in understanding what has happened.
>>>>
>>>> Stack trace
>>>>
>>>> org.apache.commons.jelly.JellyTagException: 
>>>> jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.46.2.jar!/hudson/model/View/index.jelly:42:43:
>>>>  
>>>> <st:include> org.apache.commons.jelly.JellyTagException: 
>>>> jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.46.2.jar!/lib/hudson/projectView.jelly:67:24:
>>>>  
>>>> <d:invokeBody> java.lang.NullPointerException
>>>> at 
>>>> org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:726)
>>>> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:281)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)
>>>> at 
>>>> org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
>>>> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
>>>> at 
>>>> org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)
>>>> at 
>>>> org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
>>>> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
>>>> at 
>>>> org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
>>>> at org.kohsuke.stapler.jelly.CompressTag.doTag(CompressTag.java:44)
>>>> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
>>>> at 
>>>> org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95)
>>>> at 
>>>> org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:63)
>>>> at 
>>>> org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:53)
>>>> at 
>>>> org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:112)
>>>> at 
>>>> org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:140)
>>>> at 
>>>> org.kohsuke.stapler.IndexViewDispatcher.dispatch(IndexViewDispatcher.java:30)
>>>> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
>>>> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
>>>> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:782)
>>>> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
>>>> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
>>>> at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
>>>> at 
>>>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135)
>>>> at 
>>>> hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:95)
>>>> at 
>>>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132)
>>>> at 
>>>> hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> 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 
>>>> jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
>>>> 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:135)
>>>> 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 
>>>> jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93)
>>>> 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:171)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at 
>>>> org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at 
>>>> hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at 
>>>> org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
>>>> at 
>>>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
>>>> at 
>>>> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:553)
>>>> at 
>>>> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
>>>> at 
>>>> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
>>>> at 
>>>> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
>>>> at 
>>>> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
>>>> at 
>>>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
>>>> at 
>>>> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
>>>> at org.eclipse.jetty.server.Server.handle(Server.java:499)
>>>> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
>>>> at 
>>>> org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
>>>> at 
>>>> org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
>>>> at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
>>>> at 
>>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>> at 
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>> at java.lang.Thread.run(Thread.java:748)
>>>> Caused by: java.lang.RuntimeException: 
>>>> org.apache.commons.jelly.JellyTagException: 
>>>> jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.46.2.jar!/lib/hudson/projectView.jelly:67:24:
>>>>  
>>>> <d:invokeBody> java.lang.NullPointerException
>>>> at 
>>>> org.kohsuke.stapler.jelly.groovy.JellyBuilder.doInvokeMethod(JellyBuilder.java:280)
>>>> at 
>>>> org.kohsuke.stapler.jelly.groovy.Namespace$ProxyImpl.invoke(Namespace.java:92)
>>>> at com.sun.proxy.$Proxy65.projectView(Unknown Source)
>>>> at lib.JenkinsTagLib$projectView$1.call(Unknown Source)
>>>> at 
>>>> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
>>>> at 
>>>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
>>>> at 
>>>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:133)
>>>> at hudson.model.View.main.run(main.groovy:16)
>>>> at 
>>>> org.kohsuke.stapler.jelly.groovy.GroovierJellyScript.run(GroovierJellyScript.java:74)
>>>> at 
>>>> org.kohsuke.stapler.jelly.groovy.GroovierJellyScript.run(GroovierJellyScript.java:62)
>>>> at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:147)
>>>> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
>>>> ... 91 more
>>>> Caused by: org.apache.commons.jelly.JellyTagException: 
>>>> jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.46.2.jar!/lib/hudson/projectView.jelly:67:24:
>>>>  
>>>> <d:invokeBody> java.lang.NullPointerException
>>>> at 
>>>> org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:726)
>>>> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:281)
>>>> at 
>>>> org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
>>>> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>>>> at 
>>>> org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
>>>> at 
>>>> org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
>>>> at 
>>>> org.kohsuke.stapler.jelly.groovy.JellyBuilder.doInvokeMethod(JellyBuilder.java:276)
>>>> ... 102 more
>>>> Caused by: java.lang.NullPointerException
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.<init>(ProjectForm.java:136)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.<init>(ProjectForm.java:113)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.<init>(ProjectForm.java:113)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.<init>(ProjectForm.java:113)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.<init>(ProjectForm.java:90)
>>>> at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.as
>>>> (ProjectForm.java:152)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder$GridImpl.<init>(DownstreamProjectGridBuilder.java:80)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder$GridImpl.<init>(DownstreamProjectGridBuilder.java:59)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.DownstreamProjectGridBuilder.build(DownstreamProjectGridBuilder.java:230)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.isEmpty(BuildPipelineView.java:1021)
>>>> at 
>>>> au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.hasPermission(BuildPipelineView.java:1002)
>>>> at hudson.model.ViewGroupMixIn.getViews(ViewGroupMixIn.java:125)
>>>> at jenkins.model.Jenkins.getViews(Jenkins.java:1837)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> at 
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>>> at 
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>> at java.lang.reflect.Method.invoke(Method.java:498)
>>>> at 
>>>> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
>>>> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
>>>> at 
>>>> org.codehaus.groovy.runtime.metaclass.MethodMetaProperty$GetBeanMethodMetaProperty.getProperty(MethodMetaProperty.java:76)
>>>> at 
>>>> org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:64)
>>>> at 
>>>> org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:296)
>>>> at hudson.model.View.main$_run_closure1.doCall(main.groovy:17)
>>>> at hudson.model.View.main$_run_closure1.doCall(main.groovy)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> at 
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>>> at 
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>> at java.lang.reflect.Method.invoke(Method.java:498)
>>>> at 
>>>> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
>>>> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
>>>> at 
>>>> org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:294)
>>>> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1024)
>>>> at groovy.lang.Closure.call(Closure.java:414)
>>>> at groovy.lang.Closure.call(Closure.java:408)
>>>> at 
>>>> org.kohsuke.stapler.jelly.groovy.JellyBuilder$1.run(JellyBuilder.java:264)
>>>> at 
>>>> org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)
>>>> at 
>>>> org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
>>>> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
>>>> ... 111 more
>>>> Caused: javax.servlet.ServletException
>>>> at 
>>>> org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:117)
>>>> at 
>>>> org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:140)
>>>> at 
>>>> org.kohsuke.stapler.IndexViewDispatcher.dispatch(IndexViewDispatcher.java:30)
>>>> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
>>>> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
>>>> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:782)
>>>> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
>>>> at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
>>>> at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
>>>> at 
>>>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135)
>>>> at 
>>>> hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:95)
>>>> at 
>>>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132)
>>>> at 
>>>> hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> 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 
>>>> jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
>>>> 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:135)
>>>> 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 
>>>> jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93)
>>>> 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:171)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at 
>>>> org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at 
>>>> hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at 
>>>> org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
>>>> at 
>>>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
>>>> at 
>>>> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:553)
>>>> at 
>>>> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
>>>> at 
>>>> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
>>>> at 
>>>> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
>>>> at 
>>>> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
>>>> at 
>>>> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
>>>> at 
>>>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
>>>> at 
>>>> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
>>>> at org.eclipse.jetty.server.Server.handle(Server.java:499)
>>>> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
>>>> at 
>>>> org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
>>>> at 
>>>> org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
>>>> at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
>>>> at 
>>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>> at 
>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>> at java.lang.Thread.run(Thread.java:748)
>>>>
>>>>
>>>> Any help \ pointers to help with the upgrade will be gratefully 
>>>> accepted 
>>>>
>>>> Centos 6.3 
>>>> jdk 1.8 
>>>>
>>>> if any other information is needed do please let me know. 
>>>>
>>>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7826d863-deb0-4f60-a68a-1baaa8fbe5ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to