Bug 57281 - fails to start with JDK 25
Summary: fails to start with JDK 25
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: dogtag-pki (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Stanislav Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-19 12:23 MSK by Stanislav Levin
Modified: 2025-12-19 18:00 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Levin 2025-12-19 12:23:31 MSK
dogtag-pki (pki-tomcatd@pki-tomcat) не стартует с JDK 25:

```
systemd[1]: Started pki-tomcatd@pki-tomcat.service - PKI Tomcat Server pki-tomcat.
server[10030]: Java virtual machine used: /usr/lib/jvm/jre/bin/java
server[10030]: classpath used: /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:
server[10030]: main class used: org.apache.catalina.startup.Bootstrap
server[10030]: flags used: -Dcom.redhat.fips=false -Xmx64M
server[10030]: options used: -Dcatalina.base=/var/lib/pki/pki-tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/lib/pki/pki-tomcat/temp -Djava.util.logging.config.file=/var/lib/pki/pki-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager     -Djava.security.manager     -Djava.security.policy==/var/lib/pki/pki-tomcat/conf/catalina.policy
server[10030]: arguments used: start
server[10030]: NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
server[10030]: Error occurred during initialization of VM
server[10030]: java.lang.Error: A command line option has attempted to allow or enable the Security Manager. Enabling a Security Manager is not supported.
server[10030]:         at java.lang.System.initPhase3(java.base@25.0.1/System.java:1969)
systemd[1]: pki-tomcatd@pki-tomcat.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: pki-tomcatd@pki-tomcat.service: Failed with result 'exit-code'.
```

https://docs.oracle.com/en/java/javase/24/security/security-manager-is-permanently-disabled.html
Comment 1 Repository Robot 2025-12-19 18:00:07 MSK
dogtag-pki-11.6.1-alt2 -> sisyphus:

Fri Dec 19 2025 Stanislav Levin <slev@altlinux> 11.6.1-alt2
- Backported fixes for JDK 25 (closes: #57281).