Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-18537

ArrayIndexOutOfBoundsException during Jenkins.doConfigSubmit; need XStream 1.4.6

      I am running Jenkins under AIX within a Jetty web server. When trying to save changes (e.g. in Jenkins->configuration) a java.lang.ArrayIndexOutOfBoundsException occurs.

      Stack trace:
      javax.servlet.ServletException: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
      at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:725)
      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:776)
      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:585)
      at org.kohsuke.stapler.Stapler.service(Stapler.java:216)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
      at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
      at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448)
      at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
      at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
      at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
      at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
      at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
      at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
      at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
      at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
      at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
      at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
      at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
      at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
      at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
      at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
      at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
      at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
      at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
      at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
      at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
      at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
      at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
      at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
      at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
      at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
      at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
      at org.eclipse.jetty.server.Server.handle(Server.java:370)
      at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
      at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:960)
      at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1021)
      at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
      at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
      at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
      at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668)
      at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
      at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
      at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
      at java.lang.Thread.run(Thread.java:735)
      Caused by: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
      at com.thoughtworks.xstream.core.util.OrderRetainingMap.entrySet(OrderRetainingMap.java:77)
      at java.util.HashMap.putAllImpl(HashMap.java:673)
      at java.util.HashMap.putAll(HashMap.java:664)
      at com.thoughtworks.xstream.core.util.OrderRetainingMap.<init>(OrderRetainingMap.java:36)
      at com.thoughtworks.xstream.converters.reflection.FieldDictionary.buildMap(FieldDictionary.java:135)
      at com.thoughtworks.xstream.converters.reflection.FieldDictionary.fieldsFor(FieldDictionary.java:76)
      at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:127)
      at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:143)
      at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:102)
      at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
      at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
      at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
      at com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82)
      at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37)
      at com.thoughtworks.xstream.XStream.marshal(XStream.java:898)
      at com.thoughtworks.xstream.XStream.marshal(XStream.java:887)
      at com.thoughtworks.xstream.XStream.toXML(XStream.java:860)
      at hudson.XmlFile.write(XmlFile.java:183)
      at jenkins.model.Jenkins.save(Jenkins.java:2625)
      at hudson.BulkChange.commit(BulkChange.java:112)
      at jenkins.model.Jenkins.doConfigSubmit(Jenkins.java:2735)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
      at java.lang.reflect.Method.invoke(Method.java:599)
      at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:297)
      at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:160)
      at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:95)
      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:683)
      ... 43 more

          [JENKINS-18537] ArrayIndexOutOfBoundsException during Jenkins.doConfigSubmit; need XStream 1.4.6

          Code changed in jenkins
          User: Kohsuke Kawaguchi
          Path:
          core/pom.xml
          http://jenkins-ci.org/commit/jenkins/82d6292cf8d9c21cbf9346930cbc3e2a69548fe7
          Log:
          [FIXED JENKINS-18537]

          Integrated the new version of XStream that contains the fix.

          (cherry picked from commit 585eb87c2d1fdd93c585efca2b993ad734afdb20)

          Conflicts:
          changelog.html

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kohsuke Kawaguchi Path: core/pom.xml http://jenkins-ci.org/commit/jenkins/82d6292cf8d9c21cbf9346930cbc3e2a69548fe7 Log: [FIXED JENKINS-18537] Integrated the new version of XStream that contains the fix. (cherry picked from commit 585eb87c2d1fdd93c585efca2b993ad734afdb20) Conflicts: changelog.html

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3989
          [FIXED JENKINS-18537] (Revision 82d6292cf8d9c21cbf9346930cbc3e2a69548fe7)

          Result = SUCCESS
          jesse glick : 82d6292cf8d9c21cbf9346930cbc3e2a69548fe7
          Files :

          • core/pom.xml

          dogfood added a comment - Integrated in jenkins_main_trunk #3989 [FIXED JENKINS-18537] (Revision 82d6292cf8d9c21cbf9346930cbc3e2a69548fe7) Result = SUCCESS jesse glick : 82d6292cf8d9c21cbf9346930cbc3e2a69548fe7 Files : core/pom.xml

          Code changed in jenkins
          User: MerkushevKirill
          Path:
          pom.xml
          http://jenkins-ci.org/commit/github-plugin/5287c6c8e76d2bc18e86372f5d40179964a80d2f
          Log:
          fix for build and run with jdk8 (JENKINS-18537)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: MerkushevKirill Path: pom.xml http://jenkins-ci.org/commit/github-plugin/5287c6c8e76d2bc18e86372f5d40179964a80d2f Log: fix for build and run with jdk8 ( JENKINS-18537 )

          Code changed in jenkins
          User: Kanstantsin Shautsou
          Path:
          pom.xml
          http://jenkins-ci.org/commit/github-plugin/518aeccb26a2ca1a91d284aa648c80c974e785e6
          Log:
          Merge pull request #55 from lanwen/webhooks

          fix for build and run with jdk8 (JENKINS-18537)

          Compare: https://github.com/jenkinsci/github-plugin/compare/e5e5674f03de...518aeccb26a2

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kanstantsin Shautsou Path: pom.xml http://jenkins-ci.org/commit/github-plugin/518aeccb26a2ca1a91d284aa648c80c974e785e6 Log: Merge pull request #55 from lanwen/webhooks fix for build and run with jdk8 ( JENKINS-18537 ) Compare: https://github.com/jenkinsci/github-plugin/compare/e5e5674f03de...518aeccb26a2

          Code changed in jenkins
          User: ikedam
          Path:
          pom.xml
          http://jenkins-ci.org/commit/matrix-combinations-plugin/c280fd1949d9d959ed87438693e374aefb8ae3bb
          Log:
          Make tests run with jdk8 avoiding JENKINS-18537.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: ikedam Path: pom.xml http://jenkins-ci.org/commit/matrix-combinations-plugin/c280fd1949d9d959ed87438693e374aefb8ae3bb Log: Make tests run with jdk8 avoiding JENKINS-18537 .

          Code changed in jenkins
          User: ikedam
          Path:
          pom.xml
          http://jenkins-ci.org/commit/matrix-combinations-plugin/bdf67fde1dcc94d61560cbf668649308cc964604
          Log:
          Merge pull request #18 from ikedam/feature/JENKINS-18537_TestWitjJdk8

          Make tests run with jdk8 avoiding JENKINS-18537.

          Compare: https://github.com/jenkinsci/matrix-combinations-plugin/compare/7bc42586da79...bdf67fde1dcc

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: ikedam Path: pom.xml http://jenkins-ci.org/commit/matrix-combinations-plugin/bdf67fde1dcc94d61560cbf668649308cc964604 Log: Merge pull request #18 from ikedam/feature/ JENKINS-18537 _TestWitjJdk8 Make tests run with jdk8 avoiding JENKINS-18537 . Compare: https://github.com/jenkinsci/matrix-combinations-plugin/compare/7bc42586da79...bdf67fde1dcc

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          pom.xml
          http://jenkins-ci.org/commit/kerberos-sso-plugin/0a9faeb761b8857d4882eb2ab65fce42bfe42fa1
          Log:
          Avoid JENKINS-18537

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: pom.xml http://jenkins-ci.org/commit/kerberos-sso-plugin/0a9faeb761b8857d4882eb2ab65fce42bfe42fa1 Log: Avoid JENKINS-18537

          Code changed in jenkins
          User: Eric Nielsen
          Path:
          pom.xml
          http://jenkins-ci.org/commit/plot-plugin/10c11d9befd07b452a2bf7b4ebaea32adb127c0e
          Log:
          Upgrade core dependency version to 1.557

          So code can be built in JDK8. See
          https://issues.jenkins-ci.org/browse/JENKINS-18537

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Eric Nielsen Path: pom.xml http://jenkins-ci.org/commit/plot-plugin/10c11d9befd07b452a2bf7b4ebaea32adb127c0e Log: Upgrade core dependency version to 1.557 So code can be built in JDK8. See https://issues.jenkins-ci.org/browse/JENKINS-18537

          Code changed in jenkins
          User: Brian Riddle
          Path:
          pom.xml
          http://jenkins-ci.org/commit/cucumber-performance-plugin/6fd93ffbfa42e9d0ba2b47ddea44e301835a7772
          Log:
          Bump plugin parent to work with java 8. See JENKINS-18537

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Brian Riddle Path: pom.xml http://jenkins-ci.org/commit/cucumber-performance-plugin/6fd93ffbfa42e9d0ba2b47ddea44e301835a7772 Log: Bump plugin parent to work with java 8. See JENKINS-18537

          Code changed in jenkins
          User: ikedam
          Path:
          pom.xml
          src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/SystemGroovyChoiceListProvider.java
          src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ExtensibleChoiceParameterDefinitionJenkinsTest.java
          src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ExtensibleChoiceParameterJenkinsRule.java
          src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/GlobalTextareaChoiceListProviderJenkinsTest.java
          src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/SystemGroovyChoiceListProviderJenkinsTest.java
          http://jenkins-ci.org/commit/extensible-choice-parameter-plugin/ab3c03d14a891055b09df1b152cac2ce223af471
          Log:
          [SECURITY-123] Target the current latest LTS and script-security

          There were some problems developing with old Jenkins core:

          • Can't run with Java7 for JENKINS-18537. (requires >= 1.557 or 1.554.1)
          • doFillItems requires RelativePath in the latest Jenkins, but doesn't work with old Jenkins core. (requires >= 1.526)

          I decided to target to the current LTS to avoid any problems with old cores.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: ikedam Path: pom.xml src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/SystemGroovyChoiceListProvider.java src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ExtensibleChoiceParameterDefinitionJenkinsTest.java src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ExtensibleChoiceParameterJenkinsRule.java src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/GlobalTextareaChoiceListProviderJenkinsTest.java src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/SystemGroovyChoiceListProviderJenkinsTest.java http://jenkins-ci.org/commit/extensible-choice-parameter-plugin/ab3c03d14a891055b09df1b152cac2ce223af471 Log: [SECURITY-123] Target the current latest LTS and script-security There were some problems developing with old Jenkins core: Can't run with Java7 for JENKINS-18537 . (requires >= 1.557 or 1.554.1) doFillItems requires RelativePath in the latest Jenkins, but doesn't work with old Jenkins core. (requires >= 1.526) I decided to target to the current LTS to avoid any problems with old cores.

            Unassigned Unassigned
            mschreiber2 Marc Schreiber
            Votes:
            6 Vote for this issue
            Watchers:
            20 Start watching this issue

              Created:
              Updated:
              Resolved: