DevOps Automation

DevOps Automation

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Rational Integration tester and Maven not working

    Posted Thu August 05, 2021 09:23 PM

    Hi,

    I am trying to setup Maven to run RIT tests during a maven build. I am using the https://www.ibm.com/docs/en/rtw/10.0.2?topic=integrating-rational-integration-tester-apache-maven guide supplied online.

    I have got to the stage where the maven build is running and trying to download the dependencies.

    I am getting the following error

    Plugin com.hcl.products.test.it:it-plugin:1.1013.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.hcl.products.test.it:it-plugin:jar:1.1013.0: Could not transfer artifact com.hcl.products.test.it:it-plugin:pom:1.1013.0 from/to rtcp-site (https://10.228.4.90:443/maven2): Transfer failed for https://10.228.4.90:443/maven2/com/hcl/products/test/it/it-plugin/1.1013.0/it-plugin-1.1013.0.pom ProxyInfo{host='127.0.0.1',

    userName='null', port=3128, type='http', nonProxyHosts='null'}: Connect to 127.0.0.1:3128 [/127.0.0.1] failed: Connection refused: connect -> [Help 1]

    When I check the link for the dependency on the following mvn repository

    https://repo.maven.apache.org/maven2/com/hcl/products/test/it/it-plugin/1.1013.0/it-plugin-1.1013.0.pom

    I get a not found.

    Is this plugin still available?

    Thanks in advance


    #Support
    #SupportMigration
    #RationalTestWorkbench


  • 2.  RE: Rational Integration tester and Maven not working

    Posted Mon August 09, 2021 03:07 PM

    Hi, the post mentions RIT, but you're referencing the HCL OneTest versions of the product.

    Can you clarify the products you're using?

    Thank you


    #SupportMigration
    #Support
    #RationalTestWorkbench


  • 3.  RE: Rational Integration tester and Maven not working

    Posted Mon August 09, 2021 03:36 PM

    The plug-ins are shipped with RTCP, example for my RTCP 10.1.3:

    Directory of D:\Program Files\IBM\RationalTestControlPanel\usr\servers\defaultServer\apps\maven2.war\com\hcl\products\test\it\it-plugin\1.1013.0

    03/12/2021 08:09 PM 29,340 it-plugin-1.1013.0.jar

    --

    Without knowing the exact steps done so far this will be difficult to resolve via this forum.

    • We recommend opening a support ticket with as much information as possible, including exact steps performed
    • versions of the product
    • where in the steps the error occurs
    • the POM file, etc

    ---

    One thing that stands out is this:

    https://10.228.4.90:443/maven2

    the port for RTCP is 5443 by default not 443

    Thank you


    #SupportMigration
    #Support
    #RationalTestWorkbench