Not able to change Java Version or Create a new buildpack
Hello -
- While I am trying to change the version of Java from 8 to 7 using the following command:
cf set-env roster JBP_CONFIG_OPEN_JDK_JRE '{ jre: { version: 1.7.0_+ } }'
I get the following error, and I assume because the default version of Java buildpack installed is v4.5 which has open JDK from 1.8 and above or is the error due to something different? (Now that Leads to another question posted below the error)
Java Buildpack v4.5 (offline) | https://github.com/cloudfoundry/java-buildpack.git#ffeefb9
2018-01-17T04:52:46.95-0500 [STG/0] OUT -----> Downloading Jvmkill Agent 1.10.0_RELEASE from https://java-buildpack.cloudfoundry.org/jvmkill/trusty/x86_64/jvmkill-1.10.0_RELEASE.so (found in cache)
2018-01-17T04:52:46.95-0500 [STG/0] ERR [Buildpack] ERROR Finalize failed with exception #<RuntimeError: Unable to find cached file for https://java-buildpack.cloudfoundry.org/openjdk/trusty/x86_64/openjdk-1.7.0_79.tar.gz>
2018-01-17T04:52:46.95-0500 [STG/0] ERR Unable to find cached file for https://java-buildpack.cloudfoundry.org/openjdk/trusty/x86_64/openjdk-1.7.0_79.tar.gz
2018-01-17T04:52:46.95-0500 [STG/0] ERR Failed to compile droplet: Failed to run finalize script: exit status 1
2. I have tried to create a buildpack which has open JDK 7 using the command (cf create-buildpack java7_buildpack java-buildpack-v2.4.zip 11 --disable( Here I have downloaded the zip file from online onto my computer and is this the right command?)) and it say's I do not have permissions to do so, should I be contacting the CF vendor to get the required permissions and also, as a part of certification test to create a build pack or change the version of the Java can I access online to get the new buildpack or what are the options?
3. Or apart from above 2 points is there a better way to change the version or create a buildpack?
Thank you!
Comments
-
Yes, looks like you've spotted a real issue with the latest buildpack versioning. It will take us until next week to get this fixed in the course - thanks for the comment, and apologies you ran into this...
Tim
0 -
Thanks Tim, please update once this issue has been fixed.
0 -
You are not able to install a buildpack because you are not an admin. However, on many CF instances you can specify a buildpack by passing a github url to the push command using -b (some have this feature disabled).
Different buildpack releases also support different runtime versions (like the JRE). Therefore if the buildpack in your CF instance does not support a specific version, you can find the correct version on the github releases page and use that (example: https://github.com/cloudfoundry/java-buildpack/releases). Using the -b flag as specified above, you can specify the appropriate release version. The exact syntax is in the docs.
0
Categories
- All Categories
- 176 LFX Mentorship
- 176 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 3 Cloud & Containers Training
- 1 Cybersecurity Training
- 1 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 1 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 949 Programming and Development
- 310 Kernel Development
- 621 Software Development
- 982 Software
- 374 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)