Matching a ServiceNow instance version to its Edge Proxy version and JRE versionIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Matching a ServiceNow instance version to its Edge Proxy version and JRE version ProblemCustomers need to know which version of the Edge Proxy is shipped with their ServiceNow version, and which JRE is bundled with that version of the Edge Proxy. Resolution Locate the Java used by your Edge proxy on the $proxy_install_dir/conf/wrapper.conf file. Then validate the JDK version installed by using java -version for that installed java. Alternatively, your edge encryption logs shows the Java version when starting up. To make this information easier to access, the below list shows the ServiceNow version that began shipping with a specific Edge Proxy, and which JRE is bundled with the Edge Proxy: ServiceNow versionEdge versionJRE versionGeneva1.1.01.8.0_40Helsinki2.0.01.8.0_40Helsinki P12.1.01.8.0_40Helsinki P82.8.11.8.0_40Istanbul3.0.91.8.0_40Istanbul P13.1.11.8.0_40Jakarta111.8.0_121 Note: Locate the Java used by your Edge proxy on the wrapper.conf file. Validate the JDK version installed by using java -version.