on 2024 Sep 02 2:21 AM
Hello Gurus,
I try to run HXEDownloadManager on windows 10, but fails. When double click HXEDownloadManager_win.exe, just welcome screen pops up then disappear immediately; and when run HXEDownloadManager.jar, error "Cannot open log file xxxxxxxxxxxxx" pops up.
could you help on this? thanks a lot.
Hi Dan_vL,
Thanks a lot for your reply.
My Windows PC have already install JRE environment as below shows:
>java -version
openjdk version "21.0.2" 2024-01-16 LTS
OpenJDK Runtime Environment Microsoft-8905927 (build 21.0.2+13-LTS)
OpenJDK 64-Bit Server VM Microsoft-8905927 (build 21.0.2+13-LTS, mixed mode, sharing)
But when run HXE download manager, it always pops up below error. And also I tested to run other jar files, which works fine on my windows PC.
> java -jar HXEDownloadManager.jar
Cannot open log file C:\Users\[Username]\AppData\Local\Temp\\hxedm240904.log.
One suspicious point is the [username] part is not complete but with character ~, wonder how to fix this issue.
thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Please have a try to install and rerun the download tool. thanks
SapMachine is the default runtime JDK for Java workloads in SAP BTP. It is SAP's built of OpenJDK, augmented by a few supportability features. More information and directions to download it can be found on sapmachine.io.
SAP JVM is the runtime JDK for Java 8 workloads. It is a standard compliant certified JDK, supplemented by additional supportability and developer features, e.g. the SAP JVM profiler, and extensive monitoring and tracing facilities. For more information, see the SAP JVM documentation.
https://tools.eu1.hana.ondemand.com/additional/sapjvm-8.1.101-windows-x64.zip
could you please try the following cmd on win10?
1. open PowerShell
$env:TEMP
show the system temp dir, I think it should be the path which was seen in the error you pasted.
2. you can try to modify this system temp dir
edit the system env variable TEMP, change to an existing dir.
or
you can set like this:
java -Djava.io.tmpdir=$YOUR_OWN_Existing_dir_TO_Keep_Log -jar hxedownloadmgr.jar
Anyway, we will try to fix it in next release.
User | Count |
---|---|
77 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.