-
Notifications
You must be signed in to change notification settings - Fork 115
CF push of spring-music app with v7 CLI fails - Package failed to process correctly after upload #632
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/177204883 The labels on this github issue will be updated when the story is started. |
We use spring-music to test very frequently and have never had an error deploying it. One thing I will note (unless cached) is 200KB is far too small to be the spring-music jar. It's usually a ~50MB upload. |
It looks like you had an issue with your blobstore. It doesn't appear to have gotten to the point of creating kpack builder images. Are you still seeing this problem? |
Such a blobstore is created by CF from the jar or code pushed and is not mine ;-) if a problem as reported by my ticket is taking place, then the message reported should be more user friendly, CF should be able to deal with such a situation,... Improvements are more than needed here ! **Important: ** The error message reported |
After doing a little digging, the upload step appears to be completing correctly. We found that sometimes the Another thing to try is to increase the memory limit on the cc @matt-royal |
I'm doing a new test using a VM where more memory has been assigned (8-> 16GB) I see that the package has been well uploaded within the log of the
Log of the
Log of the
Status : FAILED
But an image has been well created by kpack this time
|
Error is not longer there after I changed the RAM allocated to the VM running |
Seems like issue has been resolved, closing out then |
Describe the bug
I deployed
cf-for-k8s
on a kubernetes cluster1.18
using the master branch. I can deploy a simple application using a docker image or project built using buildpack but when I try to push the spring-music example, I get such weird errorQuestions:
@Birdrock
CF API Server log
Namespace: cf-system
Pod: cf-api-server-6dc56867bc-n5th7
Container: cf-api-server
Gist message of the ruby stack error 500: https://gist.github.com/cmoulliard/1d89ba35eba5cd602a505d8e2a7e9325
Complete log of the CF HTTP calls with the Server: https://gist.github.com/cmoulliard/090fe8f7f2263bafc8abc074ce428ff9
Log
More verbose log
Using client V6: If I use the client v6, then I got another error message
The log of the application do not really help
To Reproduce
cf-for-k8s
Additional context
cf-for-k8s SHA
7bcbdcf2cbf8d3a29e13aa3bc3a89dd4b0d165e4
Cluster information
Kubernetes cluster running on Centos7
CLI versions
ytt --version
:0.31.0
kapp --version
:0.35.0
kubectl version
:v1.18.3
cf version
:7.2.0+be4a5ce2b.2020-12-10
The text was updated successfully, but these errors were encountered: