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
Recommended Learning For You
Level up your skills with Atlassian learning
Atlassian DevOps Essentials
Learn to manage the product lifecycle by building, automating, and improving processes with Atlassian's approach to DevOps.
Jira Automation
Reduce project complexity and optimize your team's processes through the power of automation.
Bitbucket Pipelines Configuration
Build better software and release more often by learning how to implement a CI/CD solution with Bitbucket Pipelines.