β
Have you read and understood the above guidelines?
yes
π Did you run the script with verbose mode enabled?
Yes, verbose mode was enabled and the output is included below
π What is the name of the script you are using?
Tolgee
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tolgee.sh)"
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 13
π§± Is this Proxmox host running arm64?
No
π Which Proxmox version are you on?
pve-manager/9.2.10/43df2e01f27a1a19 (running kernel: 7.0.12-1-pve)
π Provide a clear and concise description of the issue.
Installing Tolgee on a fresh LCX is not fully functional, in the end the app can't launch because the installed JDK is of a lower version.
π Steps to reproduce the issue.
- Install as normal.
- Try navigate to we interface -> not responding.
- Try look in processes -> no tolgee.
- Try launching it manualy with
/usr/bin/java -jar /opt/tolgee/tolgee -> observe the error reported below.
β Paste the full error output (if available).
Exception in thread "main" java.lang.UnsupportedClassVersionError: io/tolgee/Application has been compiled by a more recent version of the Java Runtime (class file version 69.0), this version of the Java Runtime only recognizes class file versions up to 65.0
πΌοΈ Additional context (optional).
Install script explicetly installas JAVA_VERSION="21" setup_java but tolgee requires JDK 25. Thi sis mentioned in multiple files and here https://github.com/tolgee/tolgee-platform/blob/main/DEVELOPMENT.md?plain=1#L3
β Have you read and understood the above guidelines?
yes
π Did you run the script with verbose mode enabled?
Yes, verbose mode was enabled and the output is included below
π What is the name of the script you are using?
Tolgee
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tolgee.sh)"
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 13
π§± Is this Proxmox host running arm64?
No
π Which Proxmox version are you on?
pve-manager/9.2.10/43df2e01f27a1a19 (running kernel: 7.0.12-1-pve)
π Provide a clear and concise description of the issue.
Installing Tolgee on a fresh LCX is not fully functional, in the end the app can't launch because the installed JDK is of a lower version.
π Steps to reproduce the issue.
/usr/bin/java -jar /opt/tolgee/tolgee-> observe the error reported below.β Paste the full error output (if available).
Exception in thread "main" java.lang.UnsupportedClassVersionError: io/tolgee/Application has been compiled by a more recent version of the Java Runtime (class file version 69.0), this version of the Java Runtime only recognizes class file versions up to 65.0
πΌοΈ Additional context (optional).
Install script explicetly installas
JAVA_VERSION="21" setup_javabuttolgeerequires JDK 25. Thi sis mentioned in multiple files and here https://github.com/tolgee/tolgee-platform/blob/main/DEVELOPMENT.md?plain=1#L3