Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
SSong
Contributor II
Contributor II

Pipeline fails on P2 install step, no action found for org.talend.studiolite.p2.touchpoint.removeJvmArgs

Hello,

I followed the Talend Help guide for Continuous Integration and Deployment using Azure DevOps. However, when I run the pipeline, I get the following error:

   2023-12-11T14:17:42.6351967Z [INFO] --------< P2Installer start >--------

   2023-12-11T14:17:42.6352333Z [INFO] Checking existing installation, cleaning required: false

   2023-12-11T14:17:42.6352628Z [INFO] Init P2Installer plugins...

   2023-12-11T14:17:42.6555728Z [INFO] Get P2Installer plugins from updatesite...

   2023-12-11T14:18:01.3165082Z [INFO] Synchronize P2Installer configration files...

   2023-12-11T14:18:01.3170109Z [INFO] Resolve license...

   2023-12-11T14:18:01.4464483Z [INFO] Resolve patch file..., p2update: https://update.talend.com/Studio/8/updates/R2023-10

   2023-12-11T14:18:01.4465639Z [INFO] [https://update.talend.com/Studio/8/updates/R2023-10]

   2023-12-11T14:18:09.7910374Z [INFO] Installing org.talend.studio.lite.ci.product 8.0.1.

   2023-12-11T14:18:09.7911190Z [INFO] Installing org.talend.lite.branding.feature.feature.group 8.0.1.20211103_1602.

   2023-12-11T14:18:09.7911826Z [INFO] Installing org.talend.studio.tcpdm.feature.feature.group 8.0.1.20211103_1602.

   2023-12-11T14:21:39.4079872Z [INFO] Installation failed.

   2023-12-11T14:21:39.4467410Z [ERROR] An error occurred while configuring the installed items

   2023-12-11T14:21:39.4510758Z [ERROR] session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null --> [R]org.talend.rcp 8.0.1.20230919_0256, action=org.eclipse.equinox.internal.p2.engine.MissingAction).

   2023-12-11T14:21:39.4515353Z [ERROR] No action found for: org.talend.studiolite.p2.touchpoint.removeJvmArgs.

   2023-12-11T14:21:39.4537889Z [ERROR] There were errors. See log file: /home/vsts/.installation/.p2Installer_8/configuration/1702304283442.log

   2023-12-11T14:21:40.1020781Z [INFO] 

   2023-12-11T14:21:40.1258937Z [INFO] CommandLine installation finished.

   2023-12-11T14:21:40.1260738Z [INFO] Resolve .eclipseproduct file...

   2023-12-11T14:21:40.3830949Z [INFO] --------< P2Installer end >----------

   

Has anyone else experienced this issue?

Thanks in advance.

Labels (3)
1 Solution

Accepted Solutions
SSong
Contributor II
Contributor II
Author

The documentation is out of date - the CI Builder plugin archive should not be downloaded manually per the guide. It should be downloaded automatically via maven repository settings. This will allow you to use a higher version than this 8.0.1 version from the downloads page that doesn't work.

View solution in original post

2 Replies
SSong
Contributor II
Contributor II
Author

The documentation is out of date - the CI Builder plugin archive should not be downloaded manually per the guide. It should be downloaded automatically via maven repository settings. This will allow you to use a higher version than this 8.0.1 version from the downloads page that doesn't work.

MohanKumar1
Employee
Employee

WHat was the changed you made to Maven Settings FIle to download the CI builder .. I am stuck with this can you help