Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-3172

Failing CI tests on Windows - Catelyn JDK8

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • None
    • Testing
    • None

    Description

      The Narayana CI for Windows fails with compilation failure on Catelyn. This failure occurs consistently but only on JDK8, not on JDK11. The failure is (see whole log console in attachment)

      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0-jboss-2:compile (default-compile) on project jta: Compilation failure: Compilation failure: 
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[587,1] illegal start of type
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[587,3] = expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[587,5] ';' expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[587,13] > expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[592,3] illegal start of expression
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[592,5] illegal start of expression
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[592,7] illegal start of expression
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,4] illegal start of expression
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,7] illegal start of expression
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,9] illegal start of expression
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,14] <identifier> expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,15] ';' expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,19] illegal start of type
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,31] = expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,50] = expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,63] = expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[594,77] <identifier> expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[595,13] = expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[595,14] ';' expected
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[595,132] illegal start of type
      [ERROR] /C:/hudson/workspace/btny-pulls-narayana-catelyn/jdk/jdk8.latest/label/catelyn/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java:[595,157] ';' expected
      [ERROR] -> [Help 1]
      [ERROR] 
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
      [ERROR] 
      [ERROR] After correcting the problems, you can resume the build with the command
      [ERROR]   mvn <goals> -rf :jta
      

      When I run the compilation manually on Catelyn with JDK :\Progra~1\java\jdk1.8.0_20\bin\java.exe I have hit no issue either with compilation or with the testing. Maybe I run wrong JDK version or there is some another issue in involvement of Jenkins.

      Attachments

        Activity

          People

            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: