Created
November 1, 2016 18:23
-
-
Save jvshahid/9173cde695ef5525f91579ce85ad9d83 to your computer and use it in GitHub Desktop.
bosh deploy error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
± |master {9} S:2 U:4 ✗| → bosh -d deployments/influxdb.yml deploy --no-redact | |
RSA 1024 bit CA certificates are loaded due to old openssl compatibility | |
Acting as user 'admin' on deployment 'influxdb' on 'micro-google' | |
Getting deployment properties from director... | |
Detecting deployment changes | |
---------------------------- | |
resource_pools: | |
- name: grafana_z1 | |
stemcell: | |
version: '3262.9' | |
version: '3263.8' | |
- name: influxdb_firehose_nozzle_z1 | |
stemcell: | |
version: '3262.9' | |
version: '3263.8' | |
- name: influxdb_z1 | |
stemcell: | |
version: '3262.9' | |
version: '3263.8' | |
releases: | |
- name: cf | |
version: 245+dev.2 | |
version: 245+dev.10 | |
jobs: | |
- name: influxdb | |
persistent_disk: 102400 | |
persistent_disk: 1024000 | |
Please review all changes carefully | |
Deploying | |
--------- | |
Are you sure you want to deploy? (type 'yes' to continue): yes | |
Director task 38015 | |
Deprecation: Ignoring cloud config. Manifest contains 'networks' section. | |
Started preparing deployment > Preparing deployment. Done (00:00:00) | |
Started preparing package compilation > Finding packages to compile. Done (00:00:00) | |
Started compiling packages | |
Started compiling packages > golang1.6/7c83e83f822259c6324742e3dfc5d4aaae25e9e6. Done (00:01:21) | |
Started compiling packages > influxdb-firehose-nozzle/229bf987dc3928a9093185bd16aef64abf5f4568. Done (00:00:16) | |
Done compiling packages (00:01:37) | |
Started updating job influxdb > influxdb/0 (5616bcc7-1a56-49cf-9166-304c911e3a9c) (canary) | |
Started updating job grafana > grafana/0 (04466ad4-53dc-4d7c-ad3a-06438430d81f) (canary) | |
Started updating job influxdb-firehose-nozzle | |
Started updating job influxdb-firehose-nozzle > influxdb-firehose-nozzle/0 (c365dfdc-e17d-4b0d-9eff-20105510280c) (canary). Done (00:03:44) | |
Started updating job influxdb-firehose-nozzle > influxdb-firehose-nozzle/1 (46283a1f-cb0c-49e4-bf40-a980a8d59bfb) | |
Done updating job grafana > grafana/0 (04466ad4-53dc-4d7c-ad3a-06438430d81f) (canary) (00:03:54) | |
Failed updating job influxdb > influxdb/0 (5616bcc7-1a56-49cf-9166-304c911e3a9c) (canary): Extracting method arguments from payload: Unmarshalling action argument: json: cannot unmarshal number 1.024e+06 into Go value of type int (00:06:06) | |
Done updating job influxdb-firehose-nozzle > influxdb-firehose-nozzle/1 (46283a1f-cb0c-49e4-bf40-a980a8d59bfb) (00:03:45) | |
Done updating job influxdb-firehose-nozzle (00:07:29) | |
Error 100: Extracting method arguments from payload: Unmarshalling action argument: json: cannot unmarshal number 1.024e+06 into Go value of type int | |
Task 38015 error | |
For a more detailed error report, run: bosh task 38015 --debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment