Fully offline mode cannot connect jkd-build.txt

Answered

I want to use idea in a seperate network.

1. I download ideaIU-2022.1.4.tar.gz, transform to my server(offline)  

sh ideaIU-2021.6008.13/bin/remote-dev-server.sh registerBackendLocationForGateway

2. use a PC(windows) download jetbrains-clients-downloader-linux-x86_64-1849, in Ubuntu-LTS execute

./bin/jetbrains-clients-downloader --products-filter IU --build-filter 223.8214.52 --platforms-filter windows-x64 --download-backends Desktop/backends

3. transfer the whole jetbrains-clients-downloader-linux-x86_64-1849 into my offline network pc

4. on my offline network pc, i edit HKEY_CURRENT_USER

add HKEY_CURRENT_USER/JetBrains/RemoveDev/clientDownloadUrl -> file:///D:/jetbrains-clients-downloader-linux-x86_64-1849/Desktop/backends/backends/IU/

5. on PC use JetBrains Gateway 2022.3.1 -> connections ->ssh

connect to the offline server, it can recognize the Intellij IDEA  which i start and step 1

when i click "start IDE and connect"  it shows "checking jdk" and then faild with aleart 

cannot connect D:/jetbrains-clients-downloader-linux-x86_64-1849/Desktop/backends/backends/IU/JetBrainsClient-221.6008.13-jdk-build.txt

the Questions is where/how can i get the file  "JetBrainsClient-221.6008.13-jdk-build.txt" 

 

 

 

0
3 comments

>use a PC(windows) 

./bin/jetbrains-clients-downloader --products-filter IU --build-filter 223.8214.52 --platforms-filter windows-x64 --download-backends Desktop/backends

Now please repeat the same script  "--download-backends" flag to download the rest of the required files. 

 

>add HKEY_CURRENT_USER/JetBrains/RemoveDev/clientDownloadUrl

Besides that, you need the rest of the records mentioned in the documentation

productInfoUrl
jreDownloadUrl
pgpPublicKeyUrl

 

-1

i repeat the same script:

./bin/jetbrains-clients-downloader --products-filter IU --build-filter 223.8214.52 --platforms-filter windows-x64 --download-backends Desktop/backends

and the file is

Desktop/
└── backends
    ├── KEYS
    ├── backends
    │   ├── IU
    │   │   ├── ideaIU-2022.3.1.exe
    │   │   └── products.json
    │   └── products.json
    ├── force_mirror_unix_timestamp_ms
    └── minimal_clients_downloader_version

still not found "JetBrainsClient-221.6008.13-jdk-build.txt"

0

Sorry, it was my misprint in the last reply. Please repeat the same script without "--download-backends" to get the rest of the files.

0

Please sign in to leave a comment.