

- #The required 64 bit java 1.7.0 could not be found install
- #The required 64 bit java 1.7.0 could not be found update
- #The required 64 bit java 1.7.0 could not be found upgrade
- #The required 64 bit java 1.7.0 could not be found full
Checking systemctl status rvice returned back this set of messages Nov 13 09:35:43 tattve jenkins: Found an incorrect Java version
#The required 64 bit java 1.7.0 could not be found update
I just posted a solution here:, sharing below for those who find this question as first google hit.įollowing a recent update to my Ubuntu 20.04.1 LTS dev server my installation of Jenkins stopped running on boot. And as noted previously, if something is not working, you can always stop ColdFusion, restore the jvm.config file, and then restart, to return ColdFusion back to its pre-upgraded state.I've just encountered this problem, and it actually looks like an issue in /etc/init.d/jenkins testing for the Java version. That’s all there is to it! Obviously, you should test that your sites and apps are all working properly. In the JVM Details section Java Version should indicate that you are running 1.7.0_15 (or newer).
#The required 64 bit java 1.7.0 could not be found full
Note the JRE 1.7 installation folder, you’ll need the full path to it.
#The required 64 bit java 1.7.0 could not be found install
#The required 64 bit java 1.7.0 could not be found upgrade
When you upgrade the Java runtime you install a new copy of Java, and then tell ColdFusion to use it instead of the one used previously. To upgrade the JRE you actually leave the existing one intact (which makes it possible to easily restore to the prior state if something goes wrong). Now that ColdFusion supports Java 7, you should indeed upgrade, and (as requested by several ColdFusion users) here are some instructions and pointers.ĬoldFusion ships with a Java runtime, and that’s most likely what your ColdFusion server is using. But Oracle recently announced that Java 6 is no longer being updated as of the end of February 2013, which is why it was so critical for us to release updates for ColdFusion 9.x and ColdFusion 10 to provide support for JRE 1.7. And until recently, ColdFusion 9 and 10 users had to use Java 6 and could not upgrade to Java 7 (JRE 1.7). ColdFusion 10 shipped with Java version 6 (also referred to as JRE 1.6).
