You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Everyone,
I am using **jenkins** on **Redhat Linux server*.
I deployed **jenkins** by using **Tomcat 9**.
- Jenkins version : jenkins-2.263.3 (war file)
- Java Version : 11.0.10+9-LTS (OpenJDK 64-Bit Server VM)
Before enable **Security Manager** in tomcat with same setting. Can start and jenkins was working fine.
What is **security manager** please refer : https://tomcat.apache.org/tomcat-7.0-doc/security-manager-howto.html
After i enable **Security Manager** in **tomcat** we got issue below :
```
We detected that your JVM is not supported by Jenkins. This is due to the limitation is one of
the libraries that Jenkins uses, namely XStream. See this FAQ for more details.
Detected JVM
Vendor : Red Hat, Inc.
Version : 11.0.10+9-LTS
VM Name : OpenJDK 64-Bit Server VM
OS Name : Linux
```
Anyone got same issue or can advice how we can fix that issue ?
Thank you,
Quan Trinh