Date
1 - 6 of 6
Started updating job api_z1 > api_z1/0. Failed: `api_z1/0' is not running after update
Ramesh Sambandan
I am trying in deploy cloud foundry in vsphere and getting following error
Started updating job api_z1 > api_z1/0. Failed: `api_z1/0' is not running after update (00:10:31) Following is entries in log file in api_z1/0 VM that I believe is pointing the cause. vcap(a)6bd94f72-b20d-47a5-851d-d86e66b47df7:/var/vcap/sys/log$ tail -f nfs_mounter_ctl.err.log cloud_controller_ng_ctl.err.log ==> nfs_mounter_ctl.err.log <== [2015-09-07 18:28:05+0000] mount.nfs: trying 192.168.1.102 prog 100003 vers 3 prot TCP port 2049 [2015-09-07 18:28:05+0000] mount.nfs: trying 192.168.1.102 prog 100005 vers 3 prot UDP port 38896 [2015-09-07 18:53:58+0000] stop: Unknown instance: [2015-09-07 18:53:58+0000] mount.nfs: mount(2): No such file or directory [2015-09-07 18:53:59+0000] mount.nfs: trying 192.168.1.102 prog 100003 vers 3 prot TCP port 2049 [2015-09-07 18:53:59+0000] mount.nfs: trying 192.168.1.102 prog 100005 vers 3 prot UDP port 38896 [2015-09-07 19:22:09+0000] stop: Unknown instance: [2015-09-07 19:22:10+0000] mount.nfs: mount(2): No such file or directory [2015-09-07 19:22:10+0000] mount.nfs: trying 192.168.1.102 prog 100003 vers 3 prot TCP port 2049 [2015-09-07 19:22:10+0000] mount.nfs: trying 192.168.1.102 prog 100005 vers 3 prot UDP port 38896 ==> cloud_controller_ng_ctl.err.log <== [2015-09-07 18:28:05+0000] chown: changing ownership of ‘/var/vcap/nfs/shared’: Operation not permitted [2015-09-07 18:28:05+0000] chown: changing ownership of ‘/var/vcap/nfs/shared’: Operation not permitted [2015-09-07 18:53:58+0000] ------------ STARTING cloud_controller_ng_ctl at Mon Sep 7 18:53:58 UTC 2015 -------------- [2015-09-07 18:53:59+0000] chown: changing ownership of ‘/var/vcap/nfs/shared’: Operation not permitted [2015-09-07 18:53:59+0000] chown: changing ownership of ‘/var/vcap/nfs/shared’: Operation not permitted [2015-09-07 18:53:59+0000] chown: changing ownership of ‘/var/vcap/nfs/shared’: Operation not permitted [2015-09-07 19:22:09+0000] ------------ STARTING cloud_controller_ng_ctl at Mon Sep 7 19:22:09 UTC 2015 -------------- [2015-09-07 19:22:10+0000] chown: changing ownership of ‘/var/vcap/nfs/shared’: Operation not permitted [2015-09-07 19:22:10+0000] chown: changing ownership of ‘/var/vcap/nfs/shared’: Operation not permitted [2015-09-07 19:22:10+0000] chown: changing ownership of ‘/var/vcap/nfs/shared’: Operation not permitted Can somebody help. |
|
Ramesh Sambandan
I am using cf release 215.
I am trying to attach my manifest, but cannot figure out how to. |
|
Ronak Banka
You can create a gist of manifest from github and link it here.
toggle quoted message
Show quoted text
On Sep 8, 2015 10:56, "Ramesh Sambandan" <rsamban(a)gmail.com> wrote:
I am using cf release 215. |
|
Parthiban Annadurai <senjiparthi@...>
Try after "bosh cck" and again re-deploy it.. Most of the Times it will
toggle quoted message
Show quoted text
work.. On 8 September 2015 at 08:15, ronak banka <ronakbanka.cse(a)gmail.com> wrote:
You can create a gist of manifest from github and link it here. |
|
Ramesh Sambandan
I finally figured it out. It is my bad, I missed the properties.uaa.jwt.signing_key/verification_key in my manifest. It is something I thought I took care of it, but must have overwritten in subsequent edits.
The clue came from looking at the log files in router_api in api_z1 vm (/var/vcap/sys/log/router* folder) And I successfully deployed cloud foundry in vsphere. :):) |
|
Parthiban Annadurai <senjiparthi@...>
Great Ramesh..
toggle quoted message
Show quoted text
On 8 September 2015 at 10:48, Ramesh Sambandan <rsamban(a)gmail.com> wrote:
|
|