Please share me any other workaround solution for usng jenkins 2.89 and Java 9 version ?
On Sat, Mar 3, 2018 at 5:37 PM, Poovaraj Thangamariappan < [email protected]> wrote: > Hello, > > I have used Java 9 version for standard package. > > Regards, > Poovaraj > > > On Sat, Mar 3, 2018 at 3:55 PM, Baptiste Mathus <[email protected]> wrote: > >> Hello, >> >> Java 9 is not yet supported for Jenkins. Did you upgrade manually, or did >> you use some standard package to do this? >> >> 2018-03-03 7:07 GMT+01:00 Poovaraj Thangamariappan < >> [email protected]>: >> >>> Hi Team, >>> >>> I have upgraded latest Java and Jenkins version. It is throwing below >>> error message after click on *Configure Glopal Security *tab. Please >>> help me to fix this issue. >>> >>> Java - 9 Version >>> Jenkins - Jenkins ver. 2.109 <https://jenkins.io/> >>> Windows 8 (64 bit) >>> Error Message:Stack trace >>> >>> *java.lang.AssertionError: InstanceIdentity is missing its singleton* >>> at >>> org.jenkinsci.main.modules.instance_identity.InstanceIdentity.get(InstanceIdentity.java:133) >>> at >>> org.jenkinsci.main.modules.instance_identity.InstanceIdentityRSAProvider.getKeyPair(InstanceIdentityRSAProvider.java:23) >>> at >>> jenkins.model.identity.InstanceIdentityProvider$KeyTypes.get(InstanceIdentityProvider.java:161) >>> at >>> jenkins.model.identity.InstanceIdentityProvider$KeyTypes.getKeyPair(InstanceIdentityProvider.java:210) >>> at >>> jenkins.model.identity.IdentityRootAction.getUrlName(IdentityRootAction.java:42) >>> at jenkins.model.Jenkins.getDynamic(Jenkins.java:3610) >>> at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(Unknown >>> Source) >>> at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:343) >>> at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184) >>> at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:372) >>> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715) >>> Caused: javax.servlet.ServletException >>> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:765) >>> 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:841) >>> at >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) >>> at >>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154) >>> at >>> hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59) >>> at >>> hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151) >>> at >>> hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157) >>> at >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) >>> at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:105) >>> at >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) >>> 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: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 >>> 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:90) >>> at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171) >>> at >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) >>> at >>> org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49) >>> at >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) >>> at >>> hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82) >>> at >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) >>> at >>> org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) >>> at >>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637) >>> at >>> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) >>> at >>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) >>> at >>> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) >>> at >>> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) >>> at >>> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190) >>> at >>> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) >>> at >>> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) >>> at >>> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) >>> at >>> org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) >>> at >>> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) >>> at >>> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) >>> at >>> org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) >>> at >>> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) >>> at >>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) >>> at >>> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) >>> at org.eclipse.jetty.server.Server.handle(Server.java:564) >>> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:317) >>> at >>> org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) >>> at >>> org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) >>> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:110) >>> at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) >>> at >>> org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:128) >>> at >>> org.eclipse.jetty.util.thread.Invocable$InvocableExecutor.invoke(Invocable.java:222) >>> at >>> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:294) >>> at >>> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:199) >>> at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) >>> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown >>> Source) >>> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown >>> Source) >>> at java.base/java.lang.Thread.run(Unknown Source) >>> >>> >>> Regards, >>> Poovaraj >>> >>> -- >>> 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/ms >>> gid/jenkinsci-users/CAMu9-ZU-%3DGR4-CmpMY%2BK0L_umKFAHQFpFwQ >>> otND%3Dg%3Du2sHOhbw%40mail.gmail.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/CAMu9-ZU-%3DGR4-CmpMY%2BK0L_umKFAHQFpFwQotND%3Dg%3Du2sHOhbw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> 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/ms >> gid/jenkinsci-users/CANWgJS5ZyCp9UHkVbtXCRa7rL7a%3Dd_ >> OB69cYLGHaKEHwEXOX6w%40mail.gmail.com >> <https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS5ZyCp9UHkVbtXCRa7rL7a%3Dd_OB69cYLGHaKEHwEXOX6w%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/CAMu9-ZXqU2pbW1cDZx5WnHmbyNKfTv5FVzC6qMH-UL8Ek%2BxDfg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
