Lab 13: Stack 'cflinuxfs2' not found error

Hi, I am stuck on lab 13. I am getting the following error when attempting to push the app web-ui:
Getting app info...
Stack 'cflinuxfs2' not found
FAILED
the following manifest is being used
applications:
name: web-ui
random-route: true
buildpacks:
https://github.com/cloudfoundry/ruby-buildpack.git#v1.6.35
memory: 128M
instances: 1
stack: cflinuxfs2
Comments
-
@Tomlinmi You can override the stack property when pushing using the -s flag (ie -s cflinuxfs3).
0 -
Hi,
No luck yet. This is the error I get now:
Downloaded app package (18K)
It looks like you're deploying on a stack (currently set to cflinuxfs3) that's not supported by this buildpack.
That could be because you're using a recent buildpack release on a deprecated stack.
If you're using the buildpack installed by your CF admin, please let your admin know you saw this error message.
If you at one point specified a buildpack that's at git URL, please make sure you're pointed at a version that supports this stack.
Failed to compile droplet: Failed to compile droplet: exit status 44
Exit status 223
Cell e006260b-08b8-44d5-9c8c-06dffbc21935 stopping instance 329e4d86-7ef8-43c1-8802-953d09afaf2b
Cell e006260b-08b8-44d5-9c8c-06dffbc21935 destroying container for instance 329e4d86-7ef8-43c1-8802-953d09afaf2b
Error staging application: App staging failed in the buildpack compile phase
FAILEDThe manifest is referencing the build pack included in Lab13
applications:
- name: web-ui
random-route: true
buildpacks:- https://github.com/cloudfoundry/ruby-buildpack.git#v1.6.35
memory: 128M
instances: 1
stack: cflinuxfs3
- https://github.com/cloudfoundry/ruby-buildpack.git#v1.6.35
0 - name: web-ui
-
Ah ok. I should have checked that before making that recommendation. Sorry about that.
You should be able to change the buildpack URL to: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.44. This version of the buildpack will work on cflinuxfs3 which you can also change in the manifest or override on the command line. There is another similar issue in the UAA exercise I am working to resolve now.
Let me also explain what is happening. The stack is the root file system used to construct the containers which stage and run your app. The cflinuxfs2 stack was based on Ubuntu 14.04 while cflinuxfs3 is based on Ubuntu 18.04. cflinuxfs2 was recently removed completely. Version 1.6.35 of the ruby buildpack was based on cflinuxfs2 and therefore the app failed to stage. During the period that cflinuxfs2 and 3 were both supported, the buildpacks would support either.
I will submit an update to the course materials to correct this and the UAA exercise.
0 -
For the upcoming UAA exercise, you can update the two buildpack entries in the uaa-manifest.yml with: https://github.com/cloudfoundry/java-buildpack.git#v4.24 and set the stack to cflinuxfs3.
0 -
@spgreenberg: thank you, the updated URL in the manifest works. Thank you also for the context, very helpful. I will refer to the update you provided in the UAA exercise.
0 -
@Tomlinmi Regarding the upcoming UAA exercise, there is another required fix. In the uaa-manifest.yml, you will also need to set a new environment variable:
JBP_CONFIG_TOMCAT: '{tomcat: { version: 8.0.+ }}'
. I tested this end to end and it should work. I will caveat this by saying the exercise might have a troubleshooting problem as well. I will submit the updates to the class-artifact.tar now.0 -
@spgreenberg still on lab 13, I ran into another issue. I am not able to verify the web-ui connection to the rest-backend service. I created the rest-back-end service with the credentials of my roster app. However when I bind the web-ui to that service and launch the route to the web UI I get the follow error when I hit the view people button: Please connect your app to the rest data service
Any thoughts on what I am missing?0 -
it is likely the name of the user provided service, the name of the parameter, or the value. You can check these values by running
cf env web-ui
.0 -
@spgreenberg said:
Ah ok. I should have checked that before making that recommendation. Sorry about that.You should be able to change the buildpack URL to: https://github.com/cloudfoundry/ruby-buildpack.git#v1.7.44. This version of the buildpack will work on cflinuxfs3 which you can also change in the manifest or override on the command line. There is another similar issue in the UAA exercise I am working to resolve now.
Let me also explain what is happening. The stack is the root file system used to construct the containers which stage and run your app. The cflinuxfs2 stack was based on Ubuntu 14.04 while cflinuxfs3 is based on Ubuntu 18.04. cflinuxfs2 was recently removed completely. Version 1.6.35 of the ruby buildpack was based on cflinuxfs2 and therefore the app failed to stage. During the period that cflinuxfs2 and 3 were both supported, the buildpacks would support either.
I will submit an update to the course materials to correct this and the UAA exercise.
I ran into the same issue. But, unfortunately your recommended solution failed with the following error.
Do you know how it can be resolved ?-----> Finalizing Ruby
ERROR Gemfile.lock required
Failed to compile droplet: Failed to run finalize script: exit status 12
Exit status 2230 -
Working now after changing directory to the parent folder
web-ui
and just executingcf push
.But, there's nothing wrong in my syntax either (see below).
cf push -f ..\class-artifacts\web-ui\manifest.yml
0 -
If you run
cf push
without specifying a path to the app source (the-p
flag), you push the contents of whatever directory you are in. Therefore, you need to either be in the correct directory or you need to specify the-p
flag.0 -
I tested this exercise without the Tomcat version change (
JBP_CONFIG_TOMCAT: '{tomcat: { version: 8.0.+ }}'
) and was getting an error during the redirection. According to the logs, it was something related to an invalid character in the Cookie.@spgreenberg Do you mind elaborating on the issue and why this change was required?
Also, I tried a few flows in the app and found nothing requiring troubleshooting. Did I miss something? Is it related to the commented database values in the manifest?
Please let me know. Thanks!
0 -
There is an inconsistency between the cookie format using different versions of Java. This is specific to Java and the JDK versions and not related to CF or the buildpack even.
0
Categories
- 10.1K All Categories
- 35 LFX Mentorship
- 88 LFX Mentorship: Linux Kernel
- 504 Linux Foundation Boot Camps
- 279 Cloud Engineer Boot Camp
- 103 Advanced Cloud Engineer Boot Camp
- 48 DevOps Engineer Boot Camp
- 41 Cloud Native Developer Boot Camp
- 2 Express Training Courses
- 2 Express Courses - Discussion Forum
- 1.7K Training Courses
- 17 LFC110 Class Forum
- 5 LFC131 Class Forum
- 19 LFD102 Class Forum
- 148 LFD103 Class Forum
- 13 LFD121 Class Forum
- 61 LFD201 Class Forum
- LFD210 Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- 23 LFD254 Class Forum
- 569 LFD259 Class Forum
- 100 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- 1 LFS145 Class Forum
- 23 LFS200 Class Forum
- 739 LFS201 Class Forum
- 1 LFS201-JP クラス フォーラム
- 1 LFS203 Class Forum
- 45 LFS207 Class Forum
- 298 LFS211 Class Forum
- 53 LFS216 Class Forum
- 46 LFS241 Class Forum
- 41 LFS242 Class Forum
- 37 LFS243 Class Forum
- 10 LFS244 Class Forum
- 27 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- 131 LFS253 Class Forum
- 996 LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 87 LFS260 Class Forum
- 126 LFS261 Class Forum
- 31 LFS262 Class Forum
- 79 LFS263 Class Forum
- 15 LFS264 Class Forum
- 10 LFS266 Class Forum
- 17 LFS267 Class Forum
- 17 LFS268 Class Forum
- 21 LFS269 Class Forum
- 200 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- 212 LFW211 Class Forum
- 153 LFW212 Class Forum
- 899 Hardware
- 217 Drivers
- 74 I/O Devices
- 44 Monitors
- 115 Multimedia
- 208 Networking
- 101 Printers & Scanners
- 85 Storage
- 749 Linux Distributions
- 88 Debian
- 64 Fedora
- 14 Linux Mint
- 13 Mageia
- 24 openSUSE
- 133 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 355 Ubuntu
- 473 Linux System Administration
- 38 Cloud Computing
- 69 Command Line/Scripting
- Github systems admin projects
- 94 Linux Security
- 77 Network Management
- 108 System Management
- 49 Web Management
- 63 Mobile Computing
- 22 Android
- 27 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 528 Off Topic
- 127 Introductions
- 213 Small Talk
- 20 Study Material
- 794 Programming and Development
- 262 Kernel Development
- 498 Software Development
- 923 Software
- 258 Applications
- 182 Command Line
- 2 Compiling/Installing
- 76 Games
- 316 Installation
- 53 All In Program
- 53 All In 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)