with use of plugin Pipeline is failing due to 
      java.lang.NoClassDefFoundError: Could not initialize class

        1. octane plugin.txt
          7 kB
        2. plugins.txt
          2 kB
        3. run-jenkins.sh
          0.8 kB

          [JENKINS-73588] Octane plugin is not working

          ptofan : This problem started after recent Jenkins version upgrade (Version 2.462.1).  Downgrading the version or uninstalling/installing the plugin didn't help.

          Alok Kumar Singh added a comment - ptofan : This problem started after recent Jenkins version upgrade (Version 2.462.1).  Downgrading the version or uninstalling/installing the plugin didn't help.

          Mark Waite added a comment -

          I believe this is another symptom of the same problem that is reported as JENKINS-73374. It will need a new release of the plugin that resolves the issues identified in JENKINS-72498

          Mark Waite added a comment - I believe this is another symptom of the same problem that is reported as JENKINS-73374 . It will need a new release of the plugin that resolves the issues identified in JENKINS-72498

          Laura Buzas added a comment -

          markewaite alok_1979 sunilsce 

          Unfortunately, version 24.2 of the Jenkins plugin does not work with the latest releases of Jenkins. We suggest downgrading to an older Jenkins version as a temporary solution.

          The team is working on releasing version 24.3 that should come out early September. This one will have an upgrade to Java 21 and it will work on latest Jenkins LTS versions. 

           

          Laura Buzas added a comment - markewaite alok_1979 sunilsce   Unfortunately, version 24.2 of the Jenkins plugin does not work with the latest releases of Jenkins. We suggest downgrading to an older Jenkins version as a temporary solution. The team is working on releasing version 24.3 that should come out early September. This one will have an upgrade to Java 21 and it will work on latest Jenkins LTS versions.   

          Laura Buzas added a comment -

          alok_1979 markewaite sunilsce Since the issue was raised there is another Jenkins plugin release, 24.3, that now supports latest versions of Jenkins: [OpenText Application Automation Tools | Jenkins plugin|https://plugins.jenkins.io/hp-application-automation-tools-plugin/releases/].

          Could you please try it and let me know if the issue is still occurring?

          Laura Buzas added a comment - alok_1979 markewaite sunilsce Since the issue was raised there is another Jenkins plugin release, 24.3, that now supports latest versions of Jenkins: [OpenText Application Automation Tools | Jenkins plugin|https://plugins.jenkins.io/hp-application-automation-tools-plugin/releases/] . Could you please try it and let me know if the issue is still occurring?

          Mark Waite added a comment -

          I was able to run Jenkins 2.462.3 with the 24.3 release. Steps that I took include:

          1. Create run-jenkins.sh shell script that downloads Jenkins 2.462.3 and plugins including the 24.3 release
          2. Create a plugins.txt script that lists the exact plugins to download
          3. Run the run-jenkins.sh shell script and complete the setup wizard by adding a new user and choosing to install no additional plugins

          I'm not a user of the plugin. I can't tell if it is working correctly.

          As a Jenkins plugin developer, I'm concerned that the plugin still includes many more jar files than it needs to include. Some of the jar files that I think are not needed include:

          • commons-httpclient-3.1.jar
          • commons-io-2.13.0.jar
          • commons-lang-2.6.jar
          • commons-lang3-3.12.0.jar
          • commons-math3-3.6.1.jar
          • commons-net-3.11.1.jar
          • commons-text-1.12.0.jar
          • gson-2.10.jar
          • htmlunit-4.3.0.jar
          • htmlunit-core-js-4.3.0.jar
          • htmlunit-csp-4.3.0.jar
          • htmlunit-cssparser-4.3.0.jar
          • htmlunit-websocket-client-4.3.0.jar
          • htmlunit-xpath-4.3.0.jar
          • httpclient5-5.2.1.jar
          • httpcore5-5.2.jar
          • httpcore5-h2-5.2.jar
          • log4j-api-2.17.2.jar
          • log4j-core-2.17.2.jar
          • log4j-web-2.17.2.jar
          • slf4j-api-2.0.9.jar
          • symbol-annotation-1.4.jar
          • xstream-1.4.20.jar

          Mark Waite added a comment - I was able to run Jenkins 2.462.3 with the 24.3 release. Steps that I took include: Create run-jenkins.sh shell script that downloads Jenkins 2.462.3 and plugins including the 24.3 release Create a plugins.txt script that lists the exact plugins to download Run the run-jenkins.sh shell script and complete the setup wizard by adding a new user and choosing to install no additional plugins I'm not a user of the plugin. I can't tell if it is working correctly. As a Jenkins plugin developer, I'm concerned that the plugin still includes many more jar files than it needs to include. Some of the jar files that I think are not needed include: commons-httpclient-3.1.jar commons-io-2.13.0.jar commons-lang-2.6.jar commons-lang3-3.12.0.jar commons-math3-3.6.1.jar commons-net-3.11.1.jar commons-text-1.12.0.jar gson-2.10.jar htmlunit-4.3.0.jar htmlunit-core-js-4.3.0.jar htmlunit-csp-4.3.0.jar htmlunit-cssparser-4.3.0.jar htmlunit-websocket-client-4.3.0.jar htmlunit-xpath-4.3.0.jar httpclient5-5.2.1.jar httpcore5-5.2.jar httpcore5-h2-5.2.jar log4j-api-2.17.2.jar log4j-core-2.17.2.jar log4j-web-2.17.2.jar slf4j-api-2.0.9.jar symbol-annotation-1.4.jar xstream-1.4.20.jar

            buzas Laura Buzas
            sunilsce Sunil
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: