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

SchemaDVFactoryImpl NoClassDefFoundError with xUnit 2.3.1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • xunit-plugin
    • None
    • Latest version of plugins as of 2018-10-30
      Jenkins v2.149
      Amazon EC2 plugin 1.41
      xUnit plugin 2.3.1
      Pipeline 2.6

      OS : Amazon Linux 1 on master, Amazon Linux 2 on fresh new slave

      Using xUnit in a Pipeline in a step :

      step([$class: 'XUnitBuilder', thresholds: [[$class: 'FailedThreshold', unstableThreshold: '0']], tools: [ [$class: 'PHPUnitJunitHudsonTestType', pattern: 'tests/_log/report.xml'], [$class: 'JUnitType', pattern: 'web/junit.xml']]])
      

      After updating from xUnit 2.3 to 2.3.1, I face the following exception :
      java.lang.NoClassDefFoundError: Could not initialize class com.sun.org.apache.xerces.internal.impl.dv.xs.SchemaDVFactoryImpl
      The full stack trace is attached.

      Downgrading to xUnit 2.3 seems to solve the problem.

      There seem to be only one related commit between the two xUnit releases.

       

            nfalco Nikolas Falco
            yurplan_egillet Éric Gillet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: