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

1.342 failed to start with NoSuchFieldError: DESCRIPTOR

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core, sectioned-view-plugin
    • None
    • SunOS build 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V240
      HUdson 'home' located on NFS server.

      SEVERE: Failed Loading global config
      hudson.util.IOException2: Unable to read /data/hudson-build/.hudson/config.xml
              at hudson.XmlFile.unmarshal(XmlFile.java:154)
              at hudson.model.Hudson$11.run(Hudson.java:2095)
              at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
              at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
              at hudson.model.Hudson$3.runTask(Hudson.java:648)
              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$Worker.runTask(ThreadPoolExecutor.java:650)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
              at java.lang.Thread.run(Thread.java:595)
      Caused by: java.lang.NoSuchFieldError: DESCRIPTOR
              at hudson.plugins.sectioned_view.ListViewSection.<clinit>(ListViewSection.java:37)
              at sun.reflect.GeneratedSerializationConstructorAccessor27.newInstance(Unknown Source)
              at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
              at com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider.newInstance(Sun14ReflectionProvider.java:76)
              at hudson.util.RobustReflectionConverter.instantiateNewInstance(RobustReflectionConverter.java:302)
              at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:171)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
              at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
              at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
              at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:184)
              at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:229)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
              at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
              at hudson.util.RobustReflectionConverter.unmarshallField(RobustReflectionConverter.java:261)
              at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:221)
              at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:172)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
              at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
              at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
              at hudson.util.RobustCollectionConverter.populateCollection(RobustCollectionConverter.java:82)
              at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61)
              at hudson.util.RobustCollectionConverter.unmarshal(RobustCollectionConverter.java:73)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
              at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
              at hudson.util.RobustReflectionConverter.unmarshallField(RobustReflectionConverter.java:261)
              at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:221)
              at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:172)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
              at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
              at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137)
              at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
              at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923)
              at hudson.util.XStream2.unmarshal(XStream2.java:70)
              at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909)
              at hudson.XmlFile.unmarshal(XmlFile.java:148)
              ... 9 more
      

      Rolled back to 1.341

      kofemann.

          [JENKINS-5383] 1.342 failed to start with NoSuchFieldError: DESCRIPTOR

          kofemann created issue -
          mdonohue made changes -
          Summary Original: 1.342 failed to start with stack trace New: 1.342 failed to start with NoSuchFieldError: DESCRIPTOR
          mdonohue made changes -
          Assignee New: Timothy Bingaman [ tbingaman ]
          Kohsuke Kawaguchi made changes -
          Description Original: SEVERE: Failed Loading global config
          hudson.util.IOException2: Unable to read /data/hudson-build/.hudson/config.xml
                  at hudson.XmlFile.unmarshal(XmlFile.java:154)
                  at hudson.model.Hudson$11.run(Hudson.java:2095)
                  at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
                  at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
                  at hudson.model.Hudson$3.runTask(Hudson.java:648)
                  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$Worker.runTask(ThreadPoolExecutor.java:650)
                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
                  at java.lang.Thread.run(Thread.java:595)
          Caused by: java.lang.NoSuchFieldError: DESCRIPTOR
                  at hudson.plugins.sectioned_view.ListViewSection.<clinit>(ListViewSection.java:37)
                  at sun.reflect.GeneratedSerializationConstructorAccessor27.newInstance(Unknown Source)
                  at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
                  at com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider.newInstance(Sun14ReflectionProvider.java:76)
                  at hudson.util.RobustReflectionConverter.instantiateNewInstance(RobustReflectionConverter.java:302)
                  at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:171)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
                  at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:184)
                  at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:229)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at hudson.util.RobustReflectionConverter.unmarshallField(RobustReflectionConverter.java:261)
                  at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:221)
                  at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:172)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
                  at hudson.util.RobustCollectionConverter.populateCollection(RobustCollectionConverter.java:82)
                  at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61)
                  at hudson.util.RobustCollectionConverter.unmarshal(RobustCollectionConverter.java:73)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at hudson.util.RobustReflectionConverter.unmarshallField(RobustReflectionConverter.java:261)
                  at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:221)
                  at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:172)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137)
                  at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
                  at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923)
                  at hudson.util.XStream2.unmarshal(XStream2.java:70)
                  at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909)
                  at hudson.XmlFile.unmarshal(XmlFile.java:148)
                  ... 9 more


          Rolled back to 1.341

            kofemann.
          New: {noformat}
          SEVERE: Failed Loading global config
          hudson.util.IOException2: Unable to read /data/hudson-build/.hudson/config.xml
                  at hudson.XmlFile.unmarshal(XmlFile.java:154)
                  at hudson.model.Hudson$11.run(Hudson.java:2095)
                  at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
                  at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
                  at hudson.model.Hudson$3.runTask(Hudson.java:648)
                  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$Worker.runTask(ThreadPoolExecutor.java:650)
                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
                  at java.lang.Thread.run(Thread.java:595)
          Caused by: java.lang.NoSuchFieldError: DESCRIPTOR
                  at hudson.plugins.sectioned_view.ListViewSection.<clinit>(ListViewSection.java:37)
                  at sun.reflect.GeneratedSerializationConstructorAccessor27.newInstance(Unknown Source)
                  at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
                  at com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider.newInstance(Sun14ReflectionProvider.java:76)
                  at hudson.util.RobustReflectionConverter.instantiateNewInstance(RobustReflectionConverter.java:302)
                  at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:171)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
                  at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:184)
                  at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:229)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at hudson.util.RobustReflectionConverter.unmarshallField(RobustReflectionConverter.java:261)
                  at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:221)
                  at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:172)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
                  at hudson.util.RobustCollectionConverter.populateCollection(RobustCollectionConverter.java:82)
                  at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61)
                  at hudson.util.RobustCollectionConverter.unmarshal(RobustCollectionConverter.java:73)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at hudson.util.RobustReflectionConverter.unmarshallField(RobustReflectionConverter.java:261)
                  at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:221)
                  at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:172)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
                  at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
                  at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137)
                  at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
                  at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923)
                  at hudson.util.XStream2.unmarshal(XStream2.java:70)
                  at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909)
                  at hudson.XmlFile.unmarshal(XmlFile.java:148)
                  ... 9 more
          {noformat}

          Rolled back to 1.341

            kofemann.
          Kohsuke Kawaguchi made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Alan Harder made changes -
          Component/s New: sectioned-view [ 15680 ]
          Timothy Bingaman made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 135472 ] New: JNJira + In-Review [ 203504 ]

            tbingaman Timothy Bingaman
            kofemann kofemann
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: