-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Description
When pushing APP to latest cf instance with diego enabled.
I can see StagingError
:hello stanleyshen$ cf enable-diego stanley
Setting stanley Deigo support to true
Ok
Verifying stanley Deigo support is set to true
Ok
:hello stanleyshen$ cf start stanley
Starting app stanley in org test / space test as admin...
Downloading staticfile_buildpack...
Downloading python_buildpack...
Downloading binary_buildpack...
Downloading php_buildpack...
Downloading go_buildpack...
Downloading java_buildpack...
Downloading ruby_buildpack...
Downloading nodejs_buildpack...
Downloading admin_console_buildpack...
Downloaded java_buildpack (160.7K)
Downloaded binary_buildpack (8.3K)
Downloaded staticfile_buildpack (2.5M)
Downloaded nodejs_buildpack (50.1M)
Downloaded python_buildpack (254M)
FAILED
StagingError
TIP: use 'cf logs stanley --recent' for more information
The env is
:hello stanleyshen$ bosh stemcells
Acting as user 'admin' on 'Bosh Lite Director'
+---------------------------------------------+---------------+---------+--------------------------------------+
| Name | OS | Version | CID |
+---------------------------------------------+---------------+---------+--------------------------------------+
| bosh-warden-boshlite-ubuntu-trusty-go_agent | ubuntu-trusty | 3147* | d0b3e660-03e4-440d-48ee-afd1378a29ee |
+---------------------------------------------+---------------+---------+--------------------------------------+
(*) Currently in-use
Stemcells total: 1
:hello stanleyshen$ bosh releases
Acting as user 'admin' on 'Bosh Lite Director'
+-------------------+-----------------+-------------+
| Name | Versions | Commit Hash |
+-------------------+-----------------+-------------+
| cf | 233+dev.1* | 4ef5b279+ |
| diego | 0.1460.0+dev.1* | 972164ef |
| etcd | 38* | af52789b+ |
| garden-linux | 0.334.0* | 88f7ec39 |
+-------------------+-----------------+-------------+
The APP I pushed is a very simple nodejs application.
It looks like the downloading of buildpack is not stable. If I start the APP again, and I can see it works this times.
Metadata
Metadata
Assignees
Labels
No labels