This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: Installing new extension-site from command line fails: The file "..." in the jar "...\AppData\Local\Temp\signatureFile868446754174102678.jar" has been tampered!

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSBIOS,

Hi

So I have a repo with all TI extensions to be pulled from git. I have a CCS configuration script where I pull all the required extensions for CCS for a specific project. I do this for all extensions, for example the bios_6_73_01_01 as follows:

Fullscreen
1
%CCS_EXE% -noSplash -data %QUM_DIR% -application com.ti.common.core.initialize -rtsc.productDiscoveryPath "%QUM_TI_DIR%\bios_6_73_01_01"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Now, for most extensions this works. However fot the said bios_6_73_01_01 extension I get the message:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
!ENTRY com.ti.common.core 1 0 2021-07-12 13:21:46.399
!MESSAGE path=ccs_base/DebugServer
!ENTRY com.ti.common.core 1 0 2021-07-12 13:21:46.399
!MESSAGE debugServerDir=C:/ti/ccs1040/ccs/ccs_base/DebugServer
Searching for deleted extension-sites to uninstall:
Finished!
Searching for new extension-sites to install:
Discovered new extension-site: C:\Users\...\lib\bios_6_73_01_01
Installing new extension-sites... failed! See log for errors...
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

If I turn on the output "-consoleLog" (where exactly is this log referred to by the message to be found???) I see the following (excerpt, there is plenty more of these messages in the form of "org.eclipse.osgi.signedcontent.InvalidContentException: The file XXX in the jar "C:\xxx\AppData\Local\Temp\signatureFile868446754174102678.jar" has been tampered!":

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!SESSION 2021-07-12 13:21:44.329 -----------------------------------------------
eclipse.buildId=4.14.0.I20191210-0610
java.version=1.8.0_144
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -application com.ti.common.core.initialize -rtsc.productDiscoveryPath C:\xxx\lib\bios_6_73_01_01
Command-line arguments: -os win32 -ws win32 -arch x86_64 -data C:\xxx\ -application com.ti.common.core.initialize -rtsc.productDiscoveryPath C:\xxx\lib\bios_6_73_01_01 -consoleLog
!ENTRY com.ti.common.core 1 0 2021-07-12 13:21:46.399
!MESSAGE path=ccs_base/DebugServer
!ENTRY com.ti.common.core 1 0 2021-07-12 13:21:46.399
!MESSAGE debugServerDir=C:/ti/ccs1040/ccs/ccs_base/DebugServer
Searching for deleted extension-sites to uninstall:
Finished!
Searching for new extension-sites to install:
Discovered new extension-site: C:\xxx\lib\bios_6_73_01_01
Installing new extension-sites... failed! See log for errors...
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

How can I force install or bypass this? I have read that it might be because of gits autocrlf, but we need the autocrlf feature and it works for other packages?

(Link to topic with similar issues)